X Tutup
Skip to content

Commit faa1c10

Browse files
committed
Fixed UI masking issues
1 parent b2c220b commit faa1c10

File tree

6 files changed

+189
-12
lines changed

6 files changed

+189
-12
lines changed

Assets/Scenes/EditorScene.unity

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1105,8 +1105,8 @@ MonoBehaviour:
11051105
m_Calls: []
11061106
m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
11071107
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
1108-
m_Sprite: {fileID: 0}
1109-
m_Type: 0
1108+
m_Sprite: {fileID: 21300000, guid: e267adb2d709f4c3d99fc6ae79f1a09a, type: 3}
1109+
m_Type: 1
11101110
m_PreserveAspect: 0
11111111
m_FillCenter: 1
11121112
m_FillMethod: 4
@@ -2425,8 +2425,8 @@ MonoBehaviour:
24252425
m_Calls: []
24262426
m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
24272427
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2428-
m_Sprite: {fileID: 0}
2429-
m_Type: 0
2428+
m_Sprite: {fileID: 21300000, guid: e267adb2d709f4c3d99fc6ae79f1a09a, type: 3}
2429+
m_Type: 1
24302430
m_PreserveAspect: 0
24312431
m_FillCenter: 1
24322432
m_FillMethod: 4
@@ -4111,7 +4111,7 @@ MonoBehaviour:
41114111
m_PrefabInstance: {fileID: 0}
41124112
m_PrefabAsset: {fileID: 0}
41134113
m_GameObject: {fileID: 373334368}
4114-
m_Enabled: 1
4114+
m_Enabled: 0
41154115
m_EditorHideFlags: 0
41164116
m_Script: {fileID: -1200242548, guid: f70555f144d8491a825f0804e09c671c, type: 3}
41174117
m_Name:
@@ -10179,7 +10179,7 @@ MonoBehaviour:
1017910179
m_PrefabInstance: {fileID: 0}
1018010180
m_PrefabAsset: {fileID: 0}
1018110181
m_GameObject: {fileID: 1044280493}
10182-
m_Enabled: 1
10182+
m_Enabled: 0
1018310183
m_EditorHideFlags: 0
1018410184
m_Script: {fileID: -1200242548, guid: f70555f144d8491a825f0804e09c671c, type: 3}
1018510185
m_Name:
@@ -20678,8 +20678,8 @@ MonoBehaviour:
2067820678
m_Calls: []
2067920679
m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
2068020680
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
20681-
m_Sprite: {fileID: 0}
20682-
m_Type: 0
20681+
m_Sprite: {fileID: 21300000, guid: e267adb2d709f4c3d99fc6ae79f1a09a, type: 3}
20682+
m_Type: 1
2068320683
m_PreserveAspect: 0
2068420684
m_FillCenter: 1
2068520685
m_FillMethod: 4

Assets/Scenes/SimulationContainerScene.unity

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ MonoBehaviour:
213213
autosaveToggle: {fileID: 1500397759}
214214
saveButton: {fileID: 321432587}
215215
successfulSaveLabel: {fileID: 1664378893}
216+
recordingIndicator: {fileID: 0}
216217
backButton: {fileID: 1659588229}
217218
--- !u!1 &34495178
218219
GameObject:
@@ -7920,8 +7921,8 @@ MonoBehaviour:
79207921
m_Calls: []
79217922
m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
79227923
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
7923-
m_Sprite: {fileID: 21300000, guid: 4067a17ed2a8343958e3c88d89aaf4ee, type: 3}
7924-
m_Type: 1
7924+
m_Sprite: {fileID: 21300000, guid: de998bae6cf2f4fba9e253c9f7143ae5, type: 3}
7925+
m_Type: 0
79257926
m_PreserveAspect: 0
79267927
m_FillCenter: 1
79277928
m_FillMethod: 4
@@ -9900,8 +9901,8 @@ MonoBehaviour:
99009901
m_Calls: []
99019902
m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
99029903
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
9903-
m_Sprite: {fileID: 21300000, guid: 4067a17ed2a8343958e3c88d89aaf4ee, type: 3}
9904-
m_Type: 1
9904+
m_Sprite: {fileID: 21300000, guid: de998bae6cf2f4fba9e253c9f7143ae5, type: 3}
9905+
m_Type: 0
99059906
m_PreserveAspect: 0
99069907
m_FillCenter: 1
99079908
m_FillMethod: 4
14.7 KB
Loading

Assets/Textures/half_rounded_rectangle.png.meta

Lines changed: 88 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Textures/pip_mask.psd

77.5 KB
Binary file not shown.

Assets/Textures/pip_mask.psd.meta

Lines changed: 88 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
X Tutup