Skip to content
Snippets Groups Projects
Commit c91fd8d6 authored by John Schihada's avatar John Schihada
Browse files

Further... fixing UI from demo-video

parent 13ecc5cd
No related branches found
No related tags found
No related merge requests found
...@@ -44729,7 +44729,7 @@ PrefabInstance: ...@@ -44729,7 +44729,7 @@ PrefabInstance:
- target: {fileID: 8878469633115299378, guid: c1d50ceff6c06de40b71063574eba754, - target: {fileID: 8878469633115299378, guid: c1d50ceff6c06de40b71063574eba754,
type: 3} type: 3}
propertyPath: m_SortingOrder propertyPath: m_SortingOrder
value: 1 value: 0
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 8878469633115299383, guid: c1d50ceff6c06de40b71063574eba754, - target: {fileID: 8878469633115299383, guid: c1d50ceff6c06de40b71063574eba754,
type: 3} type: 3}
...@@ -44796,6 +44796,11 @@ PrefabInstance: ...@@ -44796,6 +44796,11 @@ PrefabInstance:
propertyPath: m_Enabled propertyPath: m_Enabled
value: 1 value: 1
objectReference: {fileID: 0} objectReference: {fileID: 0}
- target: {fileID: 8878469633280048826, guid: c1d50ceff6c06de40b71063574eba754,
type: 3}
propertyPath: m_SortingOrder
value: 1
objectReference: {fileID: 0}
- target: {fileID: 8878469633280048830, guid: c1d50ceff6c06de40b71063574eba754, - target: {fileID: 8878469633280048830, guid: c1d50ceff6c06de40b71063574eba754,
type: 3} type: 3}
propertyPath: m_IsActive propertyPath: m_IsActive
...@@ -10,7 +10,7 @@ public class ToolModeSelector : MonoBehaviour ...@@ -10,7 +10,7 @@ public class ToolModeSelector : MonoBehaviour
private Button[] Buttons; private Button[] Buttons;
private HideUI UIManager; private HideUI UIManager;
private Canvas ParentCanvas; private Canvas ParentCanvas;
private bool Showing = true; private bool Showing = false;
// Start is called before the first frame update // Start is called before the first frame update
void Start() void Start()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment