Skip to content

Commit

Permalink
Update showcase
Browse files Browse the repository at this point in the history
  • Loading branch information
setchi committed Mar 3, 2018
1 parent d50e6bc commit 5c639a3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Assets/ShaderSketches/Scripts/Menu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ void Start()
var index = i;
button.onClick.AddListener(() => ShowSketch(index));

if (i == 0) ShowSketch(i);
if (i == shaders.Length - 1) ShowSketch(i);
}

toggle.onValueChanged.AddListener(SetListVisible);
Expand Down
6 changes: 3 additions & 3 deletions Assets/ShaderSketches/Showcase.unity
Original file line number Diff line number Diff line change
Expand Up @@ -521,8 +521,8 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: 20, y: 0}
m_SizeDelta: {x: -40, y: 0}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 0, y: 0}
m_Pivot: {x: 0, y: 1}
--- !u!114 &760244496
MonoBehaviour:
Expand Down Expand Up @@ -1013,7 +1013,7 @@ RectTransform:
m_AnchorMin: {x: 1, y: 0}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 20, y: -17}
m_SizeDelta: {x: 15, y: -17}
m_Pivot: {x: 1, y: 1}
--- !u!114 &1509816473
MonoBehaviour:
Expand Down
8 changes: 4 additions & 4 deletions ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ PlayerSettings:
m_HolographicTrackingLossScreen: {fileID: 0}
defaultScreenWidth: 1024
defaultScreenHeight: 768
defaultScreenWidthWeb: 960
defaultScreenHeightWeb: 600
defaultScreenWidthWeb: 1280
defaultScreenHeightWeb: 720
m_StereoRenderingPath: 0
m_ActiveColorSpace: 0
m_MTRendering: 1
Expand Down Expand Up @@ -555,7 +555,7 @@ PlayerSettings:
scriptingBackend: {}
incrementalIl2cppBuild: {}
additionalIl2CppArgs:
scriptingRuntimeVersion: 0
scriptingRuntimeVersion: 1
apiCompatibilityLevelPerPlatform: {}
m_RenderingPath: 1
m_MobileRenderingPath: 1
Expand Down Expand Up @@ -633,7 +633,7 @@ PlayerSettings:
daydreamIconBackground: {fileID: 0}
cloudServicesEnabled: {}
facebookSdkVersion: 7.9.4
apiCompatibilityLevel: 2
apiCompatibilityLevel: 3
cloudProjectId:
projectName:
organizationId:
Expand Down

0 comments on commit 5c639a3

Please sign in to comment.