From 190645893588439d67d9853c68fba2cc98eae56d Mon Sep 17 00:00:00 2001 From: Maxwell Jiang Date: Sun, 2 Jan 2022 00:33:01 -0600 Subject: [PATCH 1/3] create visualization panel for agent stats --- .../Assets/Resources/Prefabs/VisPanel.prefab | 2607 +++++++++++++++ .../Resources/Prefabs/VisPanel.prefab.meta | 7 + UnityClient/Assets/Scenes/SampleScene.unity | 2854 +++++++---------- UnityClient/Assets/Scripts/Overheads.cs | 2 +- UnityClient/Assets/Scripts/RightClickMenu.cs | 21 +- UnityClient/Assets/Scripts/SkillGroup.cs | 2 +- UnityClient/Assets/Scripts/UI.cs | 1 + UnityClient/Assets/Scripts/VisPanel.cs | 101 + UnityClient/Assets/Scripts/VisPanel.cs.meta | 11 + UnityClient/Logs/Packages-Update.log | 15 + UnityClient/Packages/manifest.json | 16 +- UnityClient/Packages/packages-lock.json | 32 +- .../PackageManagerSettings.asset | 25 + .../ProjectSettings/ProjectSettings.asset | 79 +- .../ProjectSettings/ProjectVersion.txt | 4 +- 15 files changed, 4057 insertions(+), 1720 deletions(-) create mode 100644 UnityClient/Assets/Resources/Prefabs/VisPanel.prefab create mode 100644 UnityClient/Assets/Resources/Prefabs/VisPanel.prefab.meta create mode 100644 UnityClient/Assets/Scripts/VisPanel.cs create mode 100644 UnityClient/Assets/Scripts/VisPanel.cs.meta diff --git a/UnityClient/Assets/Resources/Prefabs/VisPanel.prefab b/UnityClient/Assets/Resources/Prefabs/VisPanel.prefab new file mode 100644 index 000000000..565f25da3 --- /dev/null +++ b/UnityClient/Assets/Resources/Prefabs/VisPanel.prefab @@ -0,0 +1,2607 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &937645743786429401 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 9019375460762913472} + - component: {fileID: 8525301850163309326} + - component: {fileID: 4245513788033983964} + - component: {fileID: 7001141407816426676} + m_Layer: 5 + m_Name: ExitButton + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &9019375460762913472 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 937645743786429401} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2868474937585456651} + m_Father: {fileID: 6406048290258827708} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 152, y: 126} + m_SizeDelta: {x: 80, y: 30} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &8525301850163309326 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 937645743786429401} + m_CullTransparentMesh: 0 +--- !u!114 &4245513788033983964 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 937645743786429401} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10905, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &7001141407816426676 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 937645743786429401} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_WrapAround: 0 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Selected + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 4245513788033983964} + m_OnClick: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 6406048290258827683} + m_TargetAssemblyTypeName: VisPanel, Assembly-CSharp + m_MethodName: DestroyPanel + 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 &2983147508657988399 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2868474937585456651} + - component: {fileID: 2215633550420174298} + - component: {fileID: 8381910779433174014} + m_Layer: 5 + m_Name: Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &2868474937585456651 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2983147508657988399} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 9019375460762913472} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &2215633550420174298 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2983147508657988399} + m_CullTransparentMesh: 0 +--- !u!114 &8381910779433174014 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2983147508657988399} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 14 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: 'Close + +' +--- !u!1 &6406048290258827709 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6406048290258827708} + - component: {fileID: 6406048290258827681} + - component: {fileID: 6406048290258827682} + - component: {fileID: 6406048290258827683} + m_Layer: 5 + m_Name: VisPanel + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &6406048290258827708 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6406048290258827709} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 9019375460762913472} + - {fileID: 4748388519818545513} + - {fileID: 2379043533644331447} + - {fileID: 437349175262345610} + - {fileID: 4144437782499672594} + - {fileID: 7307269047035788739} + - {fileID: 3688402621271581743} + - {fileID: 836549917215994618} + - {fileID: 3940789965270745018} + - {fileID: 4410194298334698749} + - {fileID: 6691363925572355508} + - {fileID: 1157970413202424583} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 400, y: 300} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &6406048290258827681 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6406048290258827709} + m_CullTransparentMesh: 0 +--- !u!114 &6406048290258827682 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6406048290258827709} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.4916518, g: 0.8773585, b: 0.8352077, a: 0.78039217} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10907, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!114 &6406048290258827683 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6406048290258827709} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d95aa300e4cbc944c9ee8c576c6db7a6, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1001 &168111002863772146 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6406048290258827708} + m_Modifications: + - target: {fileID: 1028297813567831373, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_Name + value: Fishing + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_Pivot.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_Pivot.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_RootOrder + value: 11 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchorMax.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchorMax.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchorMin.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchorMin.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_SizeDelta.x + value: 200 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_SizeDelta.y + value: 30 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchoredPosition.x + value: 95.2 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchoredPosition.y + value: -104.8 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_text + value: 'Fishing:' + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontSize + value: 18 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_margin.w + value: 0.7553406 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontAsset + value: + objectReference: {fileID: 11400000, guid: 2e498d1c8094910479dc3e1b768306a4, + type: 2} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontColor.b + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontColor.g + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontColor.r + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontSizeBase + value: 18 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textAlignment + value: 65535 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_sharedMaterial + value: + objectReference: {fileID: 2180264, guid: 2e498d1c8094910479dc3e1b768306a4, type: 2} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontColor32.rgba + value: 4278190080 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_TextStyleHashCode + value: -1183493901 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.lineCount + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.pageCount + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.wordCount + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.spaceCount + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.characterCount + value: 7 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} +--- !u!224 &1157970413202424583 stripped +RectTransform: + m_CorrespondingSourceObject: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + m_PrefabInstance: {fileID: 168111002863772146} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1465192858620402559 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6406048290258827708} + m_Modifications: + - target: {fileID: 1028297813567831373, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_Name + value: Food + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_Pivot.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_Pivot.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_RootOrder + value: 3 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchorMax.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchorMax.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchorMin.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchorMin.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_SizeDelta.x + value: 200 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_SizeDelta.y + value: 30 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchoredPosition.x + value: -82.80003 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchoredPosition.y + value: 49.700005 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_text + value: 'Food:' + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontSize + value: 18 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_margin.w + value: 0.7553406 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontAsset + value: + objectReference: {fileID: 11400000, guid: 2e498d1c8094910479dc3e1b768306a4, + type: 2} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontColor.b + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontColor.g + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontColor.r + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontSizeBase + value: 18 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textAlignment + value: 65535 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_sharedMaterial + value: + objectReference: {fileID: 2180264, guid: 2e498d1c8094910479dc3e1b768306a4, type: 2} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontColor32.rgba + value: 4278190080 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_TextStyleHashCode + value: -1183493901 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.lineCount + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.pageCount + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.wordCount + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.spaceCount + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.characterCount + value: 7 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} +--- !u!224 &437349175262345610 stripped +RectTransform: + m_CorrespondingSourceObject: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + m_PrefabInstance: {fileID: 1465192858620402559} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1862425715339350031 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6406048290258827708} + m_Modifications: + - target: {fileID: 1028297813567831373, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_Name + value: Range + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_Pivot.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_Pivot.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_RootOrder + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchorMax.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchorMax.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchorMin.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchorMin.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_SizeDelta.x + value: 200 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_SizeDelta.y + value: 30 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchoredPosition.x + value: 95.2 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchoredPosition.y + value: 18.2 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_text + value: 'Range:' + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontSize + value: 18 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_margin.w + value: 0.7553406 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontAsset + value: + objectReference: {fileID: 11400000, guid: 2e498d1c8094910479dc3e1b768306a4, + type: 2} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontColor.b + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontColor.g + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontColor.r + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontSizeBase + value: 18 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textAlignment + value: 65535 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_sharedMaterial + value: + objectReference: {fileID: 2180264, guid: 2e498d1c8094910479dc3e1b768306a4, type: 2} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontColor32.rgba + value: 4278190080 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_TextStyleHashCode + value: -1183493901 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.lineCount + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.pageCount + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.wordCount + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.spaceCount + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.characterCount + value: 7 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} +--- !u!224 &836549917215994618 stripped +RectTransform: + m_CorrespondingSourceObject: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + m_PrefabInstance: {fileID: 1862425715339350031} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &2408151750106367706 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6406048290258827708} + m_Modifications: + - target: {fileID: 1028297813567831373, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_Name + value: Melee + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_Pivot.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_Pivot.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_RootOrder + value: 6 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchorMax.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchorMax.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchorMin.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchorMin.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_SizeDelta.x + value: 200 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_SizeDelta.y + value: 30 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchoredPosition.x + value: 95.2 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchoredPosition.y + value: 49.300007 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_text + value: 'Melee:' + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontSize + value: 18 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_margin.w + value: 0.7553406 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontAsset + value: + objectReference: {fileID: 11400000, guid: 2e498d1c8094910479dc3e1b768306a4, + type: 2} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontColor.b + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontColor.g + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontColor.r + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontSizeBase + value: 18 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textAlignment + value: 65535 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_sharedMaterial + value: + objectReference: {fileID: 2180264, guid: 2e498d1c8094910479dc3e1b768306a4, type: 2} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontColor32.rgba + value: 4278190080 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_TextStyleHashCode + value: -1183493901 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.lineCount + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.pageCount + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.wordCount + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.spaceCount + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.characterCount + value: 7 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} +--- !u!224 &3688402621271581743 stripped +RectTransform: + m_CorrespondingSourceObject: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + m_PrefabInstance: {fileID: 2408151750106367706} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &2662982518154894671 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6406048290258827708} + m_Modifications: + - target: {fileID: 1028297813567831373, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_Name + value: Mage + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_Pivot.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_Pivot.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_RootOrder + value: 8 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchorMax.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchorMax.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchorMin.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchorMin.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_SizeDelta.x + value: 200 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_SizeDelta.y + value: 30 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchoredPosition.x + value: 95.2 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchoredPosition.y + value: -13.199993 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_text + value: Mage + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontSize + value: 18 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_margin.w + value: 0.7553406 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontAsset + value: + objectReference: {fileID: 11400000, guid: 2e498d1c8094910479dc3e1b768306a4, + type: 2} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontColor.b + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontColor.g + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontColor.r + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontSizeBase + value: 18 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textAlignment + value: 65535 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_sharedMaterial + value: + objectReference: {fileID: 2180264, guid: 2e498d1c8094910479dc3e1b768306a4, type: 2} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontColor32.rgba + value: 4278190080 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_TextStyleHashCode + value: -1183493901 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.lineCount + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.pageCount + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.wordCount + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.spaceCount + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.characterCount + value: 7 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} +--- !u!224 &3940789965270745018 stripped +RectTransform: + m_CorrespondingSourceObject: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + m_PrefabInstance: {fileID: 2662982518154894671} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &3152713054971076839 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6406048290258827708} + m_Modifications: + - target: {fileID: 1028297813567831373, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_Name + value: Water + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_Pivot.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_Pivot.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_RootOrder + value: 4 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchorMax.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchorMax.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchorMin.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchorMin.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_SizeDelta.x + value: 200 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_SizeDelta.y + value: 30 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchoredPosition.x + value: -82.80003 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchoredPosition.y + value: 18.200006 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_text + value: 'Water:' + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontSize + value: 18 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_margin.w + value: 0.7553406 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontAsset + value: + objectReference: {fileID: 11400000, guid: 2e498d1c8094910479dc3e1b768306a4, + type: 2} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontColor.b + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontColor.g + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontColor.r + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontSizeBase + value: 18 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textAlignment + value: 65535 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_sharedMaterial + value: + objectReference: {fileID: 2180264, guid: 2e498d1c8094910479dc3e1b768306a4, type: 2} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontColor32.rgba + value: 4278190080 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_TextStyleHashCode + value: -1183493901 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.lineCount + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.pageCount + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.wordCount + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.spaceCount + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.characterCount + value: 7 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} +--- !u!224 &4144437782499672594 stripped +RectTransform: + m_CorrespondingSourceObject: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + m_PrefabInstance: {fileID: 3152713054971076839} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &3418381361875074568 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6406048290258827708} + m_Modifications: + - target: {fileID: 1028297813567831373, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_Name + value: Defense + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_Pivot.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_Pivot.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_RootOrder + value: 9 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchorMax.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchorMax.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchorMin.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchorMin.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_SizeDelta.x + value: 200 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_SizeDelta.y + value: 30 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchoredPosition.x + value: 95.2 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchoredPosition.y + value: -43.299995 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_text + value: 'Defense:' + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontSize + value: 18 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_margin.w + value: 0.7553406 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontAsset + value: + objectReference: {fileID: 11400000, guid: 2e498d1c8094910479dc3e1b768306a4, + type: 2} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontColor.b + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontColor.g + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontColor.r + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontSizeBase + value: 18 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textAlignment + value: 65535 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_sharedMaterial + value: + objectReference: {fileID: 2180264, guid: 2e498d1c8094910479dc3e1b768306a4, type: 2} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontColor32.rgba + value: 4278190080 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_TextStyleHashCode + value: -1183493901 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.lineCount + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.pageCount + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.wordCount + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.spaceCount + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.characterCount + value: 7 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} +--- !u!224 &4410194298334698749 stripped +RectTransform: + m_CorrespondingSourceObject: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + m_PrefabInstance: {fileID: 3418381361875074568} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &3693128271754369858 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6406048290258827708} + m_Modifications: + - target: {fileID: 1028297813567831373, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_Name + value: Health + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_Pivot.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_Pivot.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_RootOrder + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchorMax.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchorMax.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchorMin.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchorMin.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_SizeDelta.x + value: 200 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_SizeDelta.y + value: 30 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchoredPosition.x + value: -83.1 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchoredPosition.y + value: 81.00001 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_text + value: 'Health:' + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontSize + value: 18 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_margin.w + value: 0.7553406 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontAsset + value: + objectReference: {fileID: 11400000, guid: 2e498d1c8094910479dc3e1b768306a4, + type: 2} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontColor.b + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontColor.g + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontColor.r + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontSizeBase + value: 18 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textAlignment + value: 65535 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_sharedMaterial + value: + objectReference: {fileID: 2180264, guid: 2e498d1c8094910479dc3e1b768306a4, type: 2} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontColor32.rgba + value: 4278190080 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_TextStyleHashCode + value: -1183493901 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.lineCount + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.pageCount + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.wordCount + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.spaceCount + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.characterCount + value: 7 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} +--- !u!224 &2379043533644331447 stripped +RectTransform: + m_CorrespondingSourceObject: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + m_PrefabInstance: {fileID: 3693128271754369858} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &5663329222434416449 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6406048290258827708} + m_Modifications: + - target: {fileID: 1028297813567831373, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_Name + value: Hunting + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_Pivot.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_Pivot.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_RootOrder + value: 10 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchorMax.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchorMax.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchorMin.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchorMin.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_SizeDelta.x + value: 200 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_SizeDelta.y + value: 30 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchoredPosition.x + value: 95.2 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchoredPosition.y + value: -74.299995 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_text + value: 'Hunting:' + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontSize + value: 18 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_margin.w + value: 0.7553406 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontAsset + value: + objectReference: {fileID: 11400000, guid: 2e498d1c8094910479dc3e1b768306a4, + type: 2} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontColor.b + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontColor.g + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontColor.r + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontSizeBase + value: 18 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textAlignment + value: 65535 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_sharedMaterial + value: + objectReference: {fileID: 2180264, guid: 2e498d1c8094910479dc3e1b768306a4, type: 2} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontColor32.rgba + value: 4278190080 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_TextStyleHashCode + value: -1183493901 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.lineCount + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.pageCount + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.wordCount + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.spaceCount + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.characterCount + value: 7 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} +--- !u!224 &6691363925572355508 stripped +RectTransform: + m_CorrespondingSourceObject: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + m_PrefabInstance: {fileID: 5663329222434416449} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &6026104196309429148 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6406048290258827708} + m_Modifications: + - target: {fileID: 1028297813567831373, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_Name + value: Header + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_Pivot.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_Pivot.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchorMax.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchorMax.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchorMin.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchorMin.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_SizeDelta.x + value: 300 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_SizeDelta.y + value: 40 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchoredPosition.x + value: -38.700027 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchoredPosition.y + value: 117 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_text + value: Name (Lvl) + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontSize + value: 24 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontAsset + value: + objectReference: {fileID: 11400000, guid: 2e498d1c8094910479dc3e1b768306a4, + type: 2} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontColor.b + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontColor.g + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontColor.r + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontSizeBase + value: 24 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textAlignment + value: 65535 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_sharedMaterial + value: + objectReference: {fileID: 2180264, guid: 2e498d1c8094910479dc3e1b768306a4, type: 2} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontColor32.rgba + value: 4278190080 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_TextStyleHashCode + value: -1183493901 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} +--- !u!224 &4748388519818545513 stripped +RectTransform: + m_CorrespondingSourceObject: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + m_PrefabInstance: {fileID: 6026104196309429148} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &8587253562568220470 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 6406048290258827708} + m_Modifications: + - target: {fileID: 1028297813567831373, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_Name + value: Constitution + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_Pivot.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_Pivot.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_RootOrder + value: 5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchorMax.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchorMax.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchorMin.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchorMin.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_SizeDelta.x + value: 200 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_SizeDelta.y + value: 30 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchoredPosition.x + value: 95.2 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_AnchoredPosition.y + value: 81.00001 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_text + value: 'Constitution:' + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontSize + value: 18 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_margin.w + value: 0.7553406 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontAsset + value: + objectReference: {fileID: 11400000, guid: 2e498d1c8094910479dc3e1b768306a4, + type: 2} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontColor.b + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontColor.g + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontColor.r + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontSizeBase + value: 18 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textAlignment + value: 65535 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_sharedMaterial + value: + objectReference: {fileID: 2180264, guid: 2e498d1c8094910479dc3e1b768306a4, type: 2} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontColor32.rgba + value: 4278190080 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_TextStyleHashCode + value: -1183493901 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.lineCount + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.pageCount + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.wordCount + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.spaceCount + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.characterCount + value: 7 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} +--- !u!224 &7307269047035788739 stripped +RectTransform: + m_CorrespondingSourceObject: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + m_PrefabInstance: {fileID: 8587253562568220470} + m_PrefabAsset: {fileID: 0} diff --git a/UnityClient/Assets/Resources/Prefabs/VisPanel.prefab.meta b/UnityClient/Assets/Resources/Prefabs/VisPanel.prefab.meta new file mode 100644 index 000000000..fbfd920ab --- /dev/null +++ b/UnityClient/Assets/Resources/Prefabs/VisPanel.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 47001e31f77c6b943bb85a094d11ecb2 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/UnityClient/Assets/Scenes/SampleScene.unity b/UnityClient/Assets/Scenes/SampleScene.unity index 8b7835766..a4cceb0f8 100644 --- a/UnityClient/Assets/Scenes/SampleScene.unity +++ b/UnityClient/Assets/Scenes/SampleScene.unity @@ -208,9 +208,6 @@ MonoBehaviour: m_faceColor: serializedVersion: 2 rgba: 4294967295 - m_outlineColor: - serializedVersion: 2 - rgba: 4278190080 m_fontSize: 36 m_fontSizeBase: 36 m_fontWeight: 400 @@ -221,7 +218,6 @@ MonoBehaviour: m_HorizontalAlignment: 1 m_VerticalAlignment: 256 m_textAlignment: 257 - m_isAlignmentEnumConverted: 0 m_characterSpacing: 0 m_wordSpacing: 0 m_lineSpacing: 0 @@ -231,10 +227,8 @@ MonoBehaviour: m_enableWordWrapping: 1 m_wordWrappingRatios: 0.4 m_overflowMode: 0 - m_firstOverflowCharacterIndex: -1 m_linkedTextComponent: {fileID: 0} parentLinkedComponent: {fileID: 0} - m_isTextTruncated: 0 m_enableKerning: 1 m_enableExtraPadding: 0 checkPaddingRequired: 0 @@ -242,30 +236,17 @@ MonoBehaviour: m_parseCtrlCharacters: 1 m_isOrthographic: 1 m_isCullingEnabled: 0 - m_ignoreCulling: 1 m_horizontalMapping: 0 m_verticalMapping: 0 m_uvLineOffset: 0 m_geometrySortingOrder: 0 m_IsTextObjectScaleStatic: 0 m_VertexBufferAutoSizeReduction: 1 - m_firstVisibleCharacter: 0 m_useMaxVisibleDescender: 1 m_pageToDisplay: 1 m_margin: {x: 0, y: 0, z: 0, w: 0} - m_textInfo: - textComponent: {fileID: 14881700} - characterCount: 6 - spriteCount: 0 - spaceCount: 0 - wordCount: 1 - linkCount: 0 - lineCount: 1 - pageCount: 1 - materialCount: 1 m_isUsingLegacyAnimationComponent: 0 m_isVolumetricText: 0 - m_spriteAnimator: {fileID: 0} m_hasFontAssetChanged: 0 m_baseMaterial: {fileID: 0} m_maskOffset: {x: 0, y: 0, z: 0, w: 0} @@ -284,6 +265,16 @@ PrefabInstance: m_Modification: m_TransformParent: {fileID: 425175290} m_Modifications: + - target: {fileID: -7958473416404651641, guid: 09dca024cc9a1a9f29faaf156044d9cf, + type: 3} + propertyPath: demo + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7958473416404651641, guid: 09dca024cc9a1a9f29faaf156044d9cf, + type: 3} + propertyPath: click + value: 0 + objectReference: {fileID: 0} - target: {fileID: -7958473416404651641, guid: 09dca024cc9a1a9f29faaf156044d9cf, type: 3} propertyPath: target @@ -291,18 +282,18 @@ PrefabInstance: objectReference: {fileID: 425175290} - target: {fileID: -7958473416404651641, guid: 09dca024cc9a1a9f29faaf156044d9cf, type: 3} - propertyPath: yMinLimit - value: 20 + propertyPath: distance + value: 55 objectReference: {fileID: 0} - target: {fileID: -7958473416404651641, guid: 09dca024cc9a1a9f29faaf156044d9cf, type: 3} - propertyPath: distanceMin - value: 5 + propertyPath: yMaxLimit + value: 90 objectReference: {fileID: 0} - target: {fileID: -7958473416404651641, guid: 09dca024cc9a1a9f29faaf156044d9cf, type: 3} - propertyPath: yMaxLimit - value: 90 + propertyPath: yMinLimit + value: 20 objectReference: {fileID: 0} - target: {fileID: -7958473416404651641, guid: 09dca024cc9a1a9f29faaf156044d9cf, type: 3} @@ -311,29 +302,24 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: -7958473416404651641, guid: 09dca024cc9a1a9f29faaf156044d9cf, type: 3} - propertyPath: click - value: 0 + propertyPath: distanceMin + value: 5 objectReference: {fileID: 0} - target: {fileID: -7958473416404651641, guid: 09dca024cc9a1a9f29faaf156044d9cf, type: 3} propertyPath: scrollSpeed value: 100 objectReference: {fileID: 0} - - target: {fileID: -7958473416404651641, guid: 09dca024cc9a1a9f29faaf156044d9cf, - type: 3} - propertyPath: distance - value: 55 - objectReference: {fileID: 0} - - target: {fileID: -7958473416404651641, guid: 09dca024cc9a1a9f29faaf156044d9cf, - type: 3} - propertyPath: demo - value: 0 - objectReference: {fileID: 0} - target: {fileID: 139450319714533225, guid: 09dca024cc9a1a9f29faaf156044d9cf, type: 3} propertyPath: far clip plane value: 3000 objectReference: {fileID: 0} + - target: {fileID: 5641708831464094294, guid: 09dca024cc9a1a9f29faaf156044d9cf, + type: 3} + propertyPath: m_RootOrder + value: 2 + objectReference: {fileID: 0} - target: {fileID: 5641708831464094294, guid: 09dca024cc9a1a9f29faaf156044d9cf, type: 3} propertyPath: m_LocalPosition.x @@ -349,6 +335,11 @@ PrefabInstance: propertyPath: m_LocalPosition.z value: 0 objectReference: {fileID: 0} + - target: {fileID: 5641708831464094294, guid: 09dca024cc9a1a9f29faaf156044d9cf, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} - target: {fileID: 5641708831464094294, guid: 09dca024cc9a1a9f29faaf156044d9cf, type: 3} propertyPath: m_LocalRotation.x @@ -364,16 +355,6 @@ PrefabInstance: propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - - target: {fileID: 5641708831464094294, guid: 09dca024cc9a1a9f29faaf156044d9cf, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.7071068 - objectReference: {fileID: 0} - - target: {fileID: 5641708831464094294, guid: 09dca024cc9a1a9f29faaf156044d9cf, - type: 3} - propertyPath: m_RootOrder - value: 2 - objectReference: {fileID: 0} - target: {fileID: 5641708831464094294, guid: 09dca024cc9a1a9f29faaf156044d9cf, type: 3} propertyPath: m_LocalEulerAnglesHint.x @@ -534,6 +515,7 @@ MonoBehaviour: m_FallbackScreenDPI: 96 m_DefaultSpriteDPI: 96 m_DynamicPixelsPerUnit: 1 + m_PresetInfoIsWorld: 0 --- !u!223 &86493944 Canvas: m_ObjectHideFlags: 0 @@ -662,9 +644,6 @@ MonoBehaviour: m_faceColor: serializedVersion: 2 rgba: 4294967295 - m_outlineColor: - serializedVersion: 2 - rgba: 4278190080 m_fontSize: 36 m_fontSizeBase: 36 m_fontWeight: 400 @@ -675,7 +654,6 @@ MonoBehaviour: m_HorizontalAlignment: 1 m_VerticalAlignment: 256 m_textAlignment: 257 - m_isAlignmentEnumConverted: 0 m_characterSpacing: 0 m_wordSpacing: 0 m_lineSpacing: 0 @@ -685,10 +663,8 @@ MonoBehaviour: m_enableWordWrapping: 1 m_wordWrappingRatios: 0.4 m_overflowMode: 0 - m_firstOverflowCharacterIndex: -1 m_linkedTextComponent: {fileID: 0} parentLinkedComponent: {fileID: 0} - m_isTextTruncated: 0 m_enableKerning: 1 m_enableExtraPadding: 0 checkPaddingRequired: 0 @@ -696,30 +672,17 @@ MonoBehaviour: m_parseCtrlCharacters: 1 m_isOrthographic: 1 m_isCullingEnabled: 0 - m_ignoreCulling: 1 m_horizontalMapping: 0 m_verticalMapping: 0 m_uvLineOffset: 0 m_geometrySortingOrder: 0 m_IsTextObjectScaleStatic: 0 m_VertexBufferAutoSizeReduction: 1 - m_firstVisibleCharacter: 0 m_useMaxVisibleDescender: 1 m_pageToDisplay: 1 m_margin: {x: 0, y: 0, z: 0, w: 0} - m_textInfo: - textComponent: {fileID: 87296839} - characterCount: 7 - spriteCount: 0 - spaceCount: 0 - wordCount: 1 - linkCount: 0 - lineCount: 1 - pageCount: 1 - materialCount: 1 m_isUsingLegacyAnimationComponent: 0 m_isVolumetricText: 0 - m_spriteAnimator: {fileID: 0} m_hasFontAssetChanged: 0 m_baseMaterial: {fileID: 0} m_maskOffset: {x: 0, y: 0, z: 0, w: 0} @@ -790,6 +753,7 @@ MonoBehaviour: m_FallbackScreenDPI: 96 m_DefaultSpriteDPI: 96 m_DynamicPixelsPerUnit: 1 + m_PresetInfoIsWorld: 0 --- !u!223 &89302193 Canvas: m_ObjectHideFlags: 0 @@ -999,9 +963,6 @@ MonoBehaviour: m_faceColor: serializedVersion: 2 rgba: 4294967295 - m_outlineColor: - serializedVersion: 2 - rgba: 4278190080 m_fontSize: 36 m_fontSizeBase: 36 m_fontWeight: 400 @@ -1012,7 +973,6 @@ MonoBehaviour: m_HorizontalAlignment: 1 m_VerticalAlignment: 256 m_textAlignment: 257 - m_isAlignmentEnumConverted: 0 m_characterSpacing: 0 m_wordSpacing: 0 m_lineSpacing: 0 @@ -1022,10 +982,8 @@ MonoBehaviour: m_enableWordWrapping: 1 m_wordWrappingRatios: 0.4 m_overflowMode: 0 - m_firstOverflowCharacterIndex: -1 m_linkedTextComponent: {fileID: 0} parentLinkedComponent: {fileID: 0} - m_isTextTruncated: 0 m_enableKerning: 1 m_enableExtraPadding: 0 checkPaddingRequired: 0 @@ -1033,30 +991,17 @@ MonoBehaviour: m_parseCtrlCharacters: 1 m_isOrthographic: 1 m_isCullingEnabled: 0 - m_ignoreCulling: 1 m_horizontalMapping: 0 m_verticalMapping: 0 m_uvLineOffset: 0 m_geometrySortingOrder: 0 m_IsTextObjectScaleStatic: 0 m_VertexBufferAutoSizeReduction: 1 - m_firstVisibleCharacter: 0 m_useMaxVisibleDescender: 1 m_pageToDisplay: 1 m_margin: {x: 0, y: 0, z: 0, w: 0} - m_textInfo: - textComponent: {fileID: 111898532} - characterCount: 0 - spriteCount: 0 - spaceCount: 0 - wordCount: 0 - linkCount: 0 - lineCount: 0 - pageCount: 0 - materialCount: 1 m_isUsingLegacyAnimationComponent: 0 m_isVolumetricText: 0 - m_spriteAnimator: {fileID: 0} m_hasFontAssetChanged: 0 m_baseMaterial: {fileID: 0} m_maskOffset: {x: 0, y: 0, z: 0, w: 0} @@ -1158,6 +1103,7 @@ Light: m_UseColorTemperature: 0 m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 m_ShadowRadius: 0 m_ShadowAngle: 0 --- !u!1 &171115871 @@ -1245,9 +1191,6 @@ MonoBehaviour: m_faceColor: serializedVersion: 2 rgba: 4294967295 - m_outlineColor: - serializedVersion: 2 - rgba: 4278190080 m_fontSize: 36 m_fontSizeBase: 36 m_fontWeight: 400 @@ -1258,7 +1201,6 @@ MonoBehaviour: m_HorizontalAlignment: 1 m_VerticalAlignment: 256 m_textAlignment: 257 - m_isAlignmentEnumConverted: 0 m_characterSpacing: 0 m_wordSpacing: 0 m_lineSpacing: 0 @@ -1268,10 +1210,8 @@ MonoBehaviour: m_enableWordWrapping: 1 m_wordWrappingRatios: 0.4 m_overflowMode: 0 - m_firstOverflowCharacterIndex: -1 m_linkedTextComponent: {fileID: 0} parentLinkedComponent: {fileID: 0} - m_isTextTruncated: 0 m_enableKerning: 1 m_enableExtraPadding: 0 checkPaddingRequired: 0 @@ -1279,30 +1219,17 @@ MonoBehaviour: m_parseCtrlCharacters: 1 m_isOrthographic: 1 m_isCullingEnabled: 0 - m_ignoreCulling: 1 m_horizontalMapping: 0 m_verticalMapping: 0 m_uvLineOffset: 0 m_geometrySortingOrder: 0 m_IsTextObjectScaleStatic: 0 m_VertexBufferAutoSizeReduction: 1 - m_firstVisibleCharacter: 0 m_useMaxVisibleDescender: 1 m_pageToDisplay: 1 m_margin: {x: 0, y: 0, z: 0, w: 0} - m_textInfo: - textComponent: {fileID: 171115873} - characterCount: 0 - spriteCount: 0 - spaceCount: 0 - wordCount: 0 - linkCount: 0 - lineCount: 0 - pageCount: 0 - materialCount: 1 m_isUsingLegacyAnimationComponent: 0 m_isVolumetricText: 0 - m_spriteAnimator: {fileID: 0} m_hasFontAssetChanged: 0 m_baseMaterial: {fileID: 0} m_maskOffset: {x: 0, y: 0, z: 0, w: 0} @@ -1368,149 +1295,135 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalPosition.x + propertyPath: m_Pivot.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalPosition.y - value: 0 + propertyPath: m_Pivot.y + value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalPosition.z - value: 0 + propertyPath: m_RootOrder + value: 12 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalRotation.x + propertyPath: m_AnchorMax.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalRotation.y - value: 0 + propertyPath: m_AnchorMax.y + value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalRotation.z + propertyPath: m_AnchorMin.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalRotation.w + propertyPath: m_AnchorMin.y value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_RootOrder - value: 12 + propertyPath: m_SizeDelta.x + value: 250 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 + propertyPath: m_SizeDelta.y + value: 45 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalEulerAnglesHint.y + propertyPath: m_LocalPosition.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalEulerAnglesHint.z + propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_AnchoredPosition.x - value: 1275 + propertyPath: m_LocalPosition.z + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_AnchoredPosition.y - value: -45 + propertyPath: m_LocalRotation.w + value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_SizeDelta.x - value: 250 + propertyPath: m_LocalRotation.x + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_SizeDelta.y - value: 45 + propertyPath: m_LocalRotation.y + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_AnchorMin.x + propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_AnchorMin.y - value: 1 + propertyPath: m_AnchoredPosition.x + value: 1275 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_AnchorMax.x - value: 0 + propertyPath: m_AnchoredPosition.y + value: -45 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_AnchorMax.y - value: 1 + propertyPath: m_LocalEulerAnglesHint.x + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_Pivot.x + propertyPath: m_LocalEulerAnglesHint.y value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_Pivot.y - value: 1 + propertyPath: m_LocalEulerAnglesHint.z + value: 0 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_textInfo.characterCount - value: 7 + propertyPath: m_text + value: Hunting objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_textInfo.wordCount - value: 1 + propertyPath: m_fontSize + value: 26 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_textInfo.lineCount - value: 1 - objectReference: {fileID: 0} + propertyPath: m_fontAsset + value: + objectReference: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, + type: 2} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_textInfo.pageCount + propertyPath: m_fontStyle value: 1 objectReference: {fileID: 0} - - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, - type: 3} - propertyPath: m_text - value: Hunting - objectReference: {fileID: 0} - - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, - type: 3} - propertyPath: m_fontColor.r - value: 0 - objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} propertyPath: m_fontColor.b value: 1 objectReference: {fileID: 0} - - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, - type: 3} - propertyPath: m_fontColor32.rgba - value: 4294918400 - objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} propertyPath: m_fontColor.g @@ -1518,14 +1431,9 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_textInfo.spaceCount + propertyPath: m_fontColor.r value: 0 objectReference: {fileID: 0} - - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, - type: 3} - propertyPath: m_fontSize - value: 26 - objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} propertyPath: m_fontSizeBase @@ -1536,17 +1444,26 @@ PrefabInstance: propertyPath: m_textAlignment value: 65535 objectReference: {fileID: 0} - - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, - type: 3} - propertyPath: m_fontAsset - value: - objectReference: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, - type: 2} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} propertyPath: m_sharedMaterial value: objectReference: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} + - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, + type: 3} + propertyPath: m_characterSpacing + value: -5 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, + type: 3} + propertyPath: m_enableAutoSizing + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, + type: 3} + propertyPath: m_fontColor32.rgba + value: 4294918400 + objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} propertyPath: m_TextStyleHashCode @@ -1559,19 +1476,29 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_fontStyle + propertyPath: m_textInfo.lineCount value: 1 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_characterSpacing - value: -5 + propertyPath: m_textInfo.pageCount + value: 1 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_enableAutoSizing + propertyPath: m_textInfo.wordCount + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, + type: 3} + propertyPath: m_textInfo.spaceCount value: 0 objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, + type: 3} + propertyPath: m_textInfo.characterCount + value: 7 + objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} --- !u!224 &211041053 stripped @@ -1665,9 +1592,6 @@ MonoBehaviour: m_faceColor: serializedVersion: 2 rgba: 4294967295 - m_outlineColor: - serializedVersion: 2 - rgba: 4278190080 m_fontSize: 36 m_fontSizeBase: 36 m_fontWeight: 400 @@ -1678,7 +1602,6 @@ MonoBehaviour: m_HorizontalAlignment: 1 m_VerticalAlignment: 256 m_textAlignment: 257 - m_isAlignmentEnumConverted: 0 m_characterSpacing: 0 m_wordSpacing: 0 m_lineSpacing: 0 @@ -1688,10 +1611,8 @@ MonoBehaviour: m_enableWordWrapping: 1 m_wordWrappingRatios: 0.4 m_overflowMode: 0 - m_firstOverflowCharacterIndex: -1 m_linkedTextComponent: {fileID: 0} parentLinkedComponent: {fileID: 0} - m_isTextTruncated: 0 m_enableKerning: 1 m_enableExtraPadding: 0 checkPaddingRequired: 0 @@ -1699,30 +1620,17 @@ MonoBehaviour: m_parseCtrlCharacters: 1 m_isOrthographic: 1 m_isCullingEnabled: 0 - m_ignoreCulling: 1 m_horizontalMapping: 0 m_verticalMapping: 0 m_uvLineOffset: 0 m_geometrySortingOrder: 0 m_IsTextObjectScaleStatic: 0 m_VertexBufferAutoSizeReduction: 1 - m_firstVisibleCharacter: 0 m_useMaxVisibleDescender: 1 m_pageToDisplay: 1 m_margin: {x: 0, y: 0, z: 0, w: 0} - m_textInfo: - textComponent: {fileID: 248110415} - characterCount: 0 - spriteCount: 0 - spaceCount: 0 - wordCount: 0 - linkCount: 0 - lineCount: 0 - pageCount: 0 - materialCount: 1 m_isUsingLegacyAnimationComponent: 0 m_isVolumetricText: 0 - m_spriteAnimator: {fileID: 0} m_hasFontAssetChanged: 0 m_baseMaterial: {fileID: 0} m_maskOffset: {x: 0, y: 0, z: 0, w: 0} @@ -1819,9 +1727,6 @@ MonoBehaviour: m_faceColor: serializedVersion: 2 rgba: 4294967295 - m_outlineColor: - serializedVersion: 2 - rgba: 4278190080 m_fontSize: 36 m_fontSizeBase: 36 m_fontWeight: 400 @@ -1832,7 +1737,6 @@ MonoBehaviour: m_HorizontalAlignment: 1 m_VerticalAlignment: 256 m_textAlignment: 257 - m_isAlignmentEnumConverted: 0 m_characterSpacing: 0 m_wordSpacing: 0 m_lineSpacing: 0 @@ -1842,10 +1746,8 @@ MonoBehaviour: m_enableWordWrapping: 1 m_wordWrappingRatios: 0.4 m_overflowMode: 0 - m_firstOverflowCharacterIndex: -1 m_linkedTextComponent: {fileID: 0} parentLinkedComponent: {fileID: 0} - m_isTextTruncated: 0 m_enableKerning: 1 m_enableExtraPadding: 0 checkPaddingRequired: 0 @@ -1853,30 +1755,17 @@ MonoBehaviour: m_parseCtrlCharacters: 1 m_isOrthographic: 1 m_isCullingEnabled: 0 - m_ignoreCulling: 1 m_horizontalMapping: 0 m_verticalMapping: 0 m_uvLineOffset: 0 m_geometrySortingOrder: 0 m_IsTextObjectScaleStatic: 0 m_VertexBufferAutoSizeReduction: 1 - m_firstVisibleCharacter: 0 m_useMaxVisibleDescender: 1 m_pageToDisplay: 1 m_margin: {x: 0, y: 0, z: 0, w: 0} - m_textInfo: - textComponent: {fileID: 265056648} - characterCount: 0 - spriteCount: 0 - spaceCount: 0 - wordCount: 0 - linkCount: 0 - lineCount: 0 - pageCount: 0 - materialCount: 1 m_isUsingLegacyAnimationComponent: 0 m_isVolumetricText: 0 - m_spriteAnimator: {fileID: 0} m_hasFontAssetChanged: 0 m_baseMaterial: {fileID: 0} m_maskOffset: {x: 0, y: 0, z: 0, w: 0} @@ -1902,194 +1791,194 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalPosition.x + propertyPath: m_Pivot.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalPosition.y - value: 0 + propertyPath: m_Pivot.y + value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalPosition.z - value: 0 + propertyPath: m_RootOrder + value: 9 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalRotation.x + propertyPath: m_AnchorMax.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalRotation.y - value: 0 + propertyPath: m_AnchorMax.y + value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalRotation.z + propertyPath: m_AnchorMin.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalRotation.w + propertyPath: m_AnchorMin.y value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_RootOrder - value: 9 + propertyPath: m_SizeDelta.x + value: 250 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 + propertyPath: m_SizeDelta.y + value: 45 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalEulerAnglesHint.y + propertyPath: m_LocalPosition.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalEulerAnglesHint.z + propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_AnchoredPosition.x - value: 1025 + propertyPath: m_LocalPosition.z + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_AnchoredPosition.y - value: -45 + propertyPath: m_LocalRotation.w + value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_SizeDelta.x - value: 250 + propertyPath: m_LocalRotation.x + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_SizeDelta.y - value: 45 + propertyPath: m_LocalRotation.y + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_AnchorMin.x + propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_AnchorMin.y - value: 1 + propertyPath: m_AnchoredPosition.x + value: 1025 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_AnchorMax.x - value: 0 + propertyPath: m_AnchoredPosition.y + value: -45 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_AnchorMax.y - value: 1 + propertyPath: m_LocalEulerAnglesHint.x + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_Pivot.x + propertyPath: m_LocalEulerAnglesHint.y value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_Pivot.y - value: 1 + propertyPath: m_LocalEulerAnglesHint.z + value: 0 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_textInfo.characterCount - value: 7 + propertyPath: m_text + value: Defense objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_textInfo.wordCount - value: 2 + propertyPath: m_fontSize + value: 26 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_textInfo.lineCount - value: 1 - objectReference: {fileID: 0} + propertyPath: m_fontAsset + value: + objectReference: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, + type: 2} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_textInfo.pageCount + propertyPath: m_fontStyle value: 1 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_text - value: Defense + propertyPath: m_fontSizeBase + value: 26 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_textInfo.spaceCount - value: 1 + propertyPath: m_textAlignment + value: 65535 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_firstOverflowCharacterIndex - value: -1 - objectReference: {fileID: 0} + propertyPath: m_sharedMaterial + value: + objectReference: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_fontSize - value: 26 + propertyPath: m_characterSpacing + value: -5 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_fontSizeBase - value: 26 + propertyPath: m_enableAutoSizing + value: 0 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_textAlignment - value: 65535 + propertyPath: m_TextStyleHashCode + value: -1183493901 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_fontAsset - value: - objectReference: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, - type: 2} + propertyPath: m_VerticalAlignment + value: 512 + objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_sharedMaterial - value: - objectReference: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} + propertyPath: m_textInfo.lineCount + value: 1 + objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_TextStyleHashCode - value: -1183493901 + propertyPath: m_textInfo.pageCount + value: 1 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_VerticalAlignment - value: 512 + propertyPath: m_textInfo.wordCount + value: 2 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_fontStyle + propertyPath: m_textInfo.spaceCount value: 1 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_characterSpacing - value: -5 + propertyPath: m_textInfo.characterCount + value: 7 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_enableAutoSizing - value: 0 + propertyPath: m_firstOverflowCharacterIndex + value: -1 objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} @@ -2220,9 +2109,6 @@ MonoBehaviour: m_faceColor: serializedVersion: 2 rgba: 4294967295 - m_outlineColor: - serializedVersion: 2 - rgba: 4278190080 m_fontSize: 36 m_fontSizeBase: 36 m_fontWeight: 400 @@ -2233,7 +2119,6 @@ MonoBehaviour: m_HorizontalAlignment: 1 m_VerticalAlignment: 256 m_textAlignment: 257 - m_isAlignmentEnumConverted: 0 m_characterSpacing: 0 m_wordSpacing: 0 m_lineSpacing: 0 @@ -2243,10 +2128,8 @@ MonoBehaviour: m_enableWordWrapping: 1 m_wordWrappingRatios: 0.4 m_overflowMode: 0 - m_firstOverflowCharacterIndex: -1 m_linkedTextComponent: {fileID: 0} parentLinkedComponent: {fileID: 0} - m_isTextTruncated: 0 m_enableKerning: 1 m_enableExtraPadding: 0 checkPaddingRequired: 0 @@ -2254,30 +2137,17 @@ MonoBehaviour: m_parseCtrlCharacters: 1 m_isOrthographic: 1 m_isCullingEnabled: 0 - m_ignoreCulling: 1 m_horizontalMapping: 0 m_verticalMapping: 0 m_uvLineOffset: 0 m_geometrySortingOrder: 0 m_IsTextObjectScaleStatic: 0 m_VertexBufferAutoSizeReduction: 1 - m_firstVisibleCharacter: 0 m_useMaxVisibleDescender: 1 m_pageToDisplay: 1 m_margin: {x: 0, y: 0, z: 0, w: 0} - m_textInfo: - textComponent: {fileID: 343397495} - characterCount: 0 - spriteCount: 0 - spaceCount: 0 - wordCount: 0 - linkCount: 0 - lineCount: 0 - pageCount: 0 - materialCount: 1 m_isUsingLegacyAnimationComponent: 0 m_isVolumetricText: 0 - m_spriteAnimator: {fileID: 0} m_hasFontAssetChanged: 0 m_baseMaterial: {fileID: 0} m_maskOffset: {x: 0, y: 0, z: 0, w: 0} @@ -2374,9 +2244,6 @@ MonoBehaviour: m_faceColor: serializedVersion: 2 rgba: 4294967295 - m_outlineColor: - serializedVersion: 2 - rgba: 4278190080 m_fontSize: 36 m_fontSizeBase: 36 m_fontWeight: 400 @@ -2387,7 +2254,6 @@ MonoBehaviour: m_HorizontalAlignment: 1 m_VerticalAlignment: 256 m_textAlignment: 257 - m_isAlignmentEnumConverted: 0 m_characterSpacing: 0 m_wordSpacing: 0 m_lineSpacing: 0 @@ -2397,10 +2263,8 @@ MonoBehaviour: m_enableWordWrapping: 1 m_wordWrappingRatios: 0.4 m_overflowMode: 0 - m_firstOverflowCharacterIndex: -1 m_linkedTextComponent: {fileID: 0} parentLinkedComponent: {fileID: 0} - m_isTextTruncated: 0 m_enableKerning: 1 m_enableExtraPadding: 0 checkPaddingRequired: 0 @@ -2408,30 +2272,17 @@ MonoBehaviour: m_parseCtrlCharacters: 1 m_isOrthographic: 1 m_isCullingEnabled: 0 - m_ignoreCulling: 1 m_horizontalMapping: 0 m_verticalMapping: 0 m_uvLineOffset: 0 m_geometrySortingOrder: 0 m_IsTextObjectScaleStatic: 0 m_VertexBufferAutoSizeReduction: 1 - m_firstVisibleCharacter: 0 m_useMaxVisibleDescender: 1 m_pageToDisplay: 1 m_margin: {x: 0, y: 0, z: 0, w: 0} - m_textInfo: - textComponent: {fileID: 351392589} - characterCount: 0 - spriteCount: 0 - spaceCount: 0 - wordCount: 0 - linkCount: 0 - lineCount: 0 - pageCount: 0 - materialCount: 1 m_isUsingLegacyAnimationComponent: 0 m_isVolumetricText: 0 - m_spriteAnimator: {fileID: 0} m_hasFontAssetChanged: 0 m_baseMaterial: {fileID: 0} m_maskOffset: {x: 0, y: 0, z: 0, w: 0} @@ -2450,21 +2301,36 @@ PrefabInstance: m_Modification: m_TransformParent: {fileID: 822298834} m_Modifications: - - target: {fileID: 2225698136394525671, guid: 97878204633644688ffb5ce1b2632894, - type: 3} - propertyPath: m_Materials.Array.data[0] - value: - objectReference: {fileID: 2100000, guid: 968fcec20967a054686ff70bde994f21, type: 2} - target: {fileID: 2225698136394525671, guid: 97878204633644688ffb5ce1b2632894, type: 3} propertyPath: m_ReceiveShadows value: 0 objectReference: {fileID: 0} + - target: {fileID: 2225698136394525671, guid: 97878204633644688ffb5ce1b2632894, + type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 968fcec20967a054686ff70bde994f21, type: 2} - target: {fileID: 3161590181684939375, guid: 97878204633644688ffb5ce1b2632894, type: 3} propertyPath: m_Name value: Water objectReference: {fileID: 0} + - target: {fileID: 9115835943610240885, guid: 97878204633644688ffb5ce1b2632894, + type: 3} + propertyPath: m_RootOrder + value: 3 + objectReference: {fileID: 0} + - target: {fileID: 9115835943610240885, guid: 97878204633644688ffb5ce1b2632894, + type: 3} + propertyPath: m_LocalScale.x + value: 100.4 + objectReference: {fileID: 0} + - target: {fileID: 9115835943610240885, guid: 97878204633644688ffb5ce1b2632894, + type: 3} + propertyPath: m_LocalScale.z + value: 100.4 + objectReference: {fileID: 0} - target: {fileID: 9115835943610240885, guid: 97878204633644688ffb5ce1b2632894, type: 3} propertyPath: m_LocalPosition.x @@ -2480,6 +2346,11 @@ PrefabInstance: propertyPath: m_LocalPosition.z value: 511.5 objectReference: {fileID: 0} + - target: {fileID: 9115835943610240885, guid: 97878204633644688ffb5ce1b2632894, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} - target: {fileID: 9115835943610240885, guid: 97878204633644688ffb5ce1b2632894, type: 3} propertyPath: m_LocalRotation.x @@ -2495,16 +2366,6 @@ PrefabInstance: propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - - target: {fileID: 9115835943610240885, guid: 97878204633644688ffb5ce1b2632894, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 9115835943610240885, guid: 97878204633644688ffb5ce1b2632894, - type: 3} - propertyPath: m_RootOrder - value: 3 - objectReference: {fileID: 0} - target: {fileID: 9115835943610240885, guid: 97878204633644688ffb5ce1b2632894, type: 3} propertyPath: m_LocalEulerAnglesHint.x @@ -2520,16 +2381,6 @@ PrefabInstance: propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} - - target: {fileID: 9115835943610240885, guid: 97878204633644688ffb5ce1b2632894, - type: 3} - propertyPath: m_LocalScale.x - value: 100.4 - objectReference: {fileID: 0} - - target: {fileID: 9115835943610240885, guid: 97878204633644688ffb5ce1b2632894, - type: 3} - propertyPath: m_LocalScale.z - value: 100.4 - objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 97878204633644688ffb5ce1b2632894, type: 3} --- !u!1 &403515416 @@ -2617,9 +2468,6 @@ MonoBehaviour: m_faceColor: serializedVersion: 2 rgba: 4294967295 - m_outlineColor: - serializedVersion: 2 - rgba: 4278190080 m_fontSize: 36 m_fontSizeBase: 36 m_fontWeight: 400 @@ -2630,7 +2478,6 @@ MonoBehaviour: m_HorizontalAlignment: 1 m_VerticalAlignment: 256 m_textAlignment: 257 - m_isAlignmentEnumConverted: 0 m_characterSpacing: 0 m_wordSpacing: 0 m_lineSpacing: 0 @@ -2640,10 +2487,8 @@ MonoBehaviour: m_enableWordWrapping: 1 m_wordWrappingRatios: 0.4 m_overflowMode: 0 - m_firstOverflowCharacterIndex: -1 m_linkedTextComponent: {fileID: 0} parentLinkedComponent: {fileID: 0} - m_isTextTruncated: 0 m_enableKerning: 1 m_enableExtraPadding: 0 checkPaddingRequired: 0 @@ -2651,30 +2496,17 @@ MonoBehaviour: m_parseCtrlCharacters: 1 m_isOrthographic: 1 m_isCullingEnabled: 0 - m_ignoreCulling: 1 m_horizontalMapping: 0 m_verticalMapping: 0 m_uvLineOffset: 0 m_geometrySortingOrder: 0 m_IsTextObjectScaleStatic: 0 m_VertexBufferAutoSizeReduction: 1 - m_firstVisibleCharacter: 0 m_useMaxVisibleDescender: 1 m_pageToDisplay: 1 m_margin: {x: 0, y: 0, z: 0, w: 0} - m_textInfo: - textComponent: {fileID: 403515418} - characterCount: 0 - spriteCount: 0 - spaceCount: 0 - wordCount: 0 - linkCount: 0 - lineCount: 0 - pageCount: 0 - materialCount: 1 m_isUsingLegacyAnimationComponent: 0 m_isVolumetricText: 0 - m_spriteAnimator: {fileID: 0} m_hasFontAssetChanged: 0 m_baseMaterial: {fileID: 0} m_maskOffset: {x: 0, y: 0, z: 0, w: 0} @@ -2777,9 +2609,6 @@ MonoBehaviour: m_faceColor: serializedVersion: 2 rgba: 4294967295 - m_outlineColor: - serializedVersion: 2 - rgba: 4278190080 m_fontSize: 36 m_fontSizeBase: 36 m_fontWeight: 400 @@ -2790,7 +2619,6 @@ MonoBehaviour: m_HorizontalAlignment: 1 m_VerticalAlignment: 256 m_textAlignment: 257 - m_isAlignmentEnumConverted: 0 m_characterSpacing: 0 m_wordSpacing: 0 m_lineSpacing: 0 @@ -2800,10 +2628,8 @@ MonoBehaviour: m_enableWordWrapping: 1 m_wordWrappingRatios: 0.4 m_overflowMode: 0 - m_firstOverflowCharacterIndex: -1 m_linkedTextComponent: {fileID: 0} parentLinkedComponent: {fileID: 0} - m_isTextTruncated: 0 m_enableKerning: 1 m_enableExtraPadding: 0 checkPaddingRequired: 0 @@ -2811,30 +2637,17 @@ MonoBehaviour: m_parseCtrlCharacters: 1 m_isOrthographic: 1 m_isCullingEnabled: 0 - m_ignoreCulling: 1 m_horizontalMapping: 0 m_verticalMapping: 0 m_uvLineOffset: 0 m_geometrySortingOrder: 0 m_IsTextObjectScaleStatic: 0 m_VertexBufferAutoSizeReduction: 1 - m_firstVisibleCharacter: 0 m_useMaxVisibleDescender: 1 m_pageToDisplay: 1 m_margin: {x: 0, y: 0, z: 0, w: 0} - m_textInfo: - textComponent: {fileID: 456758456} - characterCount: 8 - spriteCount: 0 - spaceCount: 0 - wordCount: 1 - linkCount: 0 - lineCount: 1 - pageCount: 1 - materialCount: 1 m_isUsingLegacyAnimationComponent: 0 m_isVolumetricText: 0 - m_spriteAnimator: {fileID: 0} m_hasFontAssetChanged: 0 m_baseMaterial: {fileID: 0} m_maskOffset: {x: 0, y: 0, z: 0, w: 0} @@ -2860,149 +2673,135 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalPosition.x + propertyPath: m_Pivot.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalPosition.y - value: 0 + propertyPath: m_Pivot.y + value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalPosition.z - value: 0 + propertyPath: m_RootOrder + value: 11 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalRotation.x + propertyPath: m_AnchorMax.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalRotation.y - value: 0 + propertyPath: m_AnchorMax.y + value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalRotation.z + propertyPath: m_AnchorMin.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalRotation.w + propertyPath: m_AnchorMin.y value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_RootOrder - value: 11 + propertyPath: m_SizeDelta.x + value: 250 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 + propertyPath: m_SizeDelta.y + value: 45 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalEulerAnglesHint.y + propertyPath: m_LocalPosition.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalEulerAnglesHint.z + propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_AnchoredPosition.x - value: 1525 + propertyPath: m_LocalPosition.z + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_AnchoredPosition.y - value: -45 + propertyPath: m_LocalRotation.w + value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_SizeDelta.x - value: 250 + propertyPath: m_LocalRotation.x + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_SizeDelta.y - value: 45 + propertyPath: m_LocalRotation.y + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_AnchorMin.x + propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_AnchorMin.y - value: 1 + propertyPath: m_AnchoredPosition.x + value: 1525 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_AnchorMax.x - value: 0 + propertyPath: m_AnchoredPosition.y + value: -45 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_AnchorMax.y - value: 1 + propertyPath: m_LocalEulerAnglesHint.x + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_Pivot.x + propertyPath: m_LocalEulerAnglesHint.y value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_Pivot.y - value: 1 + propertyPath: m_LocalEulerAnglesHint.z + value: 0 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_textInfo.characterCount - value: 7 + propertyPath: m_text + value: Fishing objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_textInfo.wordCount - value: 1 + propertyPath: m_fontSize + value: 26 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_textInfo.lineCount - value: 1 - objectReference: {fileID: 0} + propertyPath: m_fontAsset + value: + objectReference: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, + type: 2} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_textInfo.pageCount + propertyPath: m_fontStyle value: 1 objectReference: {fileID: 0} - - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, - type: 3} - propertyPath: m_text - value: Fishing - objectReference: {fileID: 0} - - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, - type: 3} - propertyPath: m_fontColor.r - value: 0 - objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} propertyPath: m_fontColor.b value: 1 objectReference: {fileID: 0} - - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, - type: 3} - propertyPath: m_fontColor32.rgba - value: 4294918400 - objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} propertyPath: m_fontColor.g @@ -3010,8 +2809,8 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_fontSize - value: 26 + propertyPath: m_fontColor.r + value: 0 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} @@ -3025,15 +2824,24 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_fontAsset + propertyPath: m_sharedMaterial value: - objectReference: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, - type: 2} + objectReference: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_sharedMaterial - value: - objectReference: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} + propertyPath: m_characterSpacing + value: -5 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, + type: 3} + propertyPath: m_enableAutoSizing + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, + type: 3} + propertyPath: m_fontColor32.rgba + value: 4294918400 + objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} propertyPath: m_TextStyleHashCode @@ -3046,18 +2854,23 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_fontStyle + propertyPath: m_textInfo.lineCount value: 1 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_characterSpacing - value: -5 + propertyPath: m_textInfo.pageCount + value: 1 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_enableAutoSizing - value: 0 + propertyPath: m_textInfo.wordCount + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, + type: 3} + propertyPath: m_textInfo.characterCount + value: 7 objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} @@ -3152,9 +2965,6 @@ MonoBehaviour: m_faceColor: serializedVersion: 2 rgba: 4294967295 - m_outlineColor: - serializedVersion: 2 - rgba: 4278190080 m_fontSize: 36 m_fontSizeBase: 36 m_fontWeight: 400 @@ -3165,7 +2975,6 @@ MonoBehaviour: m_HorizontalAlignment: 1 m_VerticalAlignment: 256 m_textAlignment: 257 - m_isAlignmentEnumConverted: 0 m_characterSpacing: 0 m_wordSpacing: 0 m_lineSpacing: 0 @@ -3175,10 +2984,8 @@ MonoBehaviour: m_enableWordWrapping: 1 m_wordWrappingRatios: 0.4 m_overflowMode: 0 - m_firstOverflowCharacterIndex: -1 m_linkedTextComponent: {fileID: 0} parentLinkedComponent: {fileID: 0} - m_isTextTruncated: 0 m_enableKerning: 1 m_enableExtraPadding: 0 checkPaddingRequired: 0 @@ -3186,30 +2993,17 @@ MonoBehaviour: m_parseCtrlCharacters: 1 m_isOrthographic: 1 m_isCullingEnabled: 0 - m_ignoreCulling: 1 m_horizontalMapping: 0 m_verticalMapping: 0 m_uvLineOffset: 0 m_geometrySortingOrder: 0 m_IsTextObjectScaleStatic: 0 m_VertexBufferAutoSizeReduction: 1 - m_firstVisibleCharacter: 0 m_useMaxVisibleDescender: 1 m_pageToDisplay: 1 m_margin: {x: 0, y: 0, z: 0, w: 0} - m_textInfo: - textComponent: {fileID: 507724763} - characterCount: 0 - spriteCount: 0 - spaceCount: 0 - wordCount: 0 - linkCount: 0 - lineCount: 0 - pageCount: 0 - materialCount: 1 m_isUsingLegacyAnimationComponent: 0 m_isVolumetricText: 0 - m_spriteAnimator: {fileID: 0} m_hasFontAssetChanged: 0 m_baseMaterial: {fileID: 0} m_maskOffset: {x: 0, y: 0, z: 0, w: 0} @@ -3264,6 +3058,26 @@ PrefabInstance: propertyPath: m_IsActive value: 1 objectReference: {fileID: 0} + - target: {fileID: 1486734394118719386, guid: e4d7f77b0476d602dbda1ac573c410e8, + type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1486734394118719386, guid: e4d7f77b0476d602dbda1ac573c410e8, + type: 3} + propertyPath: m_LocalScale.x + value: 0.2 + objectReference: {fileID: 0} + - target: {fileID: 1486734394118719386, guid: e4d7f77b0476d602dbda1ac573c410e8, + type: 3} + propertyPath: m_LocalScale.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1486734394118719386, guid: e4d7f77b0476d602dbda1ac573c410e8, + type: 3} + propertyPath: m_LocalScale.z + value: 0.2 + objectReference: {fileID: 0} - target: {fileID: 1486734394118719386, guid: e4d7f77b0476d602dbda1ac573c410e8, type: 3} propertyPath: m_LocalPosition.x @@ -3279,6 +3093,11 @@ PrefabInstance: propertyPath: m_LocalPosition.z value: 0 objectReference: {fileID: 0} + - target: {fileID: 1486734394118719386, guid: e4d7f77b0476d602dbda1ac573c410e8, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} - target: {fileID: 1486734394118719386, guid: e4d7f77b0476d602dbda1ac573c410e8, type: 3} propertyPath: m_LocalRotation.x @@ -3294,16 +3113,6 @@ PrefabInstance: propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - - target: {fileID: 1486734394118719386, guid: e4d7f77b0476d602dbda1ac573c410e8, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 1486734394118719386, guid: e4d7f77b0476d602dbda1ac573c410e8, - type: 3} - propertyPath: m_RootOrder - value: 0 - objectReference: {fileID: 0} - target: {fileID: 1486734394118719386, guid: e4d7f77b0476d602dbda1ac573c410e8, type: 3} propertyPath: m_LocalEulerAnglesHint.x @@ -3319,21 +3128,6 @@ PrefabInstance: propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} - - target: {fileID: 1486734394118719386, guid: e4d7f77b0476d602dbda1ac573c410e8, - type: 3} - propertyPath: m_LocalScale.x - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 1486734394118719386, guid: e4d7f77b0476d602dbda1ac573c410e8, - type: 3} - propertyPath: m_LocalScale.z - value: 0.2 - objectReference: {fileID: 0} - - target: {fileID: 1486734394118719386, guid: e4d7f77b0476d602dbda1ac573c410e8, - type: 3} - propertyPath: m_LocalScale.y - value: 0.5 - objectReference: {fileID: 0} - target: {fileID: 4869938103823764420, guid: e4d7f77b0476d602dbda1ac573c410e8, type: 3} propertyPath: m_IsActive @@ -3422,6 +3216,7 @@ Light: m_UseColorTemperature: 0 m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 m_ShadowRadius: 0 m_ShadowAngle: 0 --- !u!4 &577234092 @@ -3447,14 +3242,34 @@ PrefabInstance: m_Modifications: - target: {fileID: -4009661715658600831, guid: 8c7f160ed6fcf9fb086b698c4d1b21b8, type: 3} - propertyPath: TileGridHeight + propertyPath: TileGridWidth value: 80 objectReference: {fileID: 0} - target: {fileID: -4009661715658600831, guid: 8c7f160ed6fcf9fb086b698c4d1b21b8, type: 3} - propertyPath: TileGridWidth + propertyPath: TileGridHeight value: 80 objectReference: {fileID: 0} + - target: {fileID: 3079557992750554151, guid: 8c7f160ed6fcf9fb086b698c4d1b21b8, + type: 3} + propertyPath: m_RootOrder + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 3079557992750554151, guid: 8c7f160ed6fcf9fb086b698c4d1b21b8, + type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3079557992750554151, guid: 8c7f160ed6fcf9fb086b698c4d1b21b8, + type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3079557992750554151, guid: 8c7f160ed6fcf9fb086b698c4d1b21b8, + type: 3} + propertyPath: m_LocalScale.z + value: 1 + objectReference: {fileID: 0} - target: {fileID: 3079557992750554151, guid: 8c7f160ed6fcf9fb086b698c4d1b21b8, type: 3} propertyPath: m_LocalPosition.x @@ -3470,6 +3285,11 @@ PrefabInstance: propertyPath: m_LocalPosition.z value: 0 objectReference: {fileID: 0} + - target: {fileID: 3079557992750554151, guid: 8c7f160ed6fcf9fb086b698c4d1b21b8, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} - target: {fileID: 3079557992750554151, guid: 8c7f160ed6fcf9fb086b698c4d1b21b8, type: 3} propertyPath: m_LocalRotation.x @@ -3485,16 +3305,6 @@ PrefabInstance: propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - - target: {fileID: 3079557992750554151, guid: 8c7f160ed6fcf9fb086b698c4d1b21b8, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 3079557992750554151, guid: 8c7f160ed6fcf9fb086b698c4d1b21b8, - type: 3} - propertyPath: m_RootOrder - value: 2 - objectReference: {fileID: 0} - target: {fileID: 3079557992750554151, guid: 8c7f160ed6fcf9fb086b698c4d1b21b8, type: 3} propertyPath: m_LocalEulerAnglesHint.x @@ -3510,21 +3320,6 @@ PrefabInstance: propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} - - target: {fileID: 3079557992750554151, guid: 8c7f160ed6fcf9fb086b698c4d1b21b8, - type: 3} - propertyPath: m_LocalScale.x - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 3079557992750554151, guid: 8c7f160ed6fcf9fb086b698c4d1b21b8, - type: 3} - propertyPath: m_LocalScale.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 3079557992750554151, guid: 8c7f160ed6fcf9fb086b698c4d1b21b8, - type: 3} - propertyPath: m_LocalScale.z - value: 1 - objectReference: {fileID: 0} - target: {fileID: 7437064252038299024, guid: 8c7f160ed6fcf9fb086b698c4d1b21b8, type: 3} propertyPath: m_Name @@ -3745,6 +3540,7 @@ MonoBehaviour: m_EditorClassIdentifier: m_Navigation: m_Mode: 3 + m_WrapAround: 0 m_SelectOnUp: {fileID: 0} m_SelectOnDown: {fileID: 0} m_SelectOnLeft: {fileID: 0} @@ -3794,6 +3590,7 @@ MonoBehaviour: m_CaretBlinkRate: 0.85 m_CaretWidth: 1 m_ReadOnly: 0 + m_ShouldActivateOnSelect: 1 --- !u!114 &750419560 MonoBehaviour: m_ObjectHideFlags: 0 @@ -3839,6 +3636,16 @@ PrefabInstance: m_Modification: m_TransformParent: {fileID: 425175290} m_Modifications: + - target: {fileID: -7958473416404651641, guid: 09dca024cc9a1a9f29faaf156044d9cf, + type: 3} + propertyPath: demo + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7958473416404651641, guid: 09dca024cc9a1a9f29faaf156044d9cf, + type: 3} + propertyPath: click + value: 0 + objectReference: {fileID: 0} - target: {fileID: -7958473416404651641, guid: 09dca024cc9a1a9f29faaf156044d9cf, type: 3} propertyPath: target @@ -3846,19 +3653,24 @@ PrefabInstance: objectReference: {fileID: 425175290} - target: {fileID: -7958473416404651641, guid: 09dca024cc9a1a9f29faaf156044d9cf, type: 3} - propertyPath: yMinLimit - value: 20 + propertyPath: xSpeed + value: 90 objectReference: {fileID: 0} - target: {fileID: -7958473416404651641, guid: 09dca024cc9a1a9f29faaf156044d9cf, type: 3} - propertyPath: distanceMin - value: 5 + propertyPath: distance + value: 250 objectReference: {fileID: 0} - target: {fileID: -7958473416404651641, guid: 09dca024cc9a1a9f29faaf156044d9cf, type: 3} propertyPath: yMaxLimit value: 80 objectReference: {fileID: 0} + - target: {fileID: -7958473416404651641, guid: 09dca024cc9a1a9f29faaf156044d9cf, + type: 3} + propertyPath: yMinLimit + value: 20 + objectReference: {fileID: 0} - target: {fileID: -7958473416404651641, guid: 09dca024cc9a1a9f29faaf156044d9cf, type: 3} propertyPath: distanceMax @@ -3866,28 +3678,18 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: -7958473416404651641, guid: 09dca024cc9a1a9f29faaf156044d9cf, type: 3} - propertyPath: click - value: 0 + propertyPath: distanceMin + value: 5 objectReference: {fileID: 0} - target: {fileID: -7958473416404651641, guid: 09dca024cc9a1a9f29faaf156044d9cf, type: 3} propertyPath: scrollSpeed value: 100 objectReference: {fileID: 0} - - target: {fileID: -7958473416404651641, guid: 09dca024cc9a1a9f29faaf156044d9cf, - type: 3} - propertyPath: distance - value: 250 - objectReference: {fileID: 0} - - target: {fileID: -7958473416404651641, guid: 09dca024cc9a1a9f29faaf156044d9cf, - type: 3} - propertyPath: xSpeed - value: 90 - objectReference: {fileID: 0} - - target: {fileID: -7958473416404651641, guid: 09dca024cc9a1a9f29faaf156044d9cf, + - target: {fileID: 139450319714533225, guid: 09dca024cc9a1a9f29faaf156044d9cf, type: 3} - propertyPath: demo - value: 0 + propertyPath: orthographic + value: 1 objectReference: {fileID: 0} - target: {fileID: 139450319714533225, guid: 09dca024cc9a1a9f29faaf156044d9cf, type: 3} @@ -3896,18 +3698,18 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 139450319714533225, guid: 09dca024cc9a1a9f29faaf156044d9cf, type: 3} - propertyPath: orthographic - value: 1 + propertyPath: near clip plane + value: 20 objectReference: {fileID: 0} - target: {fileID: 139450319714533225, guid: 09dca024cc9a1a9f29faaf156044d9cf, type: 3} propertyPath: orthographic size value: 60 objectReference: {fileID: 0} - - target: {fileID: 139450319714533225, guid: 09dca024cc9a1a9f29faaf156044d9cf, + - target: {fileID: 5641708831464094294, guid: 09dca024cc9a1a9f29faaf156044d9cf, type: 3} - propertyPath: near clip plane - value: 20 + propertyPath: m_RootOrder + value: 1 objectReference: {fileID: 0} - target: {fileID: 5641708831464094294, guid: 09dca024cc9a1a9f29faaf156044d9cf, type: 3} @@ -3924,6 +3726,11 @@ PrefabInstance: propertyPath: m_LocalPosition.z value: 0 objectReference: {fileID: 0} + - target: {fileID: 5641708831464094294, guid: 09dca024cc9a1a9f29faaf156044d9cf, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.88047725 + objectReference: {fileID: 0} - target: {fileID: 5641708831464094294, guid: 09dca024cc9a1a9f29faaf156044d9cf, type: 3} propertyPath: m_LocalRotation.x @@ -3939,16 +3746,6 @@ PrefabInstance: propertyPath: m_LocalRotation.z value: -0.11591566 objectReference: {fileID: 0} - - target: {fileID: 5641708831464094294, guid: 09dca024cc9a1a9f29faaf156044d9cf, - type: 3} - propertyPath: m_LocalRotation.w - value: 0.88047725 - objectReference: {fileID: 0} - - target: {fileID: 5641708831464094294, guid: 09dca024cc9a1a9f29faaf156044d9cf, - type: 3} - propertyPath: m_RootOrder - value: 1 - objectReference: {fileID: 0} - target: {fileID: 5641708831464094294, guid: 09dca024cc9a1a9f29faaf156044d9cf, type: 3} propertyPath: m_LocalEulerAnglesHint.x @@ -3990,108 +3787,108 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 1302577627465613093, guid: cfc60edf11bdb7fcaa5a280ae925da61, type: 3} - propertyPath: m_LocalPosition.x + propertyPath: m_Pivot.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1302577627465613093, guid: cfc60edf11bdb7fcaa5a280ae925da61, type: 3} - propertyPath: m_LocalPosition.y - value: 0 + propertyPath: m_Pivot.y + value: 1 objectReference: {fileID: 0} - target: {fileID: 1302577627465613093, guid: cfc60edf11bdb7fcaa5a280ae925da61, type: 3} - propertyPath: m_LocalPosition.z - value: 0 + propertyPath: m_RootOrder + value: 3 objectReference: {fileID: 0} - target: {fileID: 1302577627465613093, guid: cfc60edf11bdb7fcaa5a280ae925da61, type: 3} - propertyPath: m_LocalRotation.x - value: -0 + propertyPath: m_AnchorMax.x + value: 0.5 objectReference: {fileID: 0} - target: {fileID: 1302577627465613093, guid: cfc60edf11bdb7fcaa5a280ae925da61, type: 3} - propertyPath: m_LocalRotation.y - value: -0 + propertyPath: m_AnchorMax.y + value: 0.5 objectReference: {fileID: 0} - target: {fileID: 1302577627465613093, guid: cfc60edf11bdb7fcaa5a280ae925da61, type: 3} - propertyPath: m_LocalRotation.z - value: -0 + propertyPath: m_AnchorMin.x + value: 0.5 objectReference: {fileID: 0} - target: {fileID: 1302577627465613093, guid: cfc60edf11bdb7fcaa5a280ae925da61, type: 3} - propertyPath: m_LocalRotation.w - value: 1 + propertyPath: m_AnchorMin.y + value: 0.5 objectReference: {fileID: 0} - target: {fileID: 1302577627465613093, guid: cfc60edf11bdb7fcaa5a280ae925da61, type: 3} - propertyPath: m_RootOrder - value: 2 + propertyPath: m_SizeDelta.x + value: 264 objectReference: {fileID: 0} - target: {fileID: 1302577627465613093, guid: cfc60edf11bdb7fcaa5a280ae925da61, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 + propertyPath: m_SizeDelta.y + value: 520 objectReference: {fileID: 0} - target: {fileID: 1302577627465613093, guid: cfc60edf11bdb7fcaa5a280ae925da61, type: 3} - propertyPath: m_LocalEulerAnglesHint.y + propertyPath: m_LocalPosition.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1302577627465613093, guid: cfc60edf11bdb7fcaa5a280ae925da61, type: 3} - propertyPath: m_LocalEulerAnglesHint.z + propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 1302577627465613093, guid: cfc60edf11bdb7fcaa5a280ae925da61, type: 3} - propertyPath: m_AnchoredPosition.x - value: -1145 + propertyPath: m_LocalPosition.z + value: 0 objectReference: {fileID: 0} - target: {fileID: 1302577627465613093, guid: cfc60edf11bdb7fcaa5a280ae925da61, type: 3} - propertyPath: m_AnchoredPosition.y - value: -586 + propertyPath: m_LocalRotation.w + value: 1 objectReference: {fileID: 0} - target: {fileID: 1302577627465613093, guid: cfc60edf11bdb7fcaa5a280ae925da61, type: 3} - propertyPath: m_SizeDelta.x - value: 264 + propertyPath: m_LocalRotation.x + value: -0 objectReference: {fileID: 0} - target: {fileID: 1302577627465613093, guid: cfc60edf11bdb7fcaa5a280ae925da61, type: 3} - propertyPath: m_SizeDelta.y - value: 520 + propertyPath: m_LocalRotation.y + value: -0 objectReference: {fileID: 0} - target: {fileID: 1302577627465613093, guid: cfc60edf11bdb7fcaa5a280ae925da61, type: 3} - propertyPath: m_AnchorMin.x - value: 0.5 + propertyPath: m_LocalRotation.z + value: -0 objectReference: {fileID: 0} - target: {fileID: 1302577627465613093, guid: cfc60edf11bdb7fcaa5a280ae925da61, type: 3} - propertyPath: m_AnchorMin.y - value: 0.5 + propertyPath: m_AnchoredPosition.x + value: -1145 objectReference: {fileID: 0} - target: {fileID: 1302577627465613093, guid: cfc60edf11bdb7fcaa5a280ae925da61, type: 3} - propertyPath: m_AnchorMax.x - value: 0.5 + propertyPath: m_AnchoredPosition.y + value: -586 objectReference: {fileID: 0} - target: {fileID: 1302577627465613093, guid: cfc60edf11bdb7fcaa5a280ae925da61, type: 3} - propertyPath: m_AnchorMax.y - value: 0.5 + propertyPath: m_LocalEulerAnglesHint.x + value: 0 objectReference: {fileID: 0} - target: {fileID: 1302577627465613093, guid: cfc60edf11bdb7fcaa5a280ae925da61, type: 3} - propertyPath: m_Pivot.x + propertyPath: m_LocalEulerAnglesHint.y value: 0 objectReference: {fileID: 0} - target: {fileID: 1302577627465613093, guid: cfc60edf11bdb7fcaa5a280ae925da61, type: 3} - propertyPath: m_Pivot.y - value: 1 + propertyPath: m_LocalEulerAnglesHint.z + value: 0 objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: cfc60edf11bdb7fcaa5a280ae925da61, type: 3} @@ -4171,6 +3968,7 @@ Light: m_UseColorTemperature: 0 m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 m_ShadowRadius: 0 m_ShadowAngle: 0 --- !u!4 &813832078 @@ -4351,6 +4149,11 @@ PrefabInstance: propertyPath: m_Name value: WebSocket objectReference: {fileID: 0} + - target: {fileID: 2587529262376633258, guid: 6bc71bc3d89353736bcc25e41f27b7b0, + type: 3} + propertyPath: m_RootOrder + value: 5 + objectReference: {fileID: 0} - target: {fileID: 2587529262376633258, guid: 6bc71bc3d89353736bcc25e41f27b7b0, type: 3} propertyPath: m_LocalPosition.x @@ -4366,6 +4169,11 @@ PrefabInstance: propertyPath: m_LocalPosition.z value: -11.502073 objectReference: {fileID: 0} + - target: {fileID: 2587529262376633258, guid: 6bc71bc3d89353736bcc25e41f27b7b0, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} - target: {fileID: 2587529262376633258, guid: 6bc71bc3d89353736bcc25e41f27b7b0, type: 3} propertyPath: m_LocalRotation.x @@ -4381,16 +4189,6 @@ PrefabInstance: propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - - target: {fileID: 2587529262376633258, guid: 6bc71bc3d89353736bcc25e41f27b7b0, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 2587529262376633258, guid: 6bc71bc3d89353736bcc25e41f27b7b0, - type: 3} - propertyPath: m_RootOrder - value: 5 - objectReference: {fileID: 0} - target: {fileID: 2587529262376633258, guid: 6bc71bc3d89353736bcc25e41f27b7b0, type: 3} propertyPath: m_LocalEulerAnglesHint.x @@ -4422,128 +4220,108 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalPosition.x + propertyPath: m_Pivot.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalPosition.y - value: 0 + propertyPath: m_Pivot.y + value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalPosition.z - value: 0 + propertyPath: m_RootOrder + value: 10 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalRotation.x + propertyPath: m_AnchorMax.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalRotation.y - value: 0 + propertyPath: m_AnchorMax.y + value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalRotation.z + propertyPath: m_AnchorMin.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalRotation.w + propertyPath: m_AnchorMin.y value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_RootOrder - value: 10 + propertyPath: m_SizeDelta.x + value: 250 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 + propertyPath: m_SizeDelta.y + value: 45 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalEulerAnglesHint.y + propertyPath: m_LocalPosition.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalEulerAnglesHint.z + propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_AnchoredPosition.x - value: 275 + propertyPath: m_LocalPosition.z + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_AnchoredPosition.y - value: -45 + propertyPath: m_LocalRotation.w + value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_SizeDelta.x - value: 250 + propertyPath: m_LocalRotation.x + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_SizeDelta.y - value: 45 + propertyPath: m_LocalRotation.y + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_AnchorMin.x + propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_AnchorMin.y - value: 1 + propertyPath: m_AnchoredPosition.x + value: 275 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_AnchorMax.x - value: 0 + propertyPath: m_AnchoredPosition.y + value: -45 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_AnchorMax.y - value: 1 + propertyPath: m_LocalEulerAnglesHint.x + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_Pivot.x + propertyPath: m_LocalEulerAnglesHint.y value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_Pivot.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, - type: 3} - propertyPath: m_textInfo.characterCount - value: 6 - objectReference: {fileID: 0} - - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, - type: 3} - propertyPath: m_textInfo.wordCount - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, - type: 3} - propertyPath: m_textInfo.lineCount - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, - type: 3} - propertyPath: m_textInfo.pageCount - value: 1 + propertyPath: m_LocalEulerAnglesHint.z + value: 0 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} @@ -4554,13 +4332,19 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_textInfo.spaceCount - value: 1 + propertyPath: m_fontSize + value: 26 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_fontSize - value: 26 + propertyPath: m_fontAsset + value: + objectReference: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, + type: 2} + - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, + type: 3} + propertyPath: m_fontStyle + value: 1 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} @@ -4572,17 +4356,21 @@ PrefabInstance: propertyPath: m_textAlignment value: 65535 objectReference: {fileID: 0} - - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, - type: 3} - propertyPath: m_fontAsset - value: - objectReference: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, - type: 2} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} propertyPath: m_sharedMaterial value: objectReference: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} + - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, + type: 3} + propertyPath: m_characterSpacing + value: -5 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, + type: 3} + propertyPath: m_enableAutoSizing + value: 0 + objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} propertyPath: m_TextStyleHashCode @@ -4595,18 +4383,28 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_fontStyle + propertyPath: m_textInfo.lineCount value: 1 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_characterSpacing - value: -5 + propertyPath: m_textInfo.pageCount + value: 1 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_enableAutoSizing - value: 0 + propertyPath: m_textInfo.wordCount + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, + type: 3} + propertyPath: m_textInfo.spaceCount + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, + type: 3} + propertyPath: m_textInfo.characterCount + value: 6 objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} @@ -4628,6 +4426,11 @@ PrefabInstance: propertyPath: m_Name value: PlayerManager objectReference: {fileID: 0} + - target: {fileID: 6011361583281660428, guid: 8eca928bd70c0063fbb0eec0827f0148, + type: 3} + propertyPath: m_RootOrder + value: 4 + objectReference: {fileID: 0} - target: {fileID: 6011361583281660428, guid: 8eca928bd70c0063fbb0eec0827f0148, type: 3} propertyPath: m_LocalPosition.x @@ -4643,6 +4446,11 @@ PrefabInstance: propertyPath: m_LocalPosition.z value: 0 objectReference: {fileID: 0} + - target: {fileID: 6011361583281660428, guid: 8eca928bd70c0063fbb0eec0827f0148, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} - target: {fileID: 6011361583281660428, guid: 8eca928bd70c0063fbb0eec0827f0148, type: 3} propertyPath: m_LocalRotation.x @@ -4658,16 +4466,6 @@ PrefabInstance: propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - - target: {fileID: 6011361583281660428, guid: 8eca928bd70c0063fbb0eec0827f0148, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 6011361583281660428, guid: 8eca928bd70c0063fbb0eec0827f0148, - type: 3} - propertyPath: m_RootOrder - value: 4 - objectReference: {fileID: 0} - target: {fileID: 6011361583281660428, guid: 8eca928bd70c0063fbb0eec0827f0148, type: 3} propertyPath: m_LocalEulerAnglesHint.x @@ -4699,143 +4497,139 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalPosition.x + propertyPath: m_Pivot.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalPosition.y - value: 0 + propertyPath: m_Pivot.y + value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalPosition.z - value: 0 + propertyPath: m_RootOrder + value: 7 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalRotation.x + propertyPath: m_AnchorMax.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalRotation.y - value: 0 + propertyPath: m_AnchorMax.y + value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalRotation.z + propertyPath: m_AnchorMin.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalRotation.w + propertyPath: m_AnchorMin.y value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_RootOrder - value: 7 + propertyPath: m_SizeDelta.x + value: 300 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 + propertyPath: m_SizeDelta.y + value: 50 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalEulerAnglesHint.y + propertyPath: m_LocalPosition.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalEulerAnglesHint.z + propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_AnchoredPosition.x - value: 1525 - objectReference: {fileID: 0} - - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, - type: 3} - propertyPath: m_AnchoredPosition.y + propertyPath: m_LocalPosition.z value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_SizeDelta.x - value: 300 + propertyPath: m_LocalRotation.w + value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_SizeDelta.y - value: 50 + propertyPath: m_LocalRotation.x + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_AnchorMin.x + propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_AnchorMin.y - value: 1 + propertyPath: m_LocalRotation.z + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_AnchorMax.x - value: 0 + propertyPath: m_AnchoredPosition.x + value: 1525 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_AnchorMax.y - value: 1 + propertyPath: m_AnchoredPosition.y + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_Pivot.x + propertyPath: m_LocalEulerAnglesHint.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_Pivot.y - value: 1 + propertyPath: m_LocalEulerAnglesHint.y + value: 0 objectReference: {fileID: 0} - - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_textInfo.characterCount - value: 17 + propertyPath: m_LocalEulerAnglesHint.z + value: 0 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_textInfo.wordCount - value: 5 + propertyPath: m_text + value: Neural MMO v1.5.2 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_textInfo.lineCount - value: 1 + propertyPath: m_fontSize + value: 32 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_textInfo.pageCount - value: 1 - objectReference: {fileID: 0} + propertyPath: m_fontAsset + value: + objectReference: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, + type: 2} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_text - value: Neural MMO v1.5.2 + propertyPath: m_fontStyle + value: 1 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_textInfo.spaceCount - value: 2 + propertyPath: m_fontColor.b + value: 0 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_firstOverflowCharacterIndex - value: -1 + propertyPath: m_fontColor.g + value: 1 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} @@ -4844,33 +4638,28 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_fontColor.g - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, - type: 3} - propertyPath: m_fontColor32.rgba - value: 4278255360 + propertyPath: m_fontSizeBase + value: 32 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_fontColor.b - value: 0 + propertyPath: m_textAlignment + value: 65535 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_fontSize - value: 32 - objectReference: {fileID: 0} + propertyPath: m_sharedMaterial + value: + objectReference: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_fontSizeBase - value: 32 + propertyPath: m_characterSpacing + value: -5 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_textAlignment - value: 65535 + propertyPath: m_fontColor32.rgba + value: 4278255360 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} @@ -4884,24 +4673,33 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_fontAsset - value: - objectReference: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, - type: 2} + propertyPath: m_textInfo.lineCount + value: 1 + objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_sharedMaterial - value: - objectReference: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} + propertyPath: m_textInfo.pageCount + value: 1 + objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_characterSpacing - value: -5 + propertyPath: m_textInfo.wordCount + value: 5 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_fontStyle - value: 1 + propertyPath: m_textInfo.spaceCount + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.characterCount + value: 17 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_firstOverflowCharacterIndex + value: -1 objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} @@ -4964,6 +4762,7 @@ MonoBehaviour: m_EditorClassIdentifier: m_Navigation: m_Mode: 3 + m_WrapAround: 0 m_SelectOnUp: {fileID: 0} m_SelectOnDown: {fileID: 0} m_SelectOnLeft: {fileID: 0} @@ -5095,6 +4894,7 @@ MonoBehaviour: m_FallbackScreenDPI: 96 m_DefaultSpriteDPI: 96 m_DynamicPixelsPerUnit: 1 + m_PresetInfoIsWorld: 0 --- !u!223 &973048806 Canvas: m_ObjectHideFlags: 0 @@ -5235,9 +5035,6 @@ MonoBehaviour: m_faceColor: serializedVersion: 2 rgba: 4294967295 - m_outlineColor: - serializedVersion: 2 - rgba: 4278190080 m_fontSize: 36 m_fontSizeBase: 36 m_fontWeight: 400 @@ -5248,7 +5045,6 @@ MonoBehaviour: m_HorizontalAlignment: 1 m_VerticalAlignment: 256 m_textAlignment: 257 - m_isAlignmentEnumConverted: 0 m_characterSpacing: 0 m_wordSpacing: 0 m_lineSpacing: 0 @@ -5258,10 +5054,8 @@ MonoBehaviour: m_enableWordWrapping: 1 m_wordWrappingRatios: 0.4 m_overflowMode: 0 - m_firstOverflowCharacterIndex: -1 m_linkedTextComponent: {fileID: 0} parentLinkedComponent: {fileID: 0} - m_isTextTruncated: 0 m_enableKerning: 1 m_enableExtraPadding: 0 checkPaddingRequired: 0 @@ -5269,30 +5063,17 @@ MonoBehaviour: m_parseCtrlCharacters: 1 m_isOrthographic: 1 m_isCullingEnabled: 0 - m_ignoreCulling: 1 m_horizontalMapping: 0 m_verticalMapping: 0 m_uvLineOffset: 0 m_geometrySortingOrder: 0 m_IsTextObjectScaleStatic: 0 m_VertexBufferAutoSizeReduction: 1 - m_firstVisibleCharacter: 0 m_useMaxVisibleDescender: 1 m_pageToDisplay: 1 m_margin: {x: 0, y: 0, z: 0, w: 0} - m_textInfo: - textComponent: {fileID: 1028746113} - characterCount: 6 - spriteCount: 0 - spaceCount: 0 - wordCount: 1 - linkCount: 0 - lineCount: 1 - pageCount: 1 - materialCount: 1 m_isUsingLegacyAnimationComponent: 0 m_isVolumetricText: 0 - m_spriteAnimator: {fileID: 0} m_hasFontAssetChanged: 0 m_baseMaterial: {fileID: 0} m_maskOffset: {x: 0, y: 0, z: 0, w: 0} @@ -5318,143 +5099,134 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalPosition.x + propertyPath: m_Pivot.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalPosition.y - value: 0 + propertyPath: m_Pivot.y + value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalPosition.z - value: 0 + propertyPath: m_RootOrder + value: 2 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalRotation.x + propertyPath: m_AnchorMax.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalRotation.y - value: 0 + propertyPath: m_AnchorMax.y + value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalRotation.z + propertyPath: m_AnchorMin.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalRotation.w + propertyPath: m_AnchorMin.y value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_RootOrder - value: 2 + propertyPath: m_SizeDelta.x + value: 400 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 + propertyPath: m_SizeDelta.y + value: 45 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalEulerAnglesHint.y + propertyPath: m_LocalPosition.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalEulerAnglesHint.z + propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_AnchoredPosition.x - value: 25 + propertyPath: m_LocalPosition.z + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 + propertyPath: m_LocalRotation.w + value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_SizeDelta.x - value: 400 + propertyPath: m_LocalRotation.x + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_SizeDelta.y - value: 45 + propertyPath: m_LocalRotation.y + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_AnchorMin.x + propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_AnchorMin.y - value: 1 + propertyPath: m_AnchoredPosition.x + value: 25 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_AnchorMax.x + propertyPath: m_AnchoredPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_AnchorMax.y - value: 1 + propertyPath: m_LocalEulerAnglesHint.x + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_Pivot.x + propertyPath: m_LocalEulerAnglesHint.y value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_Pivot.y - value: 1 + propertyPath: m_LocalEulerAnglesHint.z + value: 0 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_textInfo.characterCount - value: 4 + propertyPath: m_text + value: Name objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_textInfo.wordCount - value: 1 + propertyPath: m_fontSize + value: 32 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_textInfo.lineCount - value: 1 - objectReference: {fileID: 0} + propertyPath: m_fontAsset + value: + objectReference: {fileID: 11400000, guid: 2e498d1c8094910479dc3e1b768306a4, + type: 2} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_textInfo.pageCount + propertyPath: m_fontStyle value: 1 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_text - value: Name - objectReference: {fileID: 0} - - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, - type: 3} - propertyPath: m_textInfo.spaceCount - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, - type: 3} - propertyPath: m_fontColor.r - value: 0 + propertyPath: m_fontColor.b + value: 0.73333335 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} @@ -5463,13 +5235,8 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_fontColor32.rgba - value: 4290493184 - objectReference: {fileID: 0} - - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, - type: 3} - propertyPath: m_fontSize - value: 32 + propertyPath: m_fontColor.r + value: 0 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} @@ -5483,20 +5250,19 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_fontColor.b - value: 0.73333335 - objectReference: {fileID: 0} + propertyPath: m_sharedMaterial + value: + objectReference: {fileID: 2180264, guid: 2e498d1c8094910479dc3e1b768306a4, type: 2} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_fontAsset - value: - objectReference: {fileID: 11400000, guid: 2e498d1c8094910479dc3e1b768306a4, - type: 2} + propertyPath: m_characterSpacing + value: -5 + objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_sharedMaterial - value: - objectReference: {fileID: 2180264, guid: 2e498d1c8094910479dc3e1b768306a4, type: 2} + propertyPath: m_fontColor32.rgba + value: 4290493184 + objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} propertyPath: m_TextStyleHashCode @@ -5509,14 +5275,29 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_characterSpacing - value: -5 + propertyPath: m_textInfo.lineCount + value: 1 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_fontStyle + propertyPath: m_textInfo.pageCount + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.wordCount value: 1 objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.spaceCount + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.characterCount + value: 4 + objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} --- !u!224 &1047136851 stripped @@ -5610,9 +5391,6 @@ MonoBehaviour: m_faceColor: serializedVersion: 2 rgba: 4294967295 - m_outlineColor: - serializedVersion: 2 - rgba: 4278190080 m_fontSize: 36 m_fontSizeBase: 36 m_fontWeight: 400 @@ -5623,7 +5401,6 @@ MonoBehaviour: m_HorizontalAlignment: 1 m_VerticalAlignment: 256 m_textAlignment: 257 - m_isAlignmentEnumConverted: 0 m_characterSpacing: 0 m_wordSpacing: 0 m_lineSpacing: 0 @@ -5633,10 +5410,8 @@ MonoBehaviour: m_enableWordWrapping: 1 m_wordWrappingRatios: 0.4 m_overflowMode: 0 - m_firstOverflowCharacterIndex: -1 m_linkedTextComponent: {fileID: 0} parentLinkedComponent: {fileID: 0} - m_isTextTruncated: 0 m_enableKerning: 1 m_enableExtraPadding: 0 checkPaddingRequired: 0 @@ -5644,30 +5419,17 @@ MonoBehaviour: m_parseCtrlCharacters: 1 m_isOrthographic: 1 m_isCullingEnabled: 0 - m_ignoreCulling: 1 m_horizontalMapping: 0 m_verticalMapping: 0 m_uvLineOffset: 0 m_geometrySortingOrder: 0 m_IsTextObjectScaleStatic: 0 m_VertexBufferAutoSizeReduction: 1 - m_firstVisibleCharacter: 0 m_useMaxVisibleDescender: 1 m_pageToDisplay: 1 m_margin: {x: 0, y: 0, z: 0, w: 0} - m_textInfo: - textComponent: {fileID: 1065023122} - characterCount: 15 - spriteCount: 0 - spaceCount: 2 - wordCount: 4 - linkCount: 0 - lineCount: 1 - pageCount: 1 - materialCount: 1 m_isUsingLegacyAnimationComponent: 0 m_isVolumetricText: 0 - m_spriteAnimator: {fileID: 0} m_hasFontAssetChanged: 0 m_baseMaterial: {fileID: 0} m_maskOffset: {x: 0, y: 0, z: 0, w: 0} @@ -5860,9 +5622,6 @@ MonoBehaviour: m_faceColor: serializedVersion: 2 rgba: 4294967295 - m_outlineColor: - serializedVersion: 2 - rgba: 4278190080 m_fontSize: 36 m_fontSizeBase: 36 m_fontWeight: 400 @@ -5873,7 +5632,6 @@ MonoBehaviour: m_HorizontalAlignment: 1 m_VerticalAlignment: 256 m_textAlignment: 257 - m_isAlignmentEnumConverted: 0 m_characterSpacing: 0 m_wordSpacing: 0 m_lineSpacing: 0 @@ -5883,10 +5641,8 @@ MonoBehaviour: m_enableWordWrapping: 1 m_wordWrappingRatios: 0.4 m_overflowMode: 0 - m_firstOverflowCharacterIndex: -1 m_linkedTextComponent: {fileID: 0} parentLinkedComponent: {fileID: 0} - m_isTextTruncated: 0 m_enableKerning: 1 m_enableExtraPadding: 0 checkPaddingRequired: 0 @@ -5894,30 +5650,17 @@ MonoBehaviour: m_parseCtrlCharacters: 1 m_isOrthographic: 1 m_isCullingEnabled: 0 - m_ignoreCulling: 1 m_horizontalMapping: 0 m_verticalMapping: 0 m_uvLineOffset: 0 m_geometrySortingOrder: 0 m_IsTextObjectScaleStatic: 0 m_VertexBufferAutoSizeReduction: 1 - m_firstVisibleCharacter: 0 m_useMaxVisibleDescender: 1 m_pageToDisplay: 1 m_margin: {x: 0, y: 0, z: 0, w: 0} - m_textInfo: - textComponent: {fileID: 1174228676} - characterCount: 5 - spriteCount: 0 - spaceCount: 0 - wordCount: 1 - linkCount: 0 - lineCount: 1 - pageCount: 1 - materialCount: 1 m_isUsingLegacyAnimationComponent: 0 m_isVolumetricText: 0 - m_spriteAnimator: {fileID: 0} m_hasFontAssetChanged: 0 m_baseMaterial: {fileID: 0} m_maskOffset: {x: 0, y: 0, z: 0, w: 0} @@ -6015,9 +5758,6 @@ MonoBehaviour: m_faceColor: serializedVersion: 2 rgba: 4294967295 - m_outlineColor: - serializedVersion: 2 - rgba: 4278190080 m_fontSize: 32 m_fontSizeBase: 32 m_fontWeight: 400 @@ -6028,7 +5768,6 @@ MonoBehaviour: m_HorizontalAlignment: 4 m_VerticalAlignment: 512 m_textAlignment: 65535 - m_isAlignmentEnumConverted: 0 m_characterSpacing: 0 m_wordSpacing: 0 m_lineSpacing: 0 @@ -6038,10 +5777,8 @@ MonoBehaviour: m_enableWordWrapping: 1 m_wordWrappingRatios: 0.4 m_overflowMode: 0 - m_firstOverflowCharacterIndex: 0 m_linkedTextComponent: {fileID: 0} parentLinkedComponent: {fileID: 0} - m_isTextTruncated: 0 m_enableKerning: 1 m_enableExtraPadding: 0 checkPaddingRequired: 0 @@ -6049,30 +5786,17 @@ MonoBehaviour: m_parseCtrlCharacters: 1 m_isOrthographic: 1 m_isCullingEnabled: 0 - m_ignoreCulling: 1 m_horizontalMapping: 0 m_verticalMapping: 0 m_uvLineOffset: 0 m_geometrySortingOrder: 0 m_IsTextObjectScaleStatic: 0 m_VertexBufferAutoSizeReduction: 1 - m_firstVisibleCharacter: 0 m_useMaxVisibleDescender: 1 m_pageToDisplay: 1 m_margin: {x: 20.477783, y: 22.801514, z: 32.31375, w: 10.83374} - m_textInfo: - textComponent: {fileID: 1177502995} - characterCount: 4 - spriteCount: 0 - spaceCount: 0 - wordCount: 1 - linkCount: 0 - lineCount: 1 - pageCount: 1 - materialCount: 1 m_isUsingLegacyAnimationComponent: 0 m_isVolumetricText: 0 - m_spriteAnimator: {fileID: 0} m_hasFontAssetChanged: 0 m_baseMaterial: {fileID: 0} m_maskOffset: {x: 0, y: 0, z: 0, w: 0} @@ -6093,7 +5817,27 @@ PrefabInstance: m_Modifications: - target: {fileID: 1061017031837609402, guid: 1b08f86167aec2d78935fd143783ea28, type: 3} - propertyPath: m_LocalPosition.x + propertyPath: m_RootOrder + value: 6 + objectReference: {fileID: 0} + - target: {fileID: 1061017031837609402, guid: 1b08f86167aec2d78935fd143783ea28, + type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1061017031837609402, guid: 1b08f86167aec2d78935fd143783ea28, + type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1061017031837609402, guid: 1b08f86167aec2d78935fd143783ea28, + type: 3} + propertyPath: m_LocalScale.z + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1061017031837609402, guid: 1b08f86167aec2d78935fd143783ea28, + type: 3} + propertyPath: m_LocalPosition.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1061017031837609402, guid: 1b08f86167aec2d78935fd143783ea28, @@ -6106,6 +5850,11 @@ PrefabInstance: propertyPath: m_LocalPosition.z value: 0 objectReference: {fileID: 0} + - target: {fileID: 1061017031837609402, guid: 1b08f86167aec2d78935fd143783ea28, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} - target: {fileID: 1061017031837609402, guid: 1b08f86167aec2d78935fd143783ea28, type: 3} propertyPath: m_LocalRotation.x @@ -6121,16 +5870,6 @@ PrefabInstance: propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - - target: {fileID: 1061017031837609402, guid: 1b08f86167aec2d78935fd143783ea28, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 1061017031837609402, guid: 1b08f86167aec2d78935fd143783ea28, - type: 3} - propertyPath: m_RootOrder - value: 6 - objectReference: {fileID: 0} - target: {fileID: 1061017031837609402, guid: 1b08f86167aec2d78935fd143783ea28, type: 3} propertyPath: m_LocalEulerAnglesHint.x @@ -6146,21 +5885,6 @@ PrefabInstance: propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} - - target: {fileID: 1061017031837609402, guid: 1b08f86167aec2d78935fd143783ea28, - type: 3} - propertyPath: m_LocalScale.x - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 1061017031837609402, guid: 1b08f86167aec2d78935fd143783ea28, - type: 3} - propertyPath: m_LocalScale.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 1061017031837609402, guid: 1b08f86167aec2d78935fd143783ea28, - type: 3} - propertyPath: m_LocalScale.z - value: 1 - objectReference: {fileID: 0} - target: {fileID: 8649642814167195532, guid: 1b08f86167aec2d78935fd143783ea28, type: 3} propertyPath: m_Name @@ -6536,7 +6260,7 @@ LightingSettings: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: Settings.lighting - serializedVersion: 2 + serializedVersion: 3 m_GIWorkflowMode: 0 m_EnableBakedLightmaps: 0 m_EnableRealtimeLightmaps: 0 @@ -6558,7 +6282,7 @@ LightingSettings: m_MixedBakeMode: 2 m_LightmapsBakeMode: 1 m_FilterMode: 1 - m_LightmapParameters: {fileID: 0} + m_LightmapParameters: {fileID: 15204, guid: 0000000000000000f000000000000000, type: 0} m_ExportTrainingData: 0 m_TrainingDataDestination: TrainingData m_RealtimeResolution: 2 @@ -6575,7 +6299,7 @@ LightingSettings: m_PVREnvironmentReferencePointCount: 2048 m_LightProbeSampleCountMultiplier: 4 m_PVRBounces: 2 - m_PVRRussianRouletteStartBounce: 2 + m_PVRMinBounces: 1 m_PVREnvironmentMIS: 1 m_PVRFilteringMode: 1 m_PVRDenoiserTypeDirect: 1 @@ -6643,6 +6367,7 @@ MonoBehaviour: m_EditorClassIdentifier: m_Navigation: m_Mode: 3 + m_WrapAround: 0 m_SelectOnUp: {fileID: 0} m_SelectOnDown: {fileID: 0} m_SelectOnLeft: {fileID: 0} @@ -6800,9 +6525,6 @@ MonoBehaviour: m_faceColor: serializedVersion: 2 rgba: 4294967295 - m_outlineColor: - serializedVersion: 2 - rgba: 4278190080 m_fontSize: 36 m_fontSizeBase: 36 m_fontWeight: 400 @@ -6813,7 +6535,6 @@ MonoBehaviour: m_HorizontalAlignment: 1 m_VerticalAlignment: 256 m_textAlignment: 257 - m_isAlignmentEnumConverted: 0 m_characterSpacing: 0 m_wordSpacing: 0 m_lineSpacing: 0 @@ -6823,10 +6544,8 @@ MonoBehaviour: m_enableWordWrapping: 1 m_wordWrappingRatios: 0.4 m_overflowMode: 0 - m_firstOverflowCharacterIndex: -1 m_linkedTextComponent: {fileID: 0} parentLinkedComponent: {fileID: 0} - m_isTextTruncated: 0 m_enableKerning: 1 m_enableExtraPadding: 0 checkPaddingRequired: 0 @@ -6834,30 +6553,17 @@ MonoBehaviour: m_parseCtrlCharacters: 1 m_isOrthographic: 1 m_isCullingEnabled: 0 - m_ignoreCulling: 1 m_horizontalMapping: 0 m_verticalMapping: 0 m_uvLineOffset: 0 m_geometrySortingOrder: 0 m_IsTextObjectScaleStatic: 0 m_VertexBufferAutoSizeReduction: 1 - m_firstVisibleCharacter: 0 m_useMaxVisibleDescender: 1 m_pageToDisplay: 1 m_margin: {x: 0, y: 0, z: 0, w: 0} - m_textInfo: - textComponent: {fileID: 1526420305} - characterCount: 0 - spriteCount: 0 - spaceCount: 0 - wordCount: 0 - linkCount: 0 - lineCount: 0 - pageCount: 0 - materialCount: 1 m_isUsingLegacyAnimationComponent: 0 m_isVolumetricText: 0 - m_spriteAnimator: {fileID: 0} m_hasFontAssetChanged: 0 m_baseMaterial: {fileID: 0} m_maskOffset: {x: 0, y: 0, z: 0, w: 0} @@ -7060,9 +6766,6 @@ MonoBehaviour: m_faceColor: serializedVersion: 2 rgba: 4294967295 - m_outlineColor: - serializedVersion: 2 - rgba: 4278190080 m_fontSize: 36 m_fontSizeBase: 36 m_fontWeight: 400 @@ -7073,7 +6776,6 @@ MonoBehaviour: m_HorizontalAlignment: 1 m_VerticalAlignment: 256 m_textAlignment: 257 - m_isAlignmentEnumConverted: 0 m_characterSpacing: 0 m_wordSpacing: 0 m_lineSpacing: 0 @@ -7083,10 +6785,8 @@ MonoBehaviour: m_enableWordWrapping: 1 m_wordWrappingRatios: 0.4 m_overflowMode: 0 - m_firstOverflowCharacterIndex: -1 m_linkedTextComponent: {fileID: 0} parentLinkedComponent: {fileID: 0} - m_isTextTruncated: 0 m_enableKerning: 1 m_enableExtraPadding: 0 checkPaddingRequired: 0 @@ -7094,30 +6794,17 @@ MonoBehaviour: m_parseCtrlCharacters: 1 m_isOrthographic: 1 m_isCullingEnabled: 0 - m_ignoreCulling: 1 m_horizontalMapping: 0 m_verticalMapping: 0 m_uvLineOffset: 0 m_geometrySortingOrder: 0 m_IsTextObjectScaleStatic: 0 m_VertexBufferAutoSizeReduction: 1 - m_firstVisibleCharacter: 0 m_useMaxVisibleDescender: 1 m_pageToDisplay: 1 m_margin: {x: 0.26538086, y: 0, z: -0.82958984, w: 0} - m_textInfo: - textComponent: {fileID: 1586993295} - characterCount: 3 - spriteCount: 0 - spaceCount: 0 - wordCount: 1 - linkCount: 0 - lineCount: 1 - pageCount: 1 - materialCount: 1 m_isUsingLegacyAnimationComponent: 0 m_isVolumetricText: 0 - m_spriteAnimator: {fileID: 0} m_hasFontAssetChanged: 0 m_baseMaterial: {fileID: 0} m_maskOffset: {x: 0, y: 0, z: 0, w: 0} @@ -7143,143 +6830,134 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalPosition.x + propertyPath: m_Pivot.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalPosition.y - value: 0 + propertyPath: m_Pivot.y + value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalPosition.z - value: 0 + propertyPath: m_RootOrder + value: 4 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalRotation.x + propertyPath: m_AnchorMax.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalRotation.y - value: 0 + propertyPath: m_AnchorMax.y + value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalRotation.z + propertyPath: m_AnchorMin.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalRotation.w + propertyPath: m_AnchorMin.y value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_RootOrder - value: 4 + propertyPath: m_SizeDelta.x + value: 200 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 + propertyPath: m_SizeDelta.y + value: 45 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalEulerAnglesHint.y + propertyPath: m_LocalPosition.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalEulerAnglesHint.z + propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_AnchoredPosition.x - value: 775 + propertyPath: m_LocalPosition.z + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 + propertyPath: m_LocalRotation.w + value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_SizeDelta.x - value: 200 + propertyPath: m_LocalRotation.x + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_SizeDelta.y - value: 45 + propertyPath: m_LocalRotation.y + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_AnchorMin.x + propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_AnchorMin.y - value: 1 + propertyPath: m_AnchoredPosition.x + value: 775 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_AnchorMax.x + propertyPath: m_AnchoredPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_AnchorMax.y - value: 1 + propertyPath: m_LocalEulerAnglesHint.x + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_Pivot.x + propertyPath: m_LocalEulerAnglesHint.y value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_Pivot.y - value: 1 + propertyPath: m_LocalEulerAnglesHint.z + value: 0 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_textInfo.characterCount - value: 4 + propertyPath: m_text + value: Food objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_textInfo.wordCount - value: 1 + propertyPath: m_fontSize + value: 32 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_textInfo.lineCount - value: 1 - objectReference: {fileID: 0} + propertyPath: m_fontAsset + value: + objectReference: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, + type: 2} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_textInfo.pageCount + propertyPath: m_fontStyle value: 1 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_text - value: Food - objectReference: {fileID: 0} - - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, - type: 3} - propertyPath: m_textInfo.spaceCount - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, - type: 3} - propertyPath: m_fontColor.r - value: 0 + propertyPath: m_fontColor.b + value: 0.73333335 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} @@ -7288,13 +6966,8 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_fontColor32.rgba - value: 4290493184 - objectReference: {fileID: 0} - - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, - type: 3} - propertyPath: m_fontSize - value: 32 + propertyPath: m_fontColor.r + value: 0 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} @@ -7308,20 +6981,19 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_fontColor.b - value: 0.73333335 - objectReference: {fileID: 0} + propertyPath: m_sharedMaterial + value: + objectReference: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_fontAsset - value: - objectReference: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, - type: 2} + propertyPath: m_characterSpacing + value: -5 + objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_sharedMaterial - value: - objectReference: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} + propertyPath: m_fontColor32.rgba + value: 4290493184 + objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} propertyPath: m_TextStyleHashCode @@ -7334,14 +7006,29 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_characterSpacing - value: -5 + propertyPath: m_textInfo.lineCount + value: 1 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_fontStyle + propertyPath: m_textInfo.pageCount + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.wordCount value: 1 objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.spaceCount + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.characterCount + value: 4 + objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} --- !u!224 &1595833538 stripped @@ -7359,42 +7046,42 @@ PrefabInstance: m_Modifications: - target: {fileID: 5883897631041743771, guid: 68e48804cfae4a00fb4e75f4db677ee6, type: 3} - propertyPath: m_LocalPosition.x + propertyPath: m_RootOrder value: 0 objectReference: {fileID: 0} - target: {fileID: 5883897631041743771, guid: 68e48804cfae4a00fb4e75f4db677ee6, type: 3} - propertyPath: m_LocalPosition.y + propertyPath: m_LocalPosition.x value: 0 objectReference: {fileID: 0} - target: {fileID: 5883897631041743771, guid: 68e48804cfae4a00fb4e75f4db677ee6, type: 3} - propertyPath: m_LocalPosition.z + propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 5883897631041743771, guid: 68e48804cfae4a00fb4e75f4db677ee6, type: 3} - propertyPath: m_LocalRotation.x + propertyPath: m_LocalPosition.z value: 0 objectReference: {fileID: 0} - target: {fileID: 5883897631041743771, guid: 68e48804cfae4a00fb4e75f4db677ee6, type: 3} - propertyPath: m_LocalRotation.y - value: 0 + propertyPath: m_LocalRotation.w + value: 1 objectReference: {fileID: 0} - target: {fileID: 5883897631041743771, guid: 68e48804cfae4a00fb4e75f4db677ee6, type: 3} - propertyPath: m_LocalRotation.z + propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 5883897631041743771, guid: 68e48804cfae4a00fb4e75f4db677ee6, type: 3} - propertyPath: m_LocalRotation.w - value: 1 + propertyPath: m_LocalRotation.y + value: 0 objectReference: {fileID: 0} - target: {fileID: 5883897631041743771, guid: 68e48804cfae4a00fb4e75f4db677ee6, type: 3} - propertyPath: m_RootOrder + propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 5883897631041743771, guid: 68e48804cfae4a00fb4e75f4db677ee6, @@ -7583,9 +7270,6 @@ MonoBehaviour: m_faceColor: serializedVersion: 2 rgba: 4294967295 - m_outlineColor: - serializedVersion: 2 - rgba: 4278190080 m_fontSize: 36 m_fontSizeBase: 36 m_fontWeight: 400 @@ -7596,7 +7280,6 @@ MonoBehaviour: m_HorizontalAlignment: 1 m_VerticalAlignment: 256 m_textAlignment: 257 - m_isAlignmentEnumConverted: 0 m_characterSpacing: 0 m_wordSpacing: 0 m_lineSpacing: 0 @@ -7606,10 +7289,8 @@ MonoBehaviour: m_enableWordWrapping: 1 m_wordWrappingRatios: 0.4 m_overflowMode: 0 - m_firstOverflowCharacterIndex: -1 m_linkedTextComponent: {fileID: 0} parentLinkedComponent: {fileID: 0} - m_isTextTruncated: 0 m_enableKerning: 1 m_enableExtraPadding: 0 checkPaddingRequired: 0 @@ -7617,30 +7298,17 @@ MonoBehaviour: m_parseCtrlCharacters: 1 m_isOrthographic: 1 m_isCullingEnabled: 0 - m_ignoreCulling: 1 m_horizontalMapping: 0 m_verticalMapping: 0 m_uvLineOffset: 0 m_geometrySortingOrder: 0 m_IsTextObjectScaleStatic: 0 m_VertexBufferAutoSizeReduction: 1 - m_firstVisibleCharacter: 0 m_useMaxVisibleDescender: 1 m_pageToDisplay: 1 m_margin: {x: 0, y: 0, z: 0, w: 0} - m_textInfo: - textComponent: {fileID: 1620120932} - characterCount: 8 - spriteCount: 0 - spaceCount: 1 - wordCount: 2 - linkCount: 0 - lineCount: 1 - pageCount: 1 - materialCount: 1 m_isUsingLegacyAnimationComponent: 0 m_isVolumetricText: 0 - m_spriteAnimator: {fileID: 0} m_hasFontAssetChanged: 0 m_baseMaterial: {fileID: 0} m_maskOffset: {x: 0, y: 0, z: 0, w: 0} @@ -7739,9 +7407,6 @@ MonoBehaviour: m_faceColor: serializedVersion: 2 rgba: 4294967295 - m_outlineColor: - serializedVersion: 2 - rgba: 4278190080 m_fontSize: 36 m_fontSizeBase: 36 m_fontWeight: 400 @@ -7752,7 +7417,6 @@ MonoBehaviour: m_HorizontalAlignment: 1 m_VerticalAlignment: 256 m_textAlignment: 257 - m_isAlignmentEnumConverted: 0 m_characterSpacing: 0 m_wordSpacing: 0 m_lineSpacing: 0 @@ -7762,10 +7426,8 @@ MonoBehaviour: m_enableWordWrapping: 1 m_wordWrappingRatios: 0.4 m_overflowMode: 0 - m_firstOverflowCharacterIndex: -1 m_linkedTextComponent: {fileID: 0} parentLinkedComponent: {fileID: 0} - m_isTextTruncated: 0 m_enableKerning: 1 m_enableExtraPadding: 0 checkPaddingRequired: 0 @@ -7773,30 +7435,17 @@ MonoBehaviour: m_parseCtrlCharacters: 1 m_isOrthographic: 1 m_isCullingEnabled: 0 - m_ignoreCulling: 1 m_horizontalMapping: 0 m_verticalMapping: 0 m_uvLineOffset: 0 m_geometrySortingOrder: 0 m_IsTextObjectScaleStatic: 0 m_VertexBufferAutoSizeReduction: 1 - m_firstVisibleCharacter: 0 m_useMaxVisibleDescender: 1 m_pageToDisplay: 1 m_margin: {x: 0, y: 0, z: 0, w: 0} - m_textInfo: - textComponent: {fileID: 1621069646} - characterCount: 7 - spriteCount: 0 - spaceCount: 1 - wordCount: 1 - linkCount: 0 - lineCount: 1 - pageCount: 1 - materialCount: 1 m_isUsingLegacyAnimationComponent: 0 m_isVolumetricText: 0 - m_spriteAnimator: {fileID: 0} m_hasFontAssetChanged: 0 m_baseMaterial: {fileID: 0} m_maskOffset: {x: 0, y: 0, z: 0, w: 0} @@ -8103,9 +7752,6 @@ MonoBehaviour: m_faceColor: serializedVersion: 2 rgba: 4294967295 - m_outlineColor: - serializedVersion: 2 - rgba: 4278190080 m_fontSize: 36 m_fontSizeBase: 36 m_fontWeight: 400 @@ -8116,7 +7762,6 @@ MonoBehaviour: m_HorizontalAlignment: 1 m_VerticalAlignment: 256 m_textAlignment: 257 - m_isAlignmentEnumConverted: 0 m_characterSpacing: 0 m_wordSpacing: 0 m_lineSpacing: 0 @@ -8126,10 +7771,8 @@ MonoBehaviour: m_enableWordWrapping: 1 m_wordWrappingRatios: 0.4 m_overflowMode: 0 - m_firstOverflowCharacterIndex: -1 m_linkedTextComponent: {fileID: 0} parentLinkedComponent: {fileID: 0} - m_isTextTruncated: 0 m_enableKerning: 1 m_enableExtraPadding: 0 checkPaddingRequired: 0 @@ -8137,30 +7780,17 @@ MonoBehaviour: m_parseCtrlCharacters: 1 m_isOrthographic: 1 m_isCullingEnabled: 0 - m_ignoreCulling: 1 m_horizontalMapping: 0 m_verticalMapping: 0 m_uvLineOffset: 0 m_geometrySortingOrder: 0 m_IsTextObjectScaleStatic: 0 m_VertexBufferAutoSizeReduction: 1 - m_firstVisibleCharacter: 0 m_useMaxVisibleDescender: 1 m_pageToDisplay: 1 m_margin: {x: 0, y: 0, z: 0, w: 0} - m_textInfo: - textComponent: {fileID: 1717630995} - characterCount: 4 - spriteCount: 0 - spaceCount: 0 - wordCount: 1 - linkCount: 0 - lineCount: 1 - pageCount: 1 - materialCount: 1 m_isUsingLegacyAnimationComponent: 0 m_isVolumetricText: 0 - m_spriteAnimator: {fileID: 0} m_hasFontAssetChanged: 0 m_baseMaterial: {fileID: 0} m_maskOffset: {x: 0, y: 0, z: 0, w: 0} @@ -8267,139 +7897,130 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalPosition.x + propertyPath: m_Pivot.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalPosition.y - value: 0 + propertyPath: m_Pivot.y + value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalPosition.z - value: 0 + propertyPath: m_RootOrder + value: 8 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalRotation.x + propertyPath: m_AnchorMax.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalRotation.y - value: 0 + propertyPath: m_AnchorMax.y + value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalRotation.z + propertyPath: m_AnchorMin.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalRotation.w + propertyPath: m_AnchorMin.y value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_RootOrder - value: 8 + propertyPath: m_SizeDelta.x + value: 250 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 + propertyPath: m_SizeDelta.y + value: 45 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalEulerAnglesHint.y + propertyPath: m_LocalPosition.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalEulerAnglesHint.z + propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_AnchoredPosition.x - value: 25 + propertyPath: m_LocalPosition.z + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_AnchoredPosition.y - value: -45 + propertyPath: m_LocalRotation.w + value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_SizeDelta.x - value: 250 + propertyPath: m_LocalRotation.x + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_SizeDelta.y - value: 45 + propertyPath: m_LocalRotation.y + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_AnchorMin.x + propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_AnchorMin.y - value: 1 + propertyPath: m_AnchoredPosition.x + value: 25 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_AnchorMax.x - value: 0 + propertyPath: m_AnchoredPosition.y + value: -45 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_AnchorMax.y - value: 1 + propertyPath: m_LocalEulerAnglesHint.x + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_Pivot.x + propertyPath: m_LocalEulerAnglesHint.y value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_Pivot.y - value: 1 + propertyPath: m_LocalEulerAnglesHint.z + value: 0 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_textInfo.characterCount - value: 12 + propertyPath: m_text + value: Constitution objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_textInfo.wordCount - value: 1 + propertyPath: m_fontSize + value: 26 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_textInfo.lineCount - value: 1 - objectReference: {fileID: 0} + propertyPath: m_fontAsset + value: + objectReference: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, + type: 2} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_textInfo.pageCount + propertyPath: m_fontStyle value: 1 objectReference: {fileID: 0} - - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, - type: 3} - propertyPath: m_text - value: Constitution - objectReference: {fileID: 0} - - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, - type: 3} - propertyPath: m_fontSize - value: 26 - objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} propertyPath: m_fontSizeBase @@ -8410,17 +8031,21 @@ PrefabInstance: propertyPath: m_textAlignment value: 65535 objectReference: {fileID: 0} - - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, - type: 3} - propertyPath: m_fontAsset - value: - objectReference: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, - type: 2} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} propertyPath: m_sharedMaterial value: objectReference: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} + - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, + type: 3} + propertyPath: m_characterSpacing + value: -5 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, + type: 3} + propertyPath: m_enableAutoSizing + value: 0 + objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} propertyPath: m_TextStyleHashCode @@ -8433,18 +8058,23 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_fontStyle + propertyPath: m_textInfo.lineCount value: 1 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_characterSpacing - value: -5 + propertyPath: m_textInfo.pageCount + value: 1 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_enableAutoSizing - value: 0 + propertyPath: m_textInfo.wordCount + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, + type: 3} + propertyPath: m_textInfo.characterCount + value: 12 objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} @@ -8468,139 +8098,130 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalPosition.x + propertyPath: m_Pivot.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalPosition.y - value: 0 + propertyPath: m_Pivot.y + value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalPosition.z - value: 0 + propertyPath: m_RootOrder + value: 14 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalRotation.x + propertyPath: m_AnchorMax.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalRotation.y - value: 0 + propertyPath: m_AnchorMax.y + value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalRotation.z + propertyPath: m_AnchorMin.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalRotation.w + propertyPath: m_AnchorMin.y value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_RootOrder - value: 14 + propertyPath: m_SizeDelta.x + value: 250 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 + propertyPath: m_SizeDelta.y + value: 45 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalEulerAnglesHint.y + propertyPath: m_LocalPosition.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalEulerAnglesHint.z + propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_AnchoredPosition.x - value: 775 + propertyPath: m_LocalPosition.z + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_AnchoredPosition.y - value: -45 + propertyPath: m_LocalRotation.w + value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_SizeDelta.x - value: 250 + propertyPath: m_LocalRotation.x + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_SizeDelta.y - value: 45 + propertyPath: m_LocalRotation.y + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_AnchorMin.x + propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_AnchorMin.y - value: 1 + propertyPath: m_AnchoredPosition.x + value: 775 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_AnchorMax.x - value: 0 + propertyPath: m_AnchoredPosition.y + value: -45 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_AnchorMax.y - value: 1 + propertyPath: m_LocalEulerAnglesHint.x + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_Pivot.x + propertyPath: m_LocalEulerAnglesHint.y value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_Pivot.y - value: 1 + propertyPath: m_LocalEulerAnglesHint.z + value: 0 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_textInfo.characterCount - value: 4 + propertyPath: m_text + value: Mage objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_textInfo.wordCount - value: 1 + propertyPath: m_fontSize + value: 26 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_textInfo.lineCount - value: 1 - objectReference: {fileID: 0} + propertyPath: m_fontAsset + value: + objectReference: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, + type: 2} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_textInfo.pageCount + propertyPath: m_fontStyle value: 1 objectReference: {fileID: 0} - - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, - type: 3} - propertyPath: m_text - value: Mage - objectReference: {fileID: 0} - - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, - type: 3} - propertyPath: m_fontSize - value: 26 - objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} propertyPath: m_fontSizeBase @@ -8611,17 +8232,21 @@ PrefabInstance: propertyPath: m_textAlignment value: 65535 objectReference: {fileID: 0} - - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, - type: 3} - propertyPath: m_fontAsset - value: - objectReference: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, - type: 2} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} propertyPath: m_sharedMaterial value: objectReference: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} + - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, + type: 3} + propertyPath: m_characterSpacing + value: -5 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, + type: 3} + propertyPath: m_enableAutoSizing + value: 0 + objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} propertyPath: m_TextStyleHashCode @@ -8634,18 +8259,23 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_fontStyle + propertyPath: m_textInfo.lineCount value: 1 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_characterSpacing - value: -5 + propertyPath: m_textInfo.pageCount + value: 1 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_enableAutoSizing - value: 0 + propertyPath: m_textInfo.wordCount + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, + type: 3} + propertyPath: m_textInfo.characterCount + value: 4 objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} @@ -8740,9 +8370,6 @@ MonoBehaviour: m_faceColor: serializedVersion: 2 rgba: 4294967295 - m_outlineColor: - serializedVersion: 2 - rgba: 4278190080 m_fontSize: 36 m_fontSizeBase: 36 m_fontWeight: 400 @@ -8753,7 +8380,6 @@ MonoBehaviour: m_HorizontalAlignment: 1 m_VerticalAlignment: 256 m_textAlignment: 257 - m_isAlignmentEnumConverted: 0 m_characterSpacing: 0 m_wordSpacing: 0 m_lineSpacing: 0 @@ -8763,10 +8389,8 @@ MonoBehaviour: m_enableWordWrapping: 1 m_wordWrappingRatios: 0.4 m_overflowMode: 0 - m_firstOverflowCharacterIndex: -1 m_linkedTextComponent: {fileID: 0} parentLinkedComponent: {fileID: 0} - m_isTextTruncated: 0 m_enableKerning: 1 m_enableExtraPadding: 0 checkPaddingRequired: 0 @@ -8774,30 +8398,17 @@ MonoBehaviour: m_parseCtrlCharacters: 1 m_isOrthographic: 1 m_isCullingEnabled: 0 - m_ignoreCulling: 1 m_horizontalMapping: 0 m_verticalMapping: 0 m_uvLineOffset: 0 m_geometrySortingOrder: 0 m_IsTextObjectScaleStatic: 0 m_VertexBufferAutoSizeReduction: 1 - m_firstVisibleCharacter: 0 m_useMaxVisibleDescender: 1 m_pageToDisplay: 1 m_margin: {x: 0, y: 0, z: 0, w: 0} - m_textInfo: - textComponent: {fileID: 1767229760} - characterCount: 7 - spriteCount: 0 - spaceCount: 0 - wordCount: 1 - linkCount: 0 - lineCount: 1 - pageCount: 1 - materialCount: 1 m_isUsingLegacyAnimationComponent: 0 m_isVolumetricText: 0 - m_spriteAnimator: {fileID: 0} m_hasFontAssetChanged: 0 m_baseMaterial: {fileID: 0} m_maskOffset: {x: 0, y: 0, z: 0, w: 0} @@ -8821,6 +8432,11 @@ PrefabInstance: propertyPath: speed value: -0.15 objectReference: {fileID: 0} + - target: {fileID: 4146676408387592903, guid: 14869ea2e5d4274ea95f2233ab7052d0, + type: 3} + propertyPath: m_RootOrder + value: 3 + objectReference: {fileID: 0} - target: {fileID: 4146676408387592903, guid: 14869ea2e5d4274ea95f2233ab7052d0, type: 3} propertyPath: m_LocalPosition.x @@ -8836,6 +8452,11 @@ PrefabInstance: propertyPath: m_LocalPosition.z value: 512 objectReference: {fileID: 0} + - target: {fileID: 4146676408387592903, guid: 14869ea2e5d4274ea95f2233ab7052d0, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} - target: {fileID: 4146676408387592903, guid: 14869ea2e5d4274ea95f2233ab7052d0, type: 3} propertyPath: m_LocalRotation.x @@ -8851,16 +8472,6 @@ PrefabInstance: propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - - target: {fileID: 4146676408387592903, guid: 14869ea2e5d4274ea95f2233ab7052d0, - type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 4146676408387592903, guid: 14869ea2e5d4274ea95f2233ab7052d0, - type: 3} - propertyPath: m_RootOrder - value: 3 - objectReference: {fileID: 0} - target: {fileID: 4146676408387592903, guid: 14869ea2e5d4274ea95f2233ab7052d0, type: 3} propertyPath: m_LocalEulerAnglesHint.x @@ -8968,9 +8579,6 @@ MonoBehaviour: m_faceColor: serializedVersion: 2 rgba: 4294967295 - m_outlineColor: - serializedVersion: 2 - rgba: 4278190080 m_fontSize: 36 m_fontSizeBase: 36 m_fontWeight: 400 @@ -8981,7 +8589,6 @@ MonoBehaviour: m_HorizontalAlignment: 1 m_VerticalAlignment: 256 m_textAlignment: 257 - m_isAlignmentEnumConverted: 0 m_characterSpacing: 0 m_wordSpacing: 0 m_lineSpacing: 0 @@ -8991,10 +8598,8 @@ MonoBehaviour: m_enableWordWrapping: 1 m_wordWrappingRatios: 0.4 m_overflowMode: 0 - m_firstOverflowCharacterIndex: -1 m_linkedTextComponent: {fileID: 0} parentLinkedComponent: {fileID: 0} - m_isTextTruncated: 0 m_enableKerning: 1 m_enableExtraPadding: 0 checkPaddingRequired: 0 @@ -9002,30 +8607,17 @@ MonoBehaviour: m_parseCtrlCharacters: 1 m_isOrthographic: 1 m_isCullingEnabled: 0 - m_ignoreCulling: 1 m_horizontalMapping: 0 m_verticalMapping: 0 m_uvLineOffset: 0 m_geometrySortingOrder: 0 m_IsTextObjectScaleStatic: 0 m_VertexBufferAutoSizeReduction: 1 - m_firstVisibleCharacter: 0 m_useMaxVisibleDescender: 1 m_pageToDisplay: 1 m_margin: {x: 0, y: 0, z: 0, w: 0} - m_textInfo: - textComponent: {fileID: 1787337766} - characterCount: 4 - spriteCount: 0 - spaceCount: 0 - wordCount: 1 - linkCount: 0 - lineCount: 1 - pageCount: 1 - materialCount: 1 m_isUsingLegacyAnimationComponent: 0 m_isVolumetricText: 0 - m_spriteAnimator: {fileID: 0} m_hasFontAssetChanged: 0 m_baseMaterial: {fileID: 0} m_maskOffset: {x: 0, y: 0, z: 0, w: 0} @@ -9051,143 +8643,134 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalPosition.x + propertyPath: m_Pivot.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalPosition.y - value: 0 + propertyPath: m_Pivot.y + value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalPosition.z - value: 0 + propertyPath: m_RootOrder + value: 3 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalRotation.x + propertyPath: m_AnchorMax.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalRotation.y - value: 0 + propertyPath: m_AnchorMax.y + value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalRotation.z + propertyPath: m_AnchorMin.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalRotation.w + propertyPath: m_AnchorMin.y value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_RootOrder - value: 3 + propertyPath: m_SizeDelta.x + value: 200 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 + propertyPath: m_SizeDelta.y + value: 45 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalEulerAnglesHint.y + propertyPath: m_LocalPosition.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalEulerAnglesHint.z + propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_AnchoredPosition.x - value: 525 + propertyPath: m_LocalPosition.z + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 + propertyPath: m_LocalRotation.w + value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_SizeDelta.x - value: 200 + propertyPath: m_LocalRotation.x + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_SizeDelta.y - value: 45 + propertyPath: m_LocalRotation.y + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_AnchorMin.x + propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_AnchorMin.y - value: 1 + propertyPath: m_AnchoredPosition.x + value: 525 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_AnchorMax.x + propertyPath: m_AnchoredPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_AnchorMax.y - value: 1 + propertyPath: m_LocalEulerAnglesHint.x + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_Pivot.x + propertyPath: m_LocalEulerAnglesHint.y value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_Pivot.y - value: 1 + propertyPath: m_LocalEulerAnglesHint.z + value: 0 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_textInfo.characterCount - value: 6 + propertyPath: m_text + value: Health objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_textInfo.wordCount - value: 1 + propertyPath: m_fontSize + value: 32 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_textInfo.lineCount - value: 1 - objectReference: {fileID: 0} + propertyPath: m_fontAsset + value: + objectReference: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, + type: 2} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_textInfo.pageCount + propertyPath: m_fontStyle value: 1 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_text - value: Health - objectReference: {fileID: 0} - - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, - type: 3} - propertyPath: m_textInfo.spaceCount - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, - type: 3} - propertyPath: m_fontColor.r - value: 0 + propertyPath: m_fontColor.b + value: 0.73333335 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} @@ -9196,13 +8779,8 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_fontColor32.rgba - value: 4290493184 - objectReference: {fileID: 0} - - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, - type: 3} - propertyPath: m_fontSize - value: 32 + propertyPath: m_fontColor.r + value: 0 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} @@ -9216,20 +8794,19 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_fontColor.b - value: 0.73333335 - objectReference: {fileID: 0} + propertyPath: m_sharedMaterial + value: + objectReference: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_fontAsset - value: - objectReference: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, - type: 2} + propertyPath: m_characterSpacing + value: -5 + objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_sharedMaterial - value: - objectReference: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} + propertyPath: m_fontColor32.rgba + value: 4290493184 + objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} propertyPath: m_TextStyleHashCode @@ -9242,14 +8819,29 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_characterSpacing - value: -5 + propertyPath: m_textInfo.lineCount + value: 1 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_fontStyle + propertyPath: m_textInfo.pageCount value: 1 objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.wordCount + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.spaceCount + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.characterCount + value: 6 + objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} --- !u!224 &1799710737 stripped @@ -9347,139 +8939,130 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalPosition.x + propertyPath: m_Pivot.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalPosition.y - value: 0 + propertyPath: m_Pivot.y + value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalPosition.z - value: 0 + propertyPath: m_RootOrder + value: 13 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalRotation.x + propertyPath: m_AnchorMax.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalRotation.y - value: 0 + propertyPath: m_AnchorMax.y + value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalRotation.z + propertyPath: m_AnchorMin.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalRotation.w + propertyPath: m_AnchorMin.y value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_RootOrder - value: 13 + propertyPath: m_SizeDelta.x + value: 250 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 + propertyPath: m_SizeDelta.y + value: 45 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalEulerAnglesHint.y + propertyPath: m_LocalPosition.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_LocalEulerAnglesHint.z + propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_AnchoredPosition.x - value: 525 + propertyPath: m_LocalPosition.z + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_AnchoredPosition.y - value: -45 + propertyPath: m_LocalRotation.w + value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_SizeDelta.x - value: 250 + propertyPath: m_LocalRotation.x + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_SizeDelta.y - value: 45 + propertyPath: m_LocalRotation.y + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_AnchorMin.x + propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_AnchorMin.y - value: 1 + propertyPath: m_AnchoredPosition.x + value: 525 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_AnchorMax.x - value: 0 + propertyPath: m_AnchoredPosition.y + value: -45 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_AnchorMax.y - value: 1 + propertyPath: m_LocalEulerAnglesHint.x + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_Pivot.x + propertyPath: m_LocalEulerAnglesHint.y value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_Pivot.y - value: 1 + propertyPath: m_LocalEulerAnglesHint.z + value: 0 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_textInfo.characterCount - value: 5 + propertyPath: m_text + value: Range objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_textInfo.wordCount - value: 1 + propertyPath: m_fontSize + value: 26 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_textInfo.lineCount - value: 1 - objectReference: {fileID: 0} + propertyPath: m_fontAsset + value: + objectReference: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, + type: 2} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_textInfo.pageCount + propertyPath: m_fontStyle value: 1 objectReference: {fileID: 0} - - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, - type: 3} - propertyPath: m_text - value: Range - objectReference: {fileID: 0} - - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, - type: 3} - propertyPath: m_fontSize - value: 26 - objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} propertyPath: m_fontSizeBase @@ -9490,17 +9073,21 @@ PrefabInstance: propertyPath: m_textAlignment value: 65535 objectReference: {fileID: 0} - - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, - type: 3} - propertyPath: m_fontAsset - value: - objectReference: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, - type: 2} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} propertyPath: m_sharedMaterial value: objectReference: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} + - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, + type: 3} + propertyPath: m_characterSpacing + value: -5 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, + type: 3} + propertyPath: m_enableAutoSizing + value: 0 + objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} propertyPath: m_TextStyleHashCode @@ -9513,18 +9100,23 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_fontStyle + propertyPath: m_textInfo.lineCount value: 1 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_characterSpacing - value: -5 + propertyPath: m_textInfo.pageCount + value: 1 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} - propertyPath: m_enableAutoSizing - value: 0 + propertyPath: m_textInfo.wordCount + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 5c713ea4361dc66ce9862a80dcd8989e, + type: 3} + propertyPath: m_textInfo.characterCount + value: 5 objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 5c713ea4361dc66ce9862a80dcd8989e, type: 3} @@ -9548,128 +9140,108 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalPosition.x + propertyPath: m_Pivot.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalPosition.y - value: 0 + propertyPath: m_Pivot.y + value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalPosition.z - value: 0 + propertyPath: m_RootOrder + value: 6 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalRotation.x + propertyPath: m_AnchorMax.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalRotation.y - value: 0 + propertyPath: m_AnchorMax.y + value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalRotation.z + propertyPath: m_AnchorMin.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalRotation.w + propertyPath: m_AnchorMin.y value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_RootOrder - value: 6 + propertyPath: m_SizeDelta.x + value: 200 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 + propertyPath: m_SizeDelta.y + value: 45 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalEulerAnglesHint.y + propertyPath: m_LocalPosition.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalEulerAnglesHint.z + propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_AnchoredPosition.x - value: 1275 - objectReference: {fileID: 0} - - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, - type: 3} - propertyPath: m_AnchoredPosition.y + propertyPath: m_LocalPosition.z value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_SizeDelta.x - value: 200 - objectReference: {fileID: 0} - - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, - type: 3} - propertyPath: m_SizeDelta.y - value: 45 + propertyPath: m_LocalRotation.w + value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_AnchorMin.x + propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_AnchorMin.y - value: 1 + propertyPath: m_LocalRotation.y + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_AnchorMax.x + propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_AnchorMax.y - value: 1 + propertyPath: m_AnchoredPosition.x + value: 1275 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_Pivot.x + propertyPath: m_AnchoredPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_Pivot.y - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, - type: 3} - propertyPath: m_textInfo.characterCount - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, - type: 3} - propertyPath: m_textInfo.wordCount - value: 1 + propertyPath: m_LocalEulerAnglesHint.x + value: 0 objectReference: {fileID: 0} - - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_textInfo.lineCount - value: 1 + propertyPath: m_LocalEulerAnglesHint.y + value: 0 objectReference: {fileID: 0} - - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_textInfo.pageCount - value: 1 + propertyPath: m_LocalEulerAnglesHint.z + value: 0 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} @@ -9678,33 +9250,34 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_textInfo.spaceCount - value: 0 + propertyPath: m_fontSize + value: 32 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_fontColor.r - value: 0 - objectReference: {fileID: 0} + propertyPath: m_fontAsset + value: + objectReference: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, + type: 2} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_fontColor.g + propertyPath: m_fontStyle value: 1 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_fontColor32.rgba - value: 4278255360 + propertyPath: m_fontColor.b + value: 0 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_fontColor.b - value: 0 + propertyPath: m_fontColor.g + value: 1 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_fontSize - value: 32 + propertyPath: m_fontColor.r + value: 0 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} @@ -9716,17 +9289,21 @@ PrefabInstance: propertyPath: m_textAlignment value: 65535 objectReference: {fileID: 0} - - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, - type: 3} - propertyPath: m_fontAsset - value: - objectReference: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, - type: 2} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} propertyPath: m_sharedMaterial value: objectReference: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_characterSpacing + value: -5 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_fontColor32.rgba + value: 4278255360 + objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} propertyPath: m_TextStyleHashCode @@ -9739,14 +9316,29 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_characterSpacing - value: -5 + propertyPath: m_textInfo.lineCount + value: 1 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_fontStyle + propertyPath: m_textInfo.pageCount + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.wordCount value: 1 objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.spaceCount + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.characterCount + value: 3 + objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} --- !u!224 &1861363993 stripped @@ -9770,6 +9362,22 @@ PrefabInstance: propertyPath: m_IsActive value: 0 objectReference: {fileID: 0} + - target: {fileID: 4362506969765438, guid: 9cb5a1709cc36684eba2b5835f10b8f4, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4362506969765438, guid: 9cb5a1709cc36684eba2b5835f10b8f4, type: 3} + propertyPath: m_LocalScale.x + value: 3 + objectReference: {fileID: 0} + - target: {fileID: 4362506969765438, guid: 9cb5a1709cc36684eba2b5835f10b8f4, type: 3} + propertyPath: m_LocalScale.y + value: 3 + objectReference: {fileID: 0} + - target: {fileID: 4362506969765438, guid: 9cb5a1709cc36684eba2b5835f10b8f4, type: 3} + propertyPath: m_LocalScale.z + value: 3 + objectReference: {fileID: 0} - target: {fileID: 4362506969765438, guid: 9cb5a1709cc36684eba2b5835f10b8f4, type: 3} propertyPath: m_LocalPosition.x value: 512 @@ -9782,6 +9390,10 @@ PrefabInstance: propertyPath: m_LocalPosition.z value: 512 objectReference: {fileID: 0} + - target: {fileID: 4362506969765438, guid: 9cb5a1709cc36684eba2b5835f10b8f4, type: 3} + propertyPath: m_LocalRotation.w + value: 0.92387956 + objectReference: {fileID: 0} - target: {fileID: 4362506969765438, guid: 9cb5a1709cc36684eba2b5835f10b8f4, type: 3} propertyPath: m_LocalRotation.x value: 0 @@ -9794,14 +9406,6 @@ PrefabInstance: propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - - target: {fileID: 4362506969765438, guid: 9cb5a1709cc36684eba2b5835f10b8f4, type: 3} - propertyPath: m_LocalRotation.w - value: 0.92387956 - objectReference: {fileID: 0} - - target: {fileID: 4362506969765438, guid: 9cb5a1709cc36684eba2b5835f10b8f4, type: 3} - propertyPath: m_RootOrder - value: 1 - objectReference: {fileID: 0} - target: {fileID: 4362506969765438, guid: 9cb5a1709cc36684eba2b5835f10b8f4, type: 3} propertyPath: m_LocalEulerAnglesHint.x value: 0 @@ -9814,18 +9418,6 @@ PrefabInstance: propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} - - target: {fileID: 4362506969765438, guid: 9cb5a1709cc36684eba2b5835f10b8f4, type: 3} - propertyPath: m_LocalScale.x - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 4362506969765438, guid: 9cb5a1709cc36684eba2b5835f10b8f4, type: 3} - propertyPath: m_LocalScale.y - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 4362506969765438, guid: 9cb5a1709cc36684eba2b5835f10b8f4, type: 3} - propertyPath: m_LocalScale.z - value: 3 - objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 9cb5a1709cc36684eba2b5835f10b8f4, type: 3} --- !u!1 &1882454909 @@ -9918,6 +9510,7 @@ Light: m_UseColorTemperature: 0 m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 m_ShadowRadius: 0 m_ShadowAngle: 0 --- !u!1 &1945674552 @@ -10005,9 +9598,6 @@ MonoBehaviour: m_faceColor: serializedVersion: 2 rgba: 4294967295 - m_outlineColor: - serializedVersion: 2 - rgba: 4278190080 m_fontSize: 36 m_fontSizeBase: 36 m_fontWeight: 400 @@ -10018,7 +9608,6 @@ MonoBehaviour: m_HorizontalAlignment: 1 m_VerticalAlignment: 256 m_textAlignment: 257 - m_isAlignmentEnumConverted: 0 m_characterSpacing: 0 m_wordSpacing: 0 m_lineSpacing: 0 @@ -10028,10 +9617,8 @@ MonoBehaviour: m_enableWordWrapping: 1 m_wordWrappingRatios: 0.4 m_overflowMode: 0 - m_firstOverflowCharacterIndex: -1 m_linkedTextComponent: {fileID: 0} parentLinkedComponent: {fileID: 0} - m_isTextTruncated: 0 m_enableKerning: 1 m_enableExtraPadding: 0 checkPaddingRequired: 0 @@ -10039,30 +9626,17 @@ MonoBehaviour: m_parseCtrlCharacters: 1 m_isOrthographic: 1 m_isCullingEnabled: 0 - m_ignoreCulling: 1 m_horizontalMapping: 0 m_verticalMapping: 0 m_uvLineOffset: 0 m_geometrySortingOrder: 0 m_IsTextObjectScaleStatic: 0 m_VertexBufferAutoSizeReduction: 1 - m_firstVisibleCharacter: 0 m_useMaxVisibleDescender: 1 m_pageToDisplay: 1 m_margin: {x: 0, y: 0, z: 0, w: 0} - m_textInfo: - textComponent: {fileID: 1945674554} - characterCount: 12 - spriteCount: 0 - spaceCount: 0 - wordCount: 1 - linkCount: 0 - lineCount: 1 - pageCount: 1 - materialCount: 1 m_isUsingLegacyAnimationComponent: 0 m_isVolumetricText: 0 - m_spriteAnimator: {fileID: 0} m_hasFontAssetChanged: 0 m_baseMaterial: {fileID: 0} m_maskOffset: {x: 0, y: 0, z: 0, w: 0} @@ -10159,9 +9733,6 @@ MonoBehaviour: m_faceColor: serializedVersion: 2 rgba: 4294967295 - m_outlineColor: - serializedVersion: 2 - rgba: 4278190080 m_fontSize: 36 m_fontSizeBase: 36 m_fontWeight: 400 @@ -10172,7 +9743,6 @@ MonoBehaviour: m_HorizontalAlignment: 1 m_VerticalAlignment: 256 m_textAlignment: 257 - m_isAlignmentEnumConverted: 0 m_characterSpacing: 0 m_wordSpacing: 0 m_lineSpacing: 0 @@ -10182,10 +9752,8 @@ MonoBehaviour: m_enableWordWrapping: 1 m_wordWrappingRatios: 0.4 m_overflowMode: 0 - m_firstOverflowCharacterIndex: -1 m_linkedTextComponent: {fileID: 0} parentLinkedComponent: {fileID: 0} - m_isTextTruncated: 0 m_enableKerning: 1 m_enableExtraPadding: 0 checkPaddingRequired: 0 @@ -10193,30 +9761,17 @@ MonoBehaviour: m_parseCtrlCharacters: 1 m_isOrthographic: 1 m_isCullingEnabled: 0 - m_ignoreCulling: 1 m_horizontalMapping: 0 m_verticalMapping: 0 m_uvLineOffset: 0 m_geometrySortingOrder: 0 m_IsTextObjectScaleStatic: 0 m_VertexBufferAutoSizeReduction: 1 - m_firstVisibleCharacter: 0 m_useMaxVisibleDescender: 1 m_pageToDisplay: 1 m_margin: {x: 0, y: 0, z: 0, w: 0} - m_textInfo: - textComponent: {fileID: 1962490014} - characterCount: 4 - spriteCount: 0 - spaceCount: 0 - wordCount: 1 - linkCount: 0 - lineCount: 1 - pageCount: 1 - materialCount: 1 m_isUsingLegacyAnimationComponent: 0 m_isVolumetricText: 0 - m_spriteAnimator: {fileID: 0} m_hasFontAssetChanged: 0 m_baseMaterial: {fileID: 0} m_maskOffset: {x: 0, y: 0, z: 0, w: 0} @@ -10313,9 +9868,6 @@ MonoBehaviour: m_faceColor: serializedVersion: 2 rgba: 4294967295 - m_outlineColor: - serializedVersion: 2 - rgba: 4278190080 m_fontSize: 36 m_fontSizeBase: 36 m_fontWeight: 400 @@ -10326,7 +9878,6 @@ MonoBehaviour: m_HorizontalAlignment: 1 m_VerticalAlignment: 256 m_textAlignment: 257 - m_isAlignmentEnumConverted: 0 m_characterSpacing: 0 m_wordSpacing: 0 m_lineSpacing: 0 @@ -10336,10 +9887,8 @@ MonoBehaviour: m_enableWordWrapping: 1 m_wordWrappingRatios: 0.4 m_overflowMode: 0 - m_firstOverflowCharacterIndex: -1 m_linkedTextComponent: {fileID: 0} parentLinkedComponent: {fileID: 0} - m_isTextTruncated: 0 m_enableKerning: 1 m_enableExtraPadding: 0 checkPaddingRequired: 0 @@ -10347,30 +9896,17 @@ MonoBehaviour: m_parseCtrlCharacters: 1 m_isOrthographic: 1 m_isCullingEnabled: 0 - m_ignoreCulling: 1 m_horizontalMapping: 0 m_verticalMapping: 0 m_uvLineOffset: 0 m_geometrySortingOrder: 0 m_IsTextObjectScaleStatic: 0 m_VertexBufferAutoSizeReduction: 1 - m_firstVisibleCharacter: 0 m_useMaxVisibleDescender: 1 m_pageToDisplay: 1 m_margin: {x: 0, y: 0, z: 0, w: 0} - m_textInfo: - textComponent: {fileID: 2090139671} - characterCount: 5 - spriteCount: 0 - spaceCount: 0 - wordCount: 1 - linkCount: 0 - lineCount: 1 - pageCount: 1 - materialCount: 1 m_isUsingLegacyAnimationComponent: 0 m_isVolumetricText: 0 - m_spriteAnimator: {fileID: 0} m_hasFontAssetChanged: 0 m_baseMaterial: {fileID: 0} m_maskOffset: {x: 0, y: 0, z: 0, w: 0} @@ -10396,143 +9932,134 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalPosition.x + propertyPath: m_Pivot.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalPosition.y - value: 0 + propertyPath: m_Pivot.y + value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalPosition.z - value: 0 + propertyPath: m_RootOrder + value: 5 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalRotation.x + propertyPath: m_AnchorMax.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalRotation.y - value: 0 + propertyPath: m_AnchorMax.y + value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalRotation.z + propertyPath: m_AnchorMin.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalRotation.w + propertyPath: m_AnchorMin.y value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_RootOrder - value: 5 + propertyPath: m_SizeDelta.x + value: 200 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 + propertyPath: m_SizeDelta.y + value: 45 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalEulerAnglesHint.y + propertyPath: m_LocalPosition.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_LocalEulerAnglesHint.z + propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_AnchoredPosition.x - value: 1025 + propertyPath: m_LocalPosition.z + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 + propertyPath: m_LocalRotation.w + value: 1 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_SizeDelta.x - value: 200 + propertyPath: m_LocalRotation.x + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_SizeDelta.y - value: 45 + propertyPath: m_LocalRotation.y + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_AnchorMin.x + propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_AnchorMin.y - value: 1 + propertyPath: m_AnchoredPosition.x + value: 1025 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_AnchorMax.x + propertyPath: m_AnchoredPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_AnchorMax.y - value: 1 + propertyPath: m_LocalEulerAnglesHint.x + value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_Pivot.x + propertyPath: m_LocalEulerAnglesHint.y value: 0 objectReference: {fileID: 0} - target: {fileID: 1316370391929742069, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_Pivot.y - value: 1 + propertyPath: m_LocalEulerAnglesHint.z + value: 0 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_textInfo.characterCount - value: 5 + propertyPath: m_text + value: Water objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_textInfo.wordCount - value: 1 + propertyPath: m_fontSize + value: 32 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_textInfo.lineCount - value: 1 - objectReference: {fileID: 0} + propertyPath: m_fontAsset + value: + objectReference: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, + type: 2} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_textInfo.pageCount + propertyPath: m_fontStyle value: 1 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_text - value: Water - objectReference: {fileID: 0} - - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, - type: 3} - propertyPath: m_textInfo.spaceCount - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, - type: 3} - propertyPath: m_fontColor.r - value: 0 + propertyPath: m_fontColor.b + value: 0.73333335 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} @@ -10541,13 +10068,8 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_fontColor32.rgba - value: 4290493184 - objectReference: {fileID: 0} - - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, - type: 3} - propertyPath: m_fontSize - value: 32 + propertyPath: m_fontColor.r + value: 0 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} @@ -10561,20 +10083,19 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_fontColor.b - value: 0.73333335 - objectReference: {fileID: 0} + propertyPath: m_sharedMaterial + value: + objectReference: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_fontAsset - value: - objectReference: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, - type: 2} + propertyPath: m_characterSpacing + value: -5 + objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_sharedMaterial - value: - objectReference: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2} + propertyPath: m_fontColor32.rgba + value: 4290493184 + objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} propertyPath: m_TextStyleHashCode @@ -10587,14 +10108,29 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_characterSpacing - value: -5 + propertyPath: m_textInfo.lineCount + value: 1 objectReference: {fileID: 0} - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} - propertyPath: m_fontStyle + propertyPath: m_textInfo.pageCount + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.wordCount value: 1 objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.spaceCount + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6146539836857377532, guid: 37ea45d9aa85686d7bbdf35df07d948f, + type: 3} + propertyPath: m_textInfo.characterCount + value: 5 + objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 37ea45d9aa85686d7bbdf35df07d948f, type: 3} --- !u!224 &2142212997 stripped diff --git a/UnityClient/Assets/Scripts/Overheads.cs b/UnityClient/Assets/Scripts/Overheads.cs index c0b07917b..f3160efbb 100644 --- a/UnityClient/Assets/Scripts/Overheads.cs +++ b/UnityClient/Assets/Scripts/Overheads.cs @@ -110,7 +110,7 @@ public void UpdateOverheads(Character player) } this.playerName.color = color; - this.playerName.text = "(Lvl " + player.level + ") " + name; + this.playerName.text = "(Lvl " + player.level + ") " + name; } } diff --git a/UnityClient/Assets/Scripts/RightClickMenu.cs b/UnityClient/Assets/Scripts/RightClickMenu.cs index d2fad6ab5..08d91f6ad 100644 --- a/UnityClient/Assets/Scripts/RightClickMenu.cs +++ b/UnityClient/Assets/Scripts/RightClickMenu.cs @@ -10,6 +10,9 @@ public class RightClickMenu : MonoBehaviour, IPointerExitHandler RightClickButton examine; RightClickButton follow; + RightClickButton vispanelButton; + GameObject vispanel; //vispanel prefab + GameObject canvas; RectTransform bounds; GameObject target; @@ -20,16 +23,20 @@ public class RightClickMenu : MonoBehaviour, IPointerExitHandler void Start() { GameObject prefab = Resources.Load("Prefabs/RightClickButton") as GameObject; + this.ui = GameObject.Find("Client/UI").GetComponent(); + vispanel = Resources.Load("Prefabs/VisPanel") as GameObject; GameObject cam = GameObject.Find("Client/CameraAnchor/OrbitCamera"); this.target = GameObject.Find("Client/CameraAnchor"); + this.canvas = GameObject.Find("Client/UI/Canvas"); this.camera = cam.GetComponent(); this.follow = this.MakeButton(prefab, this.OnFollow, 0); this.examine = this.MakeButton(prefab, this.OnExamine, 1); + this.vispanelButton = this.MakeButton(prefab, this.onVisPanel, 2); this.gameObject.SetActive(false); this.bounds = this.GetComponent(); - this.bounds.SetSizeWithCurrentAnchors(RectTransform.Axis.Vertical, 2*32 + 8); + this.bounds.SetSizeWithCurrentAnchors(RectTransform.Axis.Vertical, 3*32 + 8); this.bounds.ForceUpdateRectTransforms(); } @@ -76,9 +83,21 @@ public void OnExamine(PointerEventData data) Debug.Log("Examining"); } + public void onVisPanel(PointerEventData data){ + GameObject obj = Instantiate(vispanel) as GameObject; + obj.transform.SetParent(this.canvas.transform); + obj.transform.localPosition = new Vector3(0,0,0); + Debug.Log(obj.activeSelf); + obj.SetActive(true); + VisPanel vp = obj.GetComponent(); + vp.Init(this.characterCache); + this.ui.panels.Add(vp); + } + public void UpdateSelf(UI ui, Character character) { this.examine.UpdateSelf("Examine: " + character.name); this.follow.UpdateSelf("Follow: " + character.name); + this.vispanelButton.UpdateSelf("Examine stats: " + character.name); this.transform.position = Input.mousePosition + new Vector3(-20, 20, 0); this.gameObject.SetActive(true); diff --git a/UnityClient/Assets/Scripts/SkillGroup.cs b/UnityClient/Assets/Scripts/SkillGroup.cs index 1b3825ce2..b66fdcb07 100644 --- a/UnityClient/Assets/Scripts/SkillGroup.cs +++ b/UnityClient/Assets/Scripts/SkillGroup.cs @@ -6,7 +6,7 @@ public class SkillGroup : UnityModule { - protected Dictionary skills; + public Dictionary skills; public Skill AddSkill(string name) { diff --git a/UnityClient/Assets/Scripts/UI.cs b/UnityClient/Assets/Scripts/UI.cs index 4fad4aea5..7949c907c 100644 --- a/UnityClient/Assets/Scripts/UI.cs +++ b/UnityClient/Assets/Scripts/UI.cs @@ -13,6 +13,7 @@ public class UI: UnityModule { GameObject fps; TMP_Text wilderness; GameObject menu; + public List panels; //list tracking the open visualization panels void SetText(GameObject obj, string text) { obj.GetComponent().text = text; diff --git a/UnityClient/Assets/Scripts/VisPanel.cs b/UnityClient/Assets/Scripts/VisPanel.cs new file mode 100644 index 000000000..59c8eef2f --- /dev/null +++ b/UnityClient/Assets/Scripts/VisPanel.cs @@ -0,0 +1,101 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; +using UnityEngine.EventSystems; +using TMPro; + +public class VisPanel : MonoBehaviour, IBeginDragHandler, IDragHandler, IEndDragHandler +{ + private Vector2 lastMousePosition; + bool isActive; + Character character; + + // Start is called before the first frame update + void Start() + { + isActive = true; + //Fill in character's name and level + Transform header = transform.Find("Header"); + header.GetComponent().text = character.overheads.playerName.text; + } + + // Update is called once per frame + void Update() + { + foreach (KeyValuePair rs in character.resources.resources){ + //Debug.Log("resource type: " + rs.Key); + string name = char.ToUpper(rs.Key[0]) + rs.Key.Substring(1); + UpdateResource(name, rs.Value); + } + + foreach (KeyValuePair sk in character.skills.skills){ + string name = char.ToUpper(sk.Key[0]) + sk.Key.Substring(1); + UpdateSkill(name, sk.Value); + } + } + + public void Init(Character character){ + this.character = character; + } + + public void UpdateResource(string name, Resource resource){ + Transform stat = transform.Find(name); //e.g. Health, Food, or Water + if (stat != null){ + TextMeshProUGUI tm = stat.GetComponent(); + tm.text = name + ": " + resource.value.ToString(); + } + } + + public void UpdateSkill(string name, Skill skill){ + Transform stat = transform.Find(name); //e.g. melee, defense, range, fishing, hunting, mage + if (stat != null){ + TextMeshProUGUI tm = stat.GetComponent(); + tm.text = name + ": Lvl " + skill.level.ToString(); + } + } + + public void Toggle(){ + isActive = !isActive; + gameObject.SetActive(isActive); + } + + public void OnBeginDrag(PointerEventData e){ + lastMousePosition = e.position; + } + + public void OnDrag(PointerEventData e){ + Vector2 currentMousePosition = e.position; + Vector2 diff = currentMousePosition - lastMousePosition; + RectTransform rect = GetComponent(); + + Vector3 newPosition = rect.position + new Vector3(diff.x, diff.y, transform.position.z); + Vector3 oldPosition = rect.position; + rect.position = newPosition; + if(!IsRectTransformInsideScreen(rect)){ + Debug.Log("Not draggable"); + rect.position = oldPosition; + } + lastMousePosition = currentMousePosition; + } + + public void OnEndDrag(PointerEventData e){ + + } + + public void DestroyPanel(){ + Destroy(gameObject); + } + + private bool IsRectTransformInsideScreen(RectTransform rectTransform){ + bool isInside = false; + Vector3[] corners = new Vector3[4]; + rectTransform.GetWorldCorners(corners); + int visibleCorners = 0; + Rect rect = new Rect(0, 0, Screen.width, Screen.height); + foreach(Vector3 corner in corners){ + if(rect.Contains(corner)) visibleCorners++; + } + if(visibleCorners == 4) isInside = true; + return isInside; + } +} diff --git a/UnityClient/Assets/Scripts/VisPanel.cs.meta b/UnityClient/Assets/Scripts/VisPanel.cs.meta new file mode 100644 index 000000000..ba7a7fe60 --- /dev/null +++ b/UnityClient/Assets/Scripts/VisPanel.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d95aa300e4cbc944c9ee8c576c6db7a6 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/UnityClient/Logs/Packages-Update.log b/UnityClient/Logs/Packages-Update.log index 189bfc949..40800d5ce 100644 --- a/UnityClient/Logs/Packages-Update.log +++ b/UnityClient/Logs/Packages-Update.log @@ -40,3 +40,18 @@ The following packages were updated: com.unity.ide.visualstudio from version 1.0.11 to 2.0.2 com.unity.ide.vscode from version 1.1.4 to 1.2.1 com.unity.textmeshpro from version 2.0.1 to 3.0.0-preview.1 + +=== Fri Dec 31 20:45:07 2021 + +Packages were changed. +Update Mode: updateDependencies + +The following packages were updated: + com.unity.collab-proxy from version 1.3.8 to 1.3.9 + com.unity.ext.nunit from version 1.0.0 to 1.0.6 + com.unity.ide.rider from version 1.2.1 to 2.0.7 + com.unity.ide.visualstudio from version 2.0.2 to 2.0.7 + com.unity.ide.vscode from version 1.2.1 to 1.2.3 + com.unity.test-framework from version 1.1.14 to 1.1.22 + com.unity.textmeshpro from version 3.0.0-preview.1 to 3.0.1 + com.unity.timeline from version 1.2.15 to 1.4.6 diff --git a/UnityClient/Packages/manifest.json b/UnityClient/Packages/manifest.json index 5a89a478d..b1e784041 100644 --- a/UnityClient/Packages/manifest.json +++ b/UnityClient/Packages/manifest.json @@ -1,19 +1,19 @@ { "dependencies": { "com.unity.burst": "1.3.3", - "com.unity.collab-proxy": "1.3.8", + "com.unity.collab-proxy": "1.3.9", "com.unity.dots.editor": "0.6.0-preview", "com.unity.entities": "0.10.0-preview.6", - "com.unity.ext.nunit": "1.0.0", - "com.unity.ide.rider": "1.2.1", - "com.unity.ide.visualstudio": "2.0.2", - "com.unity.ide.vscode": "1.2.1", + "com.unity.ext.nunit": "1.0.6", + "com.unity.ide.rider": "2.0.7", + "com.unity.ide.visualstudio": "2.0.7", + "com.unity.ide.vscode": "1.2.3", "com.unity.postprocessing": "2.3.0", "com.unity.quicksearch": "2.1.0-preview.1", "com.unity.rendering.hybrid": "0.5.0-preview.6", - "com.unity.test-framework": "1.1.14", - "com.unity.textmeshpro": "3.0.0-preview.1", - "com.unity.timeline": "1.2.15", + "com.unity.test-framework": "1.1.22", + "com.unity.textmeshpro": "3.0.1", + "com.unity.timeline": "1.4.6", "com.unity.ugui": "1.0.0", "com.unity.modules.ai": "1.0.0", "com.unity.modules.androidjni": "1.0.0", diff --git a/UnityClient/Packages/packages-lock.json b/UnityClient/Packages/packages-lock.json index 416123bc9..b1ca1b322 100644 --- a/UnityClient/Packages/packages-lock.json +++ b/UnityClient/Packages/packages-lock.json @@ -10,7 +10,7 @@ "url": "https://packages.unity.com" }, "com.unity.collab-proxy": { - "version": "1.3.8", + "version": "1.3.9", "depth": 0, "source": "registry", "dependencies": {}, @@ -60,14 +60,14 @@ "url": "https://packages.unity.com" }, "com.unity.ext.nunit": { - "version": "1.0.0", + "version": "1.0.6", "depth": 0, "source": "registry", "dependencies": {}, "url": "https://packages.unity.com" }, "com.unity.ide.rider": { - "version": "1.2.1", + "version": "2.0.7", "depth": 0, "source": "registry", "dependencies": { @@ -76,14 +76,16 @@ "url": "https://packages.unity.com" }, "com.unity.ide.visualstudio": { - "version": "2.0.2", + "version": "2.0.7", "depth": 0, "source": "registry", - "dependencies": {}, + "dependencies": { + "com.unity.test-framework": "1.1.9" + }, "url": "https://packages.unity.com" }, "com.unity.ide.vscode": { - "version": "1.2.1", + "version": "1.2.3", "depth": 0, "source": "registry", "dependencies": {}, @@ -196,11 +198,11 @@ "url": "https://packages.unity.com" }, "com.unity.test-framework": { - "version": "1.1.14", + "version": "1.1.22", "depth": 0, "source": "registry", "dependencies": { - "com.unity.ext.nunit": "1.0.0", + "com.unity.ext.nunit": "1.0.6", "com.unity.modules.imgui": "1.0.0", "com.unity.modules.jsonserialize": "1.0.0" }, @@ -217,7 +219,7 @@ "url": "https://packages.unity.com" }, "com.unity.textmeshpro": { - "version": "3.0.0-preview.1", + "version": "3.0.1", "depth": 0, "source": "registry", "dependencies": { @@ -226,10 +228,15 @@ "url": "https://packages.unity.com" }, "com.unity.timeline": { - "version": "1.2.15", + "version": "1.4.6", "depth": 0, "source": "registry", - "dependencies": {}, + "dependencies": { + "com.unity.modules.director": "1.0.0", + "com.unity.modules.animation": "1.0.0", + "com.unity.modules.audio": "1.0.0", + "com.unity.modules.particlesystem": "1.0.0" + }, "url": "https://packages.unity.com" }, "com.unity.ugui": { @@ -237,7 +244,8 @@ "depth": 0, "source": "builtin", "dependencies": { - "com.unity.modules.ui": "1.0.0" + "com.unity.modules.ui": "1.0.0", + "com.unity.modules.imgui": "1.0.0" } }, "nuget.mono-cecil": { diff --git a/UnityClient/ProjectSettings/PackageManagerSettings.asset b/UnityClient/ProjectSettings/PackageManagerSettings.asset index e78b5c4d3..568fee6af 100644 --- a/UnityClient/ProjectSettings/PackageManagerSettings.asset +++ b/UnityClient/ProjectSettings/PackageManagerSettings.asset @@ -15,4 +15,29 @@ MonoBehaviour: m_EnablePreviewPackages: 1 m_EnablePackageDependencies: 0 m_AdvancedSettingsExpanded: 1 + m_ScopedRegistriesSettingsExpanded: 1 oneTimeWarningShown: 1 + m_Registries: + - m_Id: main + m_Name: + m_Url: https://packages.unity.com + m_Scopes: [] + m_IsDefault: 1 + m_Capabilities: 7 + m_UserSelectedRegistryName: + m_UserAddingNewScopedRegistry: 0 + m_RegistryInfoDraft: + m_ErrorMessage: + m_Original: + m_Id: + m_Name: + m_Url: + m_Scopes: [] + m_IsDefault: 0 + m_Capabilities: 0 + m_Modified: 0 + m_Name: + m_Url: + m_Scopes: + - + m_SelectedScopeIndex: 0 diff --git a/UnityClient/ProjectSettings/ProjectSettings.asset b/UnityClient/ProjectSettings/ProjectSettings.asset index 47708c79d..96b56b4b8 100644 --- a/UnityClient/ProjectSettings/ProjectSettings.asset +++ b/UnityClient/ProjectSettings/ProjectSettings.asset @@ -3,7 +3,7 @@ --- !u!129 &1 PlayerSettings: m_ObjectHideFlags: 0 - serializedVersion: 20 + serializedVersion: 22 productGUID: 5f1e91b3e0fb03fe4a7a986e64eaa185 AndroidProfiler: 0 AndroidFilterTouchesWhenObscured: 0 @@ -113,10 +113,14 @@ PlayerSettings: switchNVNShaderPoolsGranularity: 33554432 switchNVNDefaultPoolsGranularity: 16777216 switchNVNOtherPoolsGranularity: 16777216 + switchNVNMaxPublicTextureIDCount: 0 + switchNVNMaxPublicSamplerIDCount: 0 stadiaPresentMode: 0 stadiaTargetFramerate: 0 vulkanNumSwapchainBuffers: 3 vulkanEnableSetSRGBWrite: 0 + vulkanEnablePreTransform: 0 + vulkanEnableLateAcquireNextImage: 0 m_SupportedAspectRatios: 4:3: 1 5:4: 1 @@ -131,31 +135,6 @@ PlayerSettings: xboxOneDisableKinectGpuReservation: 1 xboxOneEnable7thCore: 1 vrSettings: - cardboard: - depthFormat: 0 - enableTransitionView: 0 - daydream: - depthFormat: 0 - useSustainedPerformanceMode: 0 - enableVideoLayer: 0 - useProtectedVideoMemory: 0 - minimumSupportedHeadTracking: 0 - maximumSupportedHeadTracking: 1 - hololens: - depthFormat: 1 - depthBufferSharingEnabled: 1 - lumin: - depthFormat: 0 - frameTiming: 2 - enableGLCache: 0 - glCacheMaxBlobSize: 524288 - glCacheMaxFileSize: 8388608 - oculus: - sharedDepthBuffer: 1 - dashSupport: 1 - lowOverheadMode: 0 - protectedContext: 0 - v2Signing: 1 enable360StereoCapture: 0 isWsaHolographicRemotingEnabled: 0 enableFrameTimingStats: 0 @@ -167,7 +146,11 @@ PlayerSettings: androidSupportedAspectRatio: 1 androidMaxAspectRatio: 2.1 applicationIdentifier: {} - buildNumber: {} + buildNumber: + Standalone: 0 + iPhone: 0 + tvOS: 0 + overrideDefaultApplicationIdentifier: 0 AndroidBundleVersionCode: 1 AndroidMinSdkVersion: 19 AndroidTargetSdkVersion: 0 @@ -221,8 +204,8 @@ PlayerSettings: iOSLaunchScreeniPadFillPct: 100 iOSLaunchScreeniPadSize: 100 iOSLaunchScreeniPadCustomXibPath: - iOSUseLaunchScreenStoryboard: 0 iOSLaunchScreenCustomStoryboardPath: + iOSLaunchScreeniPadCustomStoryboardPath: iOSDeviceRequirements: [] iOSURLSchemes: [] iOSBackgroundModes: 0 @@ -230,6 +213,7 @@ PlayerSettings: metalEditorSupport: 1 metalAPIValidation: 1 iOSRenderExtraFrameOnPause: 0 + iosCopyPluginsCodeInsteadOfSymlink: 0 appleDeveloperTeamID: iOSManualSigningProvisioningProfileID: tvOSManualSigningProvisioningProfileID: @@ -239,9 +223,17 @@ PlayerSettings: iOSRequireARKit: 0 iOSAutomaticallyDetectAndAddCapabilities: 1 appleEnableProMotion: 0 + shaderPrecisionModel: 0 clonedFromGUID: c0afd0d1d80e3634a9dac47e8a0426ea templatePackageId: com.unity.template.3d@3.1.0 templateDefaultScene: Assets/Scenes/SampleScene.unity + useCustomMainManifest: 0 + useCustomLauncherManifest: 0 + useCustomMainGradleTemplate: 0 + useCustomLauncherGradleManifest: 0 + useCustomBaseGradleTemplate: 0 + useCustomGradlePropertiesTemplate: 0 + useCustomProguardFile: 0 AndroidTargetArchitectures: 1 AndroidSplashScreenScale: 0 androidSplashScreen: {fileID: 0} @@ -372,7 +364,7 @@ PlayerSettings: m_Automatic: 1 - m_BuildTarget: AppleTVSupport m_APIs: 10000000 - m_Automatic: 0 + m_Automatic: 1 - m_BuildTarget: WebGLSupport m_APIs: 0b000000 m_Automatic: 1 @@ -392,6 +384,7 @@ PlayerSettings: tvOS: 1 m_BuildTargetGroupLightmapEncodingQuality: [] m_BuildTargetGroupLightmapSettings: [] + m_BuildTargetNormalMapEncoding: [] playModeTestRunnerEnabled: 0 runPlayModeTestAsEditModeTest: 0 actionOnDotNetUnhandledException: 1 @@ -426,6 +419,7 @@ PlayerSettings: switchTitleNames_12: switchTitleNames_13: switchTitleNames_14: + switchTitleNames_15: switchPublisherNames_0: switchPublisherNames_1: switchPublisherNames_2: @@ -441,6 +435,7 @@ PlayerSettings: switchPublisherNames_12: switchPublisherNames_13: switchPublisherNames_14: + switchPublisherNames_15: switchIcons_0: {fileID: 0} switchIcons_1: {fileID: 0} switchIcons_2: {fileID: 0} @@ -456,6 +451,7 @@ PlayerSettings: switchIcons_12: {fileID: 0} switchIcons_13: {fileID: 0} switchIcons_14: {fileID: 0} + switchIcons_15: {fileID: 0} switchSmallIcons_0: {fileID: 0} switchSmallIcons_1: {fileID: 0} switchSmallIcons_2: {fileID: 0} @@ -471,6 +467,7 @@ PlayerSettings: switchSmallIcons_12: {fileID: 0} switchSmallIcons_13: {fileID: 0} switchSmallIcons_14: {fileID: 0} + switchSmallIcons_15: {fileID: 0} switchManualHTML: switchAccessibleURLs: switchLegalInformation: @@ -533,6 +530,7 @@ PlayerSettings: switchSocketInitializeEnabled: 1 switchNetworkInterfaceManagerInitializeEnabled: 1 switchPlayerConnectionEnabled: 1 + switchUseNewStyleFilepaths: 0 ps4NPAgeRating: 12 ps4NPTitleSecret: ps4NPTrophyPackPath: @@ -559,6 +557,7 @@ PlayerSettings: ps4ShareFilePath: ps4ShareOverlayImagePath: ps4PrivacyGuardImagePath: + ps4ExtraSceSysFile: ps4NPtitleDatPath: ps4RemotePlayKeyAssignment: -1 ps4RemotePlayKeyMappingDir: @@ -601,6 +600,8 @@ PlayerSettings: ps4disableAutoHideSplash: 0 ps4videoRecordingFeaturesUsed: 0 ps4contentSearchFeaturesUsed: 0 + ps4CompatibilityPS5: 0 + ps4GPU800MHz: 1 ps4attribEyeToEyeDistanceSettingVR: 0 ps4IncludedModules: [] ps4attribVROutputEnabled: 0 @@ -629,7 +630,7 @@ PlayerSettings: 4: CROSS_PLATFORM_INPUT;MOBILE_INPUT 7: CROSS_PLATFORM_INPUT;MOBILE_INPUT;UNITY_POST_PROCESSING_STACK_V2 13: UNITY_POST_PROCESSING_STACK_V2 - 14: MOBILE_INPUT + 14: MOBILE_INPUT;UNITY_POST_PROCESSING_STACK_V2 19: UNITY_POST_PROCESSING_STACK_V2 21: UNITY_POST_PROCESSING_STACK_V2 25: UNITY_POST_PROCESSING_STACK_V2 @@ -637,16 +638,24 @@ PlayerSettings: 27: UNITY_POST_PROCESSING_STACK_V2 28: UNITY_POST_PROCESSING_STACK_V2 29: UNITY_POST_PROCESSING_STACK_V2 + 30: UNITY_POST_PROCESSING_STACK_V2 + 32: UNITY_POST_PROCESSING_STACK_V2 + 33: UNITY_POST_PROCESSING_STACK_V2 + additionalCompilerArguments: {} platformArchitecture: {} scriptingBackend: {} il2cppCompilerConfiguration: {} managedStrippingLevel: {} incrementalIl2cppBuild: {} + suppressCommonWarnings: 1 allowUnsafeCode: 0 useDeterministicCompilation: 1 + useReferenceAssemblies: 1 + enableRoslynAnalyzers: 1 additionalIl2CppArgs: scriptingRuntimeVersion: 1 gcIncremental: 0 + assemblyVersionValidation: 1 gcWBarrierValidation: 0 apiCompatibilityLevelPerPlatform: {} m_RenderingPath: 1 @@ -696,6 +705,7 @@ PlayerSettings: XboxOneCapability: [] XboxOneGameRating: {} XboxOneIsContentPackage: 0 + XboxOneEnhancedXboxCompatibilityMode: 0 XboxOneEnableGPUVariability: 1 XboxOneSockets: {} XboxOneSplashScreen: {fileID: 0} @@ -704,10 +714,7 @@ PlayerSettings: XboxOneXTitleMemory: 8 XboxOneOverrideIdentityName: XboxOneOverrideIdentityPublisher: - vrEditorSettings: - daydream: - daydreamIconForeground: {fileID: 0} - daydreamIconBackground: {fileID: 0} + vrEditorSettings: {} cloudServicesEnabled: UNet: 1 luminIcon: @@ -722,12 +729,12 @@ PlayerSettings: m_VersionCode: 1 m_VersionName: apiCompatibilityLevel: 6 + activeInputHandler: 0 cloudProjectId: framebufferDepthMemorylessMode: 0 + qualitySettingsNames: [] projectName: organizationId: cloudEnabled: 0 - enableNativePlatformBackendsForNewInputSystem: 0 - disableOldInputManagerSupport: 0 legacyClampBlendShapeWeights: 1 virtualTexturingSupportEnabled: 0 diff --git a/UnityClient/ProjectSettings/ProjectVersion.txt b/UnityClient/ProjectSettings/ProjectVersion.txt index e18cabd32..4db0bd06e 100644 --- a/UnityClient/ProjectSettings/ProjectVersion.txt +++ b/UnityClient/ProjectSettings/ProjectVersion.txt @@ -1,2 +1,2 @@ -m_EditorVersion: 2020.1.0f1 -m_EditorVersionWithRevision: 2020.1.0f1 (2ab9c4179772) +m_EditorVersion: 2020.3.0f1 +m_EditorVersionWithRevision: 2020.3.0f1 (c7b5465681fb) From 897873977548d6ae605320ed468820e235c685d2 Mon Sep 17 00:00:00 2001 From: Maxwell Jiang Date: Sun, 2 Jan 2022 01:03:54 -0600 Subject: [PATCH 2/3] removed UI bar from top of screen --- UnityClient/Assets/Scripts/Character.cs | 18 ------------------ UnityClient/Assets/Scripts/ResourceGroup.cs | 18 ------------------ UnityClient/Assets/Scripts/SkillGroup.cs | 10 ---------- UnityClient/Assets/Scripts/UI.cs | 12 ------------ 4 files changed, 58 deletions(-) diff --git a/UnityClient/Assets/Scripts/Character.cs b/UnityClient/Assets/Scripts/Character.cs index 0c5fa5a41..a5cd61447 100644 --- a/UnityClient/Assets/Scripts/Character.cs +++ b/UnityClient/Assets/Scripts/Character.cs @@ -73,24 +73,6 @@ public void Init(Dictionary players, this.UpdatePlayer(players, npcs, packet); this.UpdatePos(false); } - - public void UpdateUI() - { - this.skills.UpdateUI(); - this.resources.UpdateUI(); - - GameObject UIName = GameObject.Find("UI/Canvas/Panel/Name"); - TextMeshProUGUI uiName = UIName.GetComponent(); - - uiName.color = this.overheads.playerName.color; - uiName.text = this.overheads.playerName.text; - } - - public static void UpdateStaticUI() - { - PlayerResources.UpdateDeadUI(); - } - void Update() { if (!this.alive) { diff --git a/UnityClient/Assets/Scripts/ResourceGroup.cs b/UnityClient/Assets/Scripts/ResourceGroup.cs index 0374e0039..0bbc668d2 100644 --- a/UnityClient/Assets/Scripts/ResourceGroup.cs +++ b/UnityClient/Assets/Scripts/ResourceGroup.cs @@ -23,23 +23,5 @@ public void UpdateResources(object resources) resource.Value.UpdateResource(packet); } } - - public void UpdateUI() - { - foreach (KeyValuePair resource in this.resources) - { - GameObject UIResource = GameObject.Find("UI/Canvas/Panel/" + char.ToUpper(resource.Key[0]) + resource.Key.Substring(1)); - TextMeshProUGUI tm = UIResource.GetComponent(); - tm.text = char.ToUpper(resource.Key[0]) + resource.Key.Substring(1) + ": " + resource.Value.value; - } - } - - public static void UpdateDeadUI() - { - GameObject UIResource = GameObject.Find("UI/Canvas/Panel/Health"); - TextMeshProUGUI tm = UIResource.GetComponent(); - tm.text = "Health: Dead"; - } - } diff --git a/UnityClient/Assets/Scripts/SkillGroup.cs b/UnityClient/Assets/Scripts/SkillGroup.cs index b66fdcb07..756bc01c0 100644 --- a/UnityClient/Assets/Scripts/SkillGroup.cs +++ b/UnityClient/Assets/Scripts/SkillGroup.cs @@ -23,14 +23,4 @@ public void UpdateSkills(object skills) skill.Value.UpdateSkill(packet); } } - - public void UpdateUI() - { - foreach (KeyValuePair skill in this.skills) - { - GameObject UISkill = GameObject.Find("UI/Canvas/Panel/" + char.ToUpper(skill.Key[0]) + skill.Key.Substring(1)); - TextMeshProUGUI tm = UISkill.GetComponent(); - tm.text = char.ToUpper(skill.Key[0]) + skill.Key.Substring(1) + ": " + skill.Value.level; - } - } } diff --git a/UnityClient/Assets/Scripts/UI.cs b/UnityClient/Assets/Scripts/UI.cs index 7949c907c..0510f3e13 100644 --- a/UnityClient/Assets/Scripts/UI.cs +++ b/UnityClient/Assets/Scripts/UI.cs @@ -31,7 +31,6 @@ void Awake() void Update() { Character character = this.menu.GetComponent().character; - this.UpdateOverlay(character); this.UpdateRightClickMenu(); } @@ -74,15 +73,4 @@ public void UpdateUI(Dictionary packet, float time) { this.wilderness.text = wildernessLevel.ToString(); } } - - public void UpdateOverlay(Character character) { - Character.UpdateStaticUI(); - - if (character == null) { - return; - } - - character.UpdateUI(); - - } } From ccf57ab5d04d076fea7117cb075015839a1289f0 Mon Sep 17 00:00:00 2001 From: Maxwell Jiang Date: Sun, 2 Jan 2022 01:14:22 -0600 Subject: [PATCH 3/3] remove "examine" buttom from RightClickMenu --- UnityClient/Assets/Scripts/RightClickMenu.cs | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/UnityClient/Assets/Scripts/RightClickMenu.cs b/UnityClient/Assets/Scripts/RightClickMenu.cs index 08d91f6ad..30702fb78 100644 --- a/UnityClient/Assets/Scripts/RightClickMenu.cs +++ b/UnityClient/Assets/Scripts/RightClickMenu.cs @@ -31,12 +31,11 @@ void Start() this.camera = cam.GetComponent(); this.follow = this.MakeButton(prefab, this.OnFollow, 0); - this.examine = this.MakeButton(prefab, this.OnExamine, 1); - this.vispanelButton = this.MakeButton(prefab, this.onVisPanel, 2); + this.vispanelButton = this.MakeButton(prefab, this.onVisPanel, 1); this.gameObject.SetActive(false); this.bounds = this.GetComponent(); - this.bounds.SetSizeWithCurrentAnchors(RectTransform.Axis.Vertical, 3*32 + 8); + this.bounds.SetSizeWithCurrentAnchors(RectTransform.Axis.Vertical, 2*32 + 8); this.bounds.ForceUpdateRectTransforms(); } @@ -71,18 +70,6 @@ public void OnFollow(PointerEventData data) Debug.Log("Following"); } - public void OnExamine(PointerEventData data) - { - this.gameObject.SetActive(false); - - if (this.characterCache == null) { - return; - } - - this.character = this.characterCache; - Debug.Log("Examining"); - } - public void onVisPanel(PointerEventData data){ GameObject obj = Instantiate(vispanel) as GameObject; obj.transform.SetParent(this.canvas.transform); @@ -95,7 +82,6 @@ public void onVisPanel(PointerEventData data){ } public void UpdateSelf(UI ui, Character character) { - this.examine.UpdateSelf("Examine: " + character.name); this.follow.UpdateSelf("Follow: " + character.name); this.vispanelButton.UpdateSelf("Examine stats: " + character.name); this.transform.position = Input.mousePosition + new Vector3(-20, 20, 0);