From 75d8deb9259e37b97c4f3d545419b36b66aac04b Mon Sep 17 00:00:00 2001 From: Noah Date: Wed, 24 Apr 2024 11:16:52 -0400 Subject: [PATCH] updates --- Assets/GolfControls/UI/StrokeDisplay.cs | 16 +- Assets/Prefabs/GameUI.prefab | 51 +++-- Assets/Prefabs/UI.prefab | 262 +++++++++++++----------- 3 files changed, 198 insertions(+), 131 deletions(-) diff --git a/Assets/GolfControls/UI/StrokeDisplay.cs b/Assets/GolfControls/UI/StrokeDisplay.cs index f49064ca..931a68ee 100644 --- a/Assets/GolfControls/UI/StrokeDisplay.cs +++ b/Assets/GolfControls/UI/StrokeDisplay.cs @@ -12,11 +12,15 @@ namespace GolfControls public BoolVariable InGoalVariable; + [SerializeField] private GameObject winScreen; + [SerializeField] private GameObject loseScreen; + [SerializeField] private int coursePar; + private void Update() { if (InGoalVariable.Value) { - //OnGoal(); + OnGoal(); return; } UpdateText(strokeVariable.Value); @@ -30,8 +34,14 @@ namespace GolfControls private void OnGoal() { - numText.text = "GOAL AT: " + strokeVariable.Value; - numText.color = Color.green; + if (strokeVariable.Value < coursePar) + { + winScreen.SetActive(true); + } + else + { + loseScreen.SetActive(false); + } } } diff --git a/Assets/Prefabs/GameUI.prefab b/Assets/Prefabs/GameUI.prefab index d2b49f4b..2e000af5 100644 --- a/Assets/Prefabs/GameUI.prefab +++ b/Assets/Prefabs/GameUI.prefab @@ -68,10 +68,10 @@ RectTransform: - {fileID: 8983364580867156513} m_Father: {fileID: 6955794153280528047} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 1} - m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 459.25925, y: -246.54306} - m_SizeDelta: {x: 681.48145, y: 493.08612} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1466660951141705762 MonoBehaviour: @@ -352,6 +352,18 @@ MonoBehaviour: m_StringArgument: m_BoolArgument: 0 m_CallState: 2 + - m_Target: {fileID: 0} + m_TargetAssemblyTypeName: MAVRIC.GEEKCup.GameLogic, Assembly-CSharp + m_MethodName: MoveBallToSpawnPoint + m_Mode: 1 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 --- !u!1 &821851621642888648 GameObject: m_ObjectHideFlags: 0 @@ -705,10 +717,10 @@ RectTransform: - {fileID: 2400800475253195386} m_Father: {fileID: 6955794153280528047} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 1} - m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 59.25926, y: -246.54306} - m_SizeDelta: {x: 118.51852, y: 493.08612} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &3921760665044706076 MonoBehaviour: @@ -1943,6 +1955,9 @@ MonoBehaviour: numText: {fileID: 7547873821313476907} strokeVariable: {fileID: 11400000, guid: b17566f4d19813249a993793ac86d94c, type: 2} InGoalVariable: {fileID: 11400000, guid: 3b0e06d0a76bceb4296c54d02f0d34a4, type: 2} + winScreen: {fileID: 0} + loseScreen: {fileID: 0} + coursePar: 0 --- !u!114 &8602336424389069264 MonoBehaviour: m_ObjectHideFlags: 0 @@ -2108,7 +2123,19 @@ MonoBehaviour: m_StringArgument: m_BoolArgument: 0 m_CallState: 2 - - m_Target: {fileID: 0} + - m_Target: {fileID: 5551943682886487362} + m_TargetAssemblyTypeName: UnityEngine.GameObject, UnityEngine + m_MethodName: SetActive + m_Mode: 6 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 + - m_Target: {fileID: 7949796141480927212} m_TargetAssemblyTypeName: UnityEngine.GameObject, UnityEngine m_MethodName: SetActive m_Mode: 6 @@ -2121,9 +2148,9 @@ MonoBehaviour: m_BoolArgument: 0 m_CallState: 2 - m_Target: {fileID: 0} - m_TargetAssemblyTypeName: UnityEngine.GameObject, UnityEngine - m_MethodName: SetActive - m_Mode: 6 + m_TargetAssemblyTypeName: MAVRIC.GEEKCup.GameLogic, Assembly-CSharp + m_MethodName: MoveBallOffScreen + m_Mode: 1 m_Arguments: m_ObjectArgument: {fileID: 0} m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine diff --git a/Assets/Prefabs/UI.prefab b/Assets/Prefabs/UI.prefab index fda278f5..5e9025d4 100644 --- a/Assets/Prefabs/UI.prefab +++ b/Assets/Prefabs/UI.prefab @@ -121,10 +121,10 @@ MonoBehaviour: GamePlayObjects: - {fileID: 2170193874541039114} arPlaneManager: {fileID: 0} - arPlanePrefab: {fileID: 1585201990951412, guid: a6b7ca1d53c75490595d1f0d5f43be38, - type: 3} + arPlanePrefab: {fileID: 0} scoreVariable: {fileID: 11400000, guid: b17566f4d19813249a993793ac86d94c, type: 2} gameLogic: {fileID: 0} + trackables: {fileID: 0} --- !u!1001 &1297558862873548735 PrefabInstance: m_ObjectHideFlags: 0 @@ -136,7 +136,7 @@ PrefabInstance: - target: {fileID: 401978161523643605, guid: 5df815d3649b58b4484d2ae582fbf0c3, type: 3} propertyPath: m_OnClick.m_PersistentCalls.m_Calls.Array.size - value: 2 + value: 1 objectReference: {fileID: 0} - target: {fileID: 401978161523643605, guid: 5df815d3649b58b4484d2ae582fbf0c3, type: 3} @@ -161,77 +161,77 @@ PrefabInstance: - target: {fileID: 2249838454556904288, guid: 5df815d3649b58b4484d2ae582fbf0c3, type: 3} propertyPath: m_AnchorMax.y - value: 1 + value: 0 objectReference: {fileID: 0} - target: {fileID: 2249838454556904288, guid: 5df815d3649b58b4484d2ae582fbf0c3, type: 3} propertyPath: m_AnchorMin.y - value: 1 + value: 0 objectReference: {fileID: 0} - target: {fileID: 2249838454556904288, guid: 5df815d3649b58b4484d2ae582fbf0c3, type: 3} propertyPath: m_SizeDelta.x - value: 800 + value: 0 objectReference: {fileID: 0} - target: {fileID: 2249838454556904288, guid: 5df815d3649b58b4484d2ae582fbf0c3, type: 3} propertyPath: m_SizeDelta.y - value: 96.532196 + value: 0 objectReference: {fileID: 0} - target: {fileID: 2249838454556904288, guid: 5df815d3649b58b4484d2ae582fbf0c3, type: 3} propertyPath: m_AnchoredPosition.x - value: 400 + value: 0 objectReference: {fileID: 0} - target: {fileID: 3108965939737468407, guid: 5df815d3649b58b4484d2ae582fbf0c3, type: 3} propertyPath: m_AnchorMax.y - value: 1 + value: 0 objectReference: {fileID: 0} - target: {fileID: 3108965939737468407, guid: 5df815d3649b58b4484d2ae582fbf0c3, type: 3} propertyPath: m_AnchorMin.y - value: 1 + value: 0 objectReference: {fileID: 0} - target: {fileID: 3108965939737468407, guid: 5df815d3649b58b4484d2ae582fbf0c3, type: 3} propertyPath: m_SizeDelta.x - value: 800 + value: 0 objectReference: {fileID: 0} - target: {fileID: 3108965939737468407, guid: 5df815d3649b58b4484d2ae582fbf0c3, type: 3} propertyPath: m_SizeDelta.y - value: 48.8522 + value: 0 objectReference: {fileID: 0} - target: {fileID: 3108965939737468407, guid: 5df815d3649b58b4484d2ae582fbf0c3, type: 3} propertyPath: m_AnchoredPosition.x - value: 400 + value: 0 objectReference: {fileID: 0} - target: {fileID: 3108965939737468407, guid: 5df815d3649b58b4484d2ae582fbf0c3, type: 3} propertyPath: m_AnchoredPosition.y - value: -120.9583 + value: 0 objectReference: {fileID: 0} - target: {fileID: 3514286752865316932, guid: 5df815d3649b58b4484d2ae582fbf0c3, type: 3} propertyPath: m_AnchorMax.y - value: 1 + value: 0 objectReference: {fileID: 0} - target: {fileID: 3514286752865316932, guid: 5df815d3649b58b4484d2ae582fbf0c3, type: 3} propertyPath: m_AnchorMin.y - value: 1 + value: 0 objectReference: {fileID: 0} - target: {fileID: 3514286752865316932, guid: 5df815d3649b58b4484d2ae582fbf0c3, type: 3} propertyPath: m_AnchoredPosition.x - value: 400 + value: 0 objectReference: {fileID: 0} - target: {fileID: 3514286752865316932, guid: 5df815d3649b58b4484d2ae582fbf0c3, type: 3} propertyPath: m_AnchoredPosition.y - value: -24.4261 + value: 0 objectReference: {fileID: 0} - target: {fileID: 3524450192704275766, guid: 5df815d3649b58b4484d2ae582fbf0c3, type: 3} @@ -246,32 +246,32 @@ PrefabInstance: - target: {fileID: 3943492902580190157, guid: 5df815d3649b58b4484d2ae582fbf0c3, type: 3} propertyPath: m_AnchorMax.y - value: 1 + value: 0 objectReference: {fileID: 0} - target: {fileID: 3943492902580190157, guid: 5df815d3649b58b4484d2ae582fbf0c3, type: 3} propertyPath: m_AnchorMin.y - value: 1 + value: 0 objectReference: {fileID: 0} - target: {fileID: 3943492902580190157, guid: 5df815d3649b58b4484d2ae582fbf0c3, type: 3} propertyPath: m_SizeDelta.x - value: 780 + value: 0 objectReference: {fileID: 0} - target: {fileID: 3943492902580190157, guid: 5df815d3649b58b4484d2ae582fbf0c3, type: 3} propertyPath: m_SizeDelta.y - value: 76.532196 + value: 0 objectReference: {fileID: 0} - target: {fileID: 3943492902580190157, guid: 5df815d3649b58b4484d2ae582fbf0c3, type: 3} propertyPath: m_AnchoredPosition.x - value: 400 + value: 0 objectReference: {fileID: 0} - target: {fileID: 3943492902580190157, guid: 5df815d3649b58b4484d2ae582fbf0c3, type: 3} propertyPath: m_AnchoredPosition.y - value: -48.266098 + value: 0 objectReference: {fileID: 0} - target: {fileID: 4093525921777245600, guid: 5df815d3649b58b4484d2ae582fbf0c3, type: 3} @@ -376,32 +376,32 @@ PrefabInstance: - target: {fileID: 4429803177772368616, guid: 5df815d3649b58b4484d2ae582fbf0c3, type: 3} propertyPath: m_AnchorMax.y - value: 1 + value: 0 objectReference: {fileID: 0} - target: {fileID: 4429803177772368616, guid: 5df815d3649b58b4484d2ae582fbf0c3, type: 3} propertyPath: m_AnchorMin.y - value: 1 + value: 0 objectReference: {fileID: 0} - target: {fileID: 4429803177772368616, guid: 5df815d3649b58b4484d2ae582fbf0c3, type: 3} propertyPath: m_SizeDelta.x - value: 236.66666 + value: 0 objectReference: {fileID: 0} - target: {fileID: 4429803177772368616, guid: 5df815d3649b58b4484d2ae582fbf0c3, type: 3} propertyPath: m_SizeDelta.y - value: 76.532196 + value: 0 objectReference: {fileID: 0} - target: {fileID: 4429803177772368616, guid: 5df815d3649b58b4484d2ae582fbf0c3, type: 3} propertyPath: m_AnchoredPosition.x - value: 118.33333 + value: 0 objectReference: {fileID: 0} - target: {fileID: 4429803177772368616, guid: 5df815d3649b58b4484d2ae582fbf0c3, type: 3} propertyPath: m_AnchoredPosition.y - value: -38.266098 + value: 0 objectReference: {fileID: 0} - target: {fileID: 6267940756370835963, guid: 5df815d3649b58b4484d2ae582fbf0c3, type: 3} @@ -436,62 +436,62 @@ PrefabInstance: - target: {fileID: 7197256551416756614, guid: 5df815d3649b58b4484d2ae582fbf0c3, type: 3} propertyPath: m_AnchorMax.y - value: 1 + value: 0 objectReference: {fileID: 0} - target: {fileID: 7197256551416756614, guid: 5df815d3649b58b4484d2ae582fbf0c3, type: 3} propertyPath: m_AnchorMin.y - value: 1 + value: 0 objectReference: {fileID: 0} - target: {fileID: 7197256551416756614, guid: 5df815d3649b58b4484d2ae582fbf0c3, type: 3} propertyPath: m_SizeDelta.x - value: 236.66666 + value: 0 objectReference: {fileID: 0} - target: {fileID: 7197256551416756614, guid: 5df815d3649b58b4484d2ae582fbf0c3, type: 3} propertyPath: m_SizeDelta.y - value: 76.532196 + value: 0 objectReference: {fileID: 0} - target: {fileID: 7197256551416756614, guid: 5df815d3649b58b4484d2ae582fbf0c3, type: 3} propertyPath: m_AnchoredPosition.x - value: 543.3333 + value: 0 objectReference: {fileID: 0} - target: {fileID: 7197256551416756614, guid: 5df815d3649b58b4484d2ae582fbf0c3, type: 3} propertyPath: m_AnchoredPosition.y - value: -38.266098 + value: 0 objectReference: {fileID: 0} - target: {fileID: 7667425266489375675, guid: 5df815d3649b58b4484d2ae582fbf0c3, type: 3} propertyPath: m_AnchorMax.y - value: 1 + value: 0 objectReference: {fileID: 0} - target: {fileID: 7667425266489375675, guid: 5df815d3649b58b4484d2ae582fbf0c3, type: 3} propertyPath: m_AnchorMin.y - value: 1 + value: 0 objectReference: {fileID: 0} - target: {fileID: 7667425266489375675, guid: 5df815d3649b58b4484d2ae582fbf0c3, type: 3} propertyPath: m_SizeDelta.x - value: 236.66666 + value: 0 objectReference: {fileID: 0} - target: {fileID: 7667425266489375675, guid: 5df815d3649b58b4484d2ae582fbf0c3, type: 3} propertyPath: m_SizeDelta.y - value: 76.532196 + value: 0 objectReference: {fileID: 0} - target: {fileID: 7667425266489375675, guid: 5df815d3649b58b4484d2ae582fbf0c3, type: 3} propertyPath: m_AnchoredPosition.x - value: 271.66666 + value: 0 objectReference: {fileID: 0} - target: {fileID: 7667425266489375675, guid: 5df815d3649b58b4484d2ae582fbf0c3, type: 3} propertyPath: m_AnchoredPosition.y - value: -38.266098 + value: 0 objectReference: {fileID: 0} - target: {fileID: 8552071283154088142, guid: 5df815d3649b58b4484d2ae582fbf0c3, type: 3} @@ -548,65 +548,35 @@ PrefabInstance: serializedVersion: 3 m_TransformParent: {fileID: 7478519019532169470} m_Modifications: - - target: {fileID: 1109112800518834720, guid: 686b51ff9e7b323448470fac3420b8a3, + - target: {fileID: 1645175674696228648, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} propertyPath: m_AnchorMax.y value: 1 objectReference: {fileID: 0} - - target: {fileID: 1109112800518834720, guid: 686b51ff9e7b323448470fac3420b8a3, + - target: {fileID: 1645175674696228648, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} propertyPath: m_AnchorMin.y value: 1 objectReference: {fileID: 0} - - target: {fileID: 1109112800518834720, guid: 686b51ff9e7b323448470fac3420b8a3, + - target: {fileID: 1645175674696228648, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} propertyPath: m_SizeDelta.x - value: 141.09348 + value: 444.67743 objectReference: {fileID: 0} - - target: {fileID: 1109112800518834720, guid: 686b51ff9e7b323448470fac3420b8a3, + - target: {fileID: 1645175674696228648, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} propertyPath: m_SizeDelta.y - value: 467.604 + value: 106.91389 objectReference: {fileID: 0} - - target: {fileID: 1109112800518834720, guid: 686b51ff9e7b323448470fac3420b8a3, + - target: {fileID: 1645175674696228648, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} propertyPath: m_AnchoredPosition.x - value: 70.54674 + value: 222.33871 objectReference: {fileID: 0} - - target: {fileID: 1109112800518834720, guid: 686b51ff9e7b323448470fac3420b8a3, + - target: {fileID: 1645175674696228648, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} propertyPath: m_AnchoredPosition.y - value: -233.802 - objectReference: {fileID: 0} - - target: {fileID: 1222094003175734207, guid: 686b51ff9e7b323448470fac3420b8a3, - type: 3} - propertyPath: m_AnchorMax.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 1222094003175734207, guid: 686b51ff9e7b323448470fac3420b8a3, - type: 3} - propertyPath: m_AnchorMin.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 1222094003175734207, guid: 686b51ff9e7b323448470fac3420b8a3, - type: 3} - propertyPath: m_SizeDelta.x - value: 517.81305 - objectReference: {fileID: 0} - - target: {fileID: 1222094003175734207, guid: 686b51ff9e7b323448470fac3420b8a3, - type: 3} - propertyPath: m_SizeDelta.y - value: 467.604 - objectReference: {fileID: 0} - - target: {fileID: 1222094003175734207, guid: 686b51ff9e7b323448470fac3420b8a3, - type: 3} - propertyPath: m_AnchoredPosition.x - value: 400 - objectReference: {fileID: 0} - - target: {fileID: 1222094003175734207, guid: 686b51ff9e7b323448470fac3420b8a3, - type: 3} - propertyPath: m_AnchoredPosition.y - value: -233.802 + value: -53.456944 objectReference: {fileID: 0} - target: {fileID: 3683352126321482462, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} @@ -621,22 +591,22 @@ PrefabInstance: - target: {fileID: 3683352126321482462, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} propertyPath: m_SizeDelta.x - value: 713.5723 + value: 634.0279 objectReference: {fileID: 0} - target: {fileID: 3683352126321482462, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} propertyPath: m_SizeDelta.y - value: 132.396 + value: 106.91389 objectReference: {fileID: 0} - target: {fileID: 3683352126321482462, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} propertyPath: m_AnchoredPosition.x - value: 356.78616 + value: 317.01395 objectReference: {fileID: 0} - target: {fileID: 3683352126321482462, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} propertyPath: m_AnchoredPosition.y - value: -66.198 + value: -53.456944 objectReference: {fileID: 0} - target: {fileID: 4567674121355300256, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} @@ -651,22 +621,52 @@ PrefabInstance: - target: {fileID: 4567674121355300256, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} propertyPath: m_SizeDelta.x - value: 76.42768 + value: 155.9721 objectReference: {fileID: 0} - target: {fileID: 4567674121355300256, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} propertyPath: m_SizeDelta.y - value: 34.131996 + value: 25.637962 objectReference: {fileID: 0} - target: {fileID: 4567674121355300256, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} propertyPath: m_AnchoredPosition.x - value: 43.21384 + value: 82.98605 objectReference: {fileID: 0} - target: {fileID: 4567674121355300256, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} propertyPath: m_AnchoredPosition.y - value: -110.32999 + value: -89.09491 + objectReference: {fileID: 0} + - target: {fileID: 4668462416488385552, guid: 686b51ff9e7b323448470fac3420b8a3, + type: 3} + propertyPath: m_AnchorMax.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4668462416488385552, guid: 686b51ff9e7b323448470fac3420b8a3, + type: 3} + propertyPath: m_AnchorMin.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4668462416488385552, guid: 686b51ff9e7b323448470fac3420b8a3, + type: 3} + propertyPath: m_SizeDelta.x + value: 681.48145 + objectReference: {fileID: 0} + - target: {fileID: 4668462416488385552, guid: 686b51ff9e7b323448470fac3420b8a3, + type: 3} + propertyPath: m_SizeDelta.y + value: 493.08612 + objectReference: {fileID: 0} + - target: {fileID: 4668462416488385552, guid: 686b51ff9e7b323448470fac3420b8a3, + type: 3} + propertyPath: m_AnchoredPosition.x + value: 459.25925 + objectReference: {fileID: 0} + - target: {fileID: 4668462416488385552, guid: 686b51ff9e7b323448470fac3420b8a3, + type: 3} + propertyPath: m_AnchoredPosition.y + value: -246.54306 objectReference: {fileID: 0} - target: {fileID: 5017249908300832766, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} @@ -681,22 +681,22 @@ PrefabInstance: - target: {fileID: 5017249908300832766, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} propertyPath: m_SizeDelta.x - value: 86.42768 + value: 165.9721 objectReference: {fileID: 0} - target: {fileID: 5017249908300832766, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} propertyPath: m_SizeDelta.y - value: 132.396 + value: 106.91389 objectReference: {fileID: 0} - target: {fileID: 5017249908300832766, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} propertyPath: m_AnchoredPosition.x - value: 756.7862 + value: 717.0139 objectReference: {fileID: 0} - target: {fileID: 5017249908300832766, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} propertyPath: m_AnchoredPosition.y - value: -66.198 + value: -53.456944 objectReference: {fileID: 0} - target: {fileID: 5315978857558658518, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} @@ -816,7 +816,7 @@ PrefabInstance: - target: {fileID: 5611332135643766733, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} propertyPath: m_SizeDelta.y - value: 467.604 + value: 493.08612 objectReference: {fileID: 0} - target: {fileID: 5611332135643766733, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} @@ -826,7 +826,7 @@ PrefabInstance: - target: {fileID: 5611332135643766733, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} propertyPath: m_AnchoredPosition.y - value: -366.198 + value: -353.45694 objectReference: {fileID: 0} - target: {fileID: 6405355493915766111, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} @@ -841,22 +841,52 @@ PrefabInstance: - target: {fileID: 6405355493915766111, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} propertyPath: m_SizeDelta.x - value: 76.42768 + value: 155.9721 objectReference: {fileID: 0} - target: {fileID: 6405355493915766111, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} propertyPath: m_SizeDelta.y - value: 34.131996 + value: 25.637962 objectReference: {fileID: 0} - target: {fileID: 6405355493915766111, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} propertyPath: m_AnchoredPosition.x - value: 43.21384 + value: 82.98605 objectReference: {fileID: 0} - target: {fileID: 6405355493915766111, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} propertyPath: m_AnchoredPosition.y - value: -22.065998 + value: -17.818981 + objectReference: {fileID: 0} + - target: {fileID: 6551818368499251364, guid: 686b51ff9e7b323448470fac3420b8a3, + type: 3} + propertyPath: m_AnchorMax.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6551818368499251364, guid: 686b51ff9e7b323448470fac3420b8a3, + type: 3} + propertyPath: m_AnchorMin.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6551818368499251364, guid: 686b51ff9e7b323448470fac3420b8a3, + type: 3} + propertyPath: m_SizeDelta.x + value: 189.35046 + objectReference: {fileID: 0} + - target: {fileID: 6551818368499251364, guid: 686b51ff9e7b323448470fac3420b8a3, + type: 3} + propertyPath: m_SizeDelta.y + value: 106.91389 + objectReference: {fileID: 0} + - target: {fileID: 6551818368499251364, guid: 686b51ff9e7b323448470fac3420b8a3, + type: 3} + propertyPath: m_AnchoredPosition.x + value: 539.35266 + objectReference: {fileID: 0} + - target: {fileID: 6551818368499251364, guid: 686b51ff9e7b323448470fac3420b8a3, + type: 3} + propertyPath: m_AnchoredPosition.y + value: -53.456944 objectReference: {fileID: 0} - target: {fileID: 6822881964581568414, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} @@ -876,7 +906,7 @@ PrefabInstance: - target: {fileID: 6822881964581568414, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} propertyPath: m_SizeDelta.y - value: 132.396 + value: 106.91389 objectReference: {fileID: 0} - target: {fileID: 6822881964581568414, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} @@ -886,7 +916,7 @@ PrefabInstance: - target: {fileID: 6822881964581568414, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} propertyPath: m_AnchoredPosition.y - value: -66.198 + value: -53.456944 objectReference: {fileID: 0} - target: {fileID: 6845093383438384349, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} @@ -903,35 +933,35 @@ PrefabInstance: propertyPath: m_IsActive value: 0 objectReference: {fileID: 0} - - target: {fileID: 8628996390368018201, guid: 686b51ff9e7b323448470fac3420b8a3, + - target: {fileID: 9036217112917009754, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} propertyPath: m_AnchorMax.y value: 1 objectReference: {fileID: 0} - - target: {fileID: 8628996390368018201, guid: 686b51ff9e7b323448470fac3420b8a3, + - target: {fileID: 9036217112917009754, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} propertyPath: m_AnchorMin.y value: 1 objectReference: {fileID: 0} - - target: {fileID: 8628996390368018201, guid: 686b51ff9e7b323448470fac3420b8a3, + - target: {fileID: 9036217112917009754, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} propertyPath: m_SizeDelta.x - value: 141.09348 + value: 118.51852 objectReference: {fileID: 0} - - target: {fileID: 8628996390368018201, guid: 686b51ff9e7b323448470fac3420b8a3, + - target: {fileID: 9036217112917009754, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} propertyPath: m_SizeDelta.y - value: 467.604 + value: 493.08612 objectReference: {fileID: 0} - - target: {fileID: 8628996390368018201, guid: 686b51ff9e7b323448470fac3420b8a3, + - target: {fileID: 9036217112917009754, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} propertyPath: m_AnchoredPosition.x - value: 729.45325 + value: 59.25926 objectReference: {fileID: 0} - - target: {fileID: 8628996390368018201, guid: 686b51ff9e7b323448470fac3420b8a3, + - target: {fileID: 9036217112917009754, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} propertyPath: m_AnchoredPosition.y - value: -233.802 + value: -246.54306 objectReference: {fileID: 0} - target: {fileID: 9118863009621341683, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} @@ -946,22 +976,22 @@ PrefabInstance: - target: {fileID: 9118863009621341683, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} propertyPath: m_SizeDelta.x - value: 76.42768 + value: 155.9721 objectReference: {fileID: 0} - target: {fileID: 9118863009621341683, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} propertyPath: m_SizeDelta.y - value: 34.131996 + value: 25.637962 objectReference: {fileID: 0} - target: {fileID: 9118863009621341683, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} propertyPath: m_AnchoredPosition.x - value: 43.21384 + value: 82.98605 objectReference: {fileID: 0} - target: {fileID: 9118863009621341683, guid: 686b51ff9e7b323448470fac3420b8a3, type: 3} propertyPath: m_AnchoredPosition.y - value: -66.198 + value: -53.456944 objectReference: {fileID: 0} m_RemovedComponents: [] m_RemovedGameObjects: []