From 0290ebbd0615048a8d578644a727a259754f58dc Mon Sep 17 00:00:00 2001 From: "ALIENJACK\\alien" Date: Thu, 22 Aug 2024 15:16:58 +0800 Subject: [PATCH 1/7] =?UTF-8?q?UI=E8=BF=AD=E4=BB=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../UIEffect/Materials/UI-Effect.mat | 16 + .../UIPrefabs/Game_NES_Template.prefab | 798 +++ .../UIPrefabs/Game_NES_Template.prefab.meta | 7 + .../Resources/UIPrefabs/LaunchUI.prefab | 3173 ++++++------ .../UIPrefabs/MenuItemTemplate.prefab | 16 +- .../UIPrefabs/RomItemTemplate.prefab | 649 +++ .../UIPrefabs/RomItemTemplate.prefab.meta | 7 + .../UIPrefabs/SubMenuItemTemplate.prefab | 14 + .../Assets/Scene/AxibugEmuOnline.Client.unity | 4484 +++++++++++++++-- .../Assets/Script/AppAxibugEmuOnline.cs | 23 +- .../Assets/Script/Manager/HttpAPI.cs | 3 + .../Assets/Script/Manager/RomLib/RomFile.cs | 31 +- .../Assets/Script/Manager/RomLib/RomLib.cs | 91 +- .../Script/NesEmulator/CoreSupporter.cs | 4 +- .../Assets/Script/NesEmulator/NesEmulator.cs | 32 - .../Assets/Script/UI/Game_NES.cs | 57 + .../Assets/Script/UI/Game_NES.cs.meta | 11 + .../Assets/Script/UI/ItemPresent.meta | 8 + .../Script/UI/ItemPresent/GameObjectPool.cs | 58 + .../UI/ItemPresent/GameObjectPool.cs.meta | 11 + .../Script/UI/ItemPresent/ItemPresent.cs | 542 ++ .../Script/UI/ItemPresent/ItemPresent.cs.meta | 11 + .../UI/ItemPresent/ItemPresentEditor.meta | 8 + .../ItemPresentEditor.asmdef | 18 + .../ItemPresentEditor.asmdef.meta | 7 + .../ItemPresentEditor/ItemPresentEditor.cs | 32 + .../ItemPresentEditor.cs.meta | 11 + .../Assets/Script/UI/ItemPresent/ItemProxy.cs | 254 + .../Script/UI/ItemPresent/ItemProxy.cs.meta | 11 + .../Assets/Script/UI/MainMenuController.cs | 11 +- .../Assets/Script/UI/MenuItem.cs | 55 +- .../Assets/Script/UI/RomItem.cs | 61 + .../Assets/Script/UI/RomItem.cs.meta | 11 + .../Assets/Script/UI/SubMenuItemGroup.cs | 11 +- .../Assets/Script/UI/ThirdMenuRoot.cs | 53 + .../Assets/Script/UI/ThirdMenuRoot.cs.meta | 11 + .../ProjectSettings/ProjectSettings.asset | 2 +- 37 files changed, 8445 insertions(+), 2157 deletions(-) create mode 100644 AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/Game_NES_Template.prefab create mode 100644 AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/Game_NES_Template.prefab.meta create mode 100644 AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/RomItemTemplate.prefab create mode 100644 AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/RomItemTemplate.prefab.meta create mode 100644 AxibugEmuOnline.Client/Assets/Script/UI/Game_NES.cs create mode 100644 AxibugEmuOnline.Client/Assets/Script/UI/Game_NES.cs.meta create mode 100644 AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent.meta create mode 100644 AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent/GameObjectPool.cs create mode 100644 AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent/GameObjectPool.cs.meta create mode 100644 AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent/ItemPresent.cs create mode 100644 AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent/ItemPresent.cs.meta create mode 100644 AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent/ItemPresentEditor.meta create mode 100644 AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent/ItemPresentEditor/ItemPresentEditor.asmdef create mode 100644 AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent/ItemPresentEditor/ItemPresentEditor.asmdef.meta create mode 100644 AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent/ItemPresentEditor/ItemPresentEditor.cs create mode 100644 AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent/ItemPresentEditor/ItemPresentEditor.cs.meta create mode 100644 AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent/ItemProxy.cs create mode 100644 AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent/ItemProxy.cs.meta create mode 100644 AxibugEmuOnline.Client/Assets/Script/UI/RomItem.cs create mode 100644 AxibugEmuOnline.Client/Assets/Script/UI/RomItem.cs.meta create mode 100644 AxibugEmuOnline.Client/Assets/Script/UI/ThirdMenuRoot.cs create mode 100644 AxibugEmuOnline.Client/Assets/Script/UI/ThirdMenuRoot.cs.meta diff --git a/AxibugEmuOnline.Client/Assets/Plugins/Coffee/UIExtensions/UIEffect/Materials/UI-Effect.mat b/AxibugEmuOnline.Client/Assets/Plugins/Coffee/UIExtensions/UIEffect/Materials/UI-Effect.mat index 9b847ab..c08426e 100644 --- a/AxibugEmuOnline.Client/Assets/Plugins/Coffee/UIExtensions/UIEffect/Materials/UI-Effect.mat +++ b/AxibugEmuOnline.Client/Assets/Plugins/Coffee/UIExtensions/UIEffect/Materials/UI-Effect.mat @@ -137,6 +137,10 @@ Material: m_Texture: {fileID: 0} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} + - _ParamTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} m_Floats: - _ColorMask: 15 - _Stencil: 0 @@ -285,6 +289,10 @@ Material: m_Texture: {fileID: 0} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} + - _ParamTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} m_Floats: - _ColorMask: 15 - _Stencil: 0 @@ -319,6 +327,10 @@ Material: m_Texture: {fileID: 0} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} + - _ParamTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} m_Floats: - _ColorMask: 15 - _Stencil: 0 @@ -353,6 +365,10 @@ Material: m_Texture: {fileID: 0} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} + - _ParamTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} m_Floats: - _ColorMask: 15 - _Stencil: 0 diff --git a/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/Game_NES_Template.prefab b/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/Game_NES_Template.prefab new file mode 100644 index 0000000..65d70e7 --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/Game_NES_Template.prefab @@ -0,0 +1,798 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &29419265480821815 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8126322204359135913} + - component: {fileID: 2718916271043989317} + - component: {fileID: 3380485461544738227} + m_Layer: 5 + m_Name: Descript + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &8126322204359135913 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 29419265480821815} + 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: 8789823129857705082} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 33} + m_Pivot: {x: 0, y: 1} +--- !u!222 &2718916271043989317 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 29419265480821815} + m_CullTransparentMesh: 1 +--- !u!114 &3380485461544738227 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 29419265480821815} + 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: 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_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 20 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 2 + m_MaxSize: 300 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 1 + m_VerticalOverflow: 1 + m_LineSpacing: 1 + m_Text: DESCRIPTION +--- !u!1 &734025543935719296 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1323634865265500141} + - component: {fileID: 5792146190930927166} + - component: {fileID: 2619187604372594158} + - component: {fileID: 1779247868001543556} + - component: {fileID: 4496630961732192070} + - component: {fileID: 2059277597780235898} + m_Layer: 5 + m_Name: shadowIcon + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1323634865265500141 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 734025543935719296} + 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: 6087025893861054323} + 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 &5792146190930927166 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 734025543935719296} + m_CullTransparentMesh: 1 +--- !u!114 &2619187604372594158 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 734025543935719296} + 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: 21300000, guid: 230e155ce0d5a8d4283675d040631efc, type: 3} + m_Type: 0 + 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 &1779247868001543556 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 734025543935719296} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f8b2ed11d675446c5a49da1ea296d490, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 300 + m_EffectMaterial: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + m_EffectFactor: 0 + m_ColorFactor: 0 + m_BlurFactor: 0 + m_EffectMode: 0 + m_ColorMode: 1 + m_BlurMode: 3 + m_AdvancedBlur: 1 + m_ShadowBlur: 1 + m_ShadowStyle: 0 + m_ShadowColor: {r: 0, g: 0, b: 0, a: 1} + m_EffectDistance: {x: 1, y: -1} + m_UseGraphicAlpha: 1 + m_EffectColor: {r: 1, g: 1, b: 1, a: 1} + m_AdditionalShadows: [] +--- !u!114 &4496630961732192070 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 734025543935719296} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0848bff101191904ead4bb831f7084db, type: 3} + m_Name: + m_EditorClassIdentifier: + m_BlurFactor: 1 + m_Style: 3 + m_AdditionalShadows: [] + m_EffectColor: {r: 1, g: 1, b: 1, a: 0} + m_EffectDistance: {x: 8, y: 8} + m_UseGraphicAlpha: 0 +--- !u!95 &2059277597780235898 +Animator: + serializedVersion: 3 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 734025543935719296} + m_Enabled: 1 + m_Avatar: {fileID: 0} + m_Controller: {fileID: 9100000, guid: 0b3ccf7414d2ead43be0cd33b6e1b53c, type: 2} + m_CullingMode: 0 + m_UpdateMode: 0 + m_ApplyRootMotion: 0 + m_LinearVelocityBlending: 0 + m_WarningMessage: + m_HasTransformHierarchy: 1 + m_AllowConstantClipSamplingOptimization: 1 + m_KeepAnimatorControllerStateOnDisable: 0 +--- !u!1 &1776357407830023228 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6087025893861054323} + - component: {fileID: 7036072602178187444} + - component: {fileID: 6771349210554360888} + m_Layer: 5 + m_Name: Icon + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &6087025893861054323 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1776357407830023228} + 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: 1323634865265500141} + m_Father: {fileID: 8754483333502849411} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 1} + m_AnchorMax: {x: 0.5, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 1} +--- !u!222 &7036072602178187444 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1776357407830023228} + m_CullTransparentMesh: 1 +--- !u!114 &6771349210554360888 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1776357407830023228} + 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: 21300000, guid: 230e155ce0d5a8d4283675d040631efc, type: 3} + m_Type: 0 + 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!1 &3189920797946144379 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1998281097548910301} + - component: {fileID: -3959751710151339114} + - component: {fileID: 5700455559359757662} + m_Layer: 5 + m_Name: Game_NES_Template + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1998281097548910301 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3189920797946144379} + 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: 8754483333502849411} + 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: 100, y: 102} + m_Pivot: {x: 0, y: 0.5} +--- !u!114 &-3959751710151339114 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3189920797946144379} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: e2f2e38adaa854144b67512333b1b363, type: 3} + m_Name: + m_EditorClassIdentifier: + Icon: {fileID: 6771349210554360888} + Txt: {fileID: 991446423622995247} + Descript: {fileID: 3380485461544738227} + Root: {fileID: 8754483333502849411} + ShadowIcon: {fileID: 2619187604372594158} + InfoNode: {fileID: 5331629140490413834} + SubMenuItemGroup: {fileID: 0} + SelectScale: 1 + UnSelectScale: 1 + RomGroup: {fileID: 6055880809428073973} + RomGroupRoot: {fileID: 3086674949377227884} +--- !u!114 &5700455559359757662 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3189920797946144379} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 306cc8c2b49d7114eaa3623786fc2126, type: 3} + m_Name: + m_EditorClassIdentifier: + m_IgnoreLayout: 0 + m_MinWidth: -1 + m_MinHeight: -1 + m_PreferredWidth: 200 + m_PreferredHeight: 230 + m_FlexibleWidth: -1 + m_FlexibleHeight: -1 + m_LayoutPriority: 1 +--- !u!1 &3462611600707696275 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2303118795734916657} + m_Layer: 5 + m_Name: viewport + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &2303118795734916657 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3462611600707696275} + 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: 8865437771338118001} + m_Father: {fileID: 331028397738758164} + 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!1 &3811189825355447390 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 331028397738758164} + - component: {fileID: 3428297980621487917} + - component: {fileID: 4672405243908051711} + - component: {fileID: 3086674949377227884} + m_Layer: 5 + m_Name: RomGroupScroll + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &331028397738758164 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3811189825355447390} + 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: 2303118795734916657} + m_Father: {fileID: 8754483333502849411} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 1, y: 0.5} + m_AnchorMax: {x: 1, y: 0.5} + m_AnchoredPosition: {x: 50, y: -165.08997} + m_SizeDelta: {x: 2338.0796, y: 1768.3333} + m_Pivot: {x: 0, y: 0.5} +--- !u!114 &3428297980621487917 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3811189825355447390} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 1aa08ab6e0800fa44ae55d278d1423e3, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Content: {fileID: 8865437771338118001} + m_Horizontal: 0 + m_Vertical: 1 + m_MovementType: 1 + m_Elasticity: 0.1 + m_Inertia: 1 + m_DecelerationRate: 0.135 + m_ScrollSensitivity: 1 + m_Viewport: {fileID: 2303118795734916657} + m_HorizontalScrollbar: {fileID: 0} + m_VerticalScrollbar: {fileID: 0} + m_HorizontalScrollbarVisibility: 0 + m_VerticalScrollbarVisibility: 0 + m_HorizontalScrollbarSpacing: 0 + m_VerticalScrollbarSpacing: 0 + m_OnValueChanged: + m_PersistentCalls: + m_Calls: [] +--- !u!114 &4672405243908051711 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3811189825355447390} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 1d1e3e91ac34bc8468f357ee247ffb6a, type: 3} + m_Name: + m_EditorClassIdentifier: + WidthFix: 225 +--- !u!225 &3086674949377227884 +CanvasGroup: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3811189825355447390} + m_Enabled: 1 + m_Alpha: 1 + m_Interactable: 1 + m_BlocksRaycasts: 1 + m_IgnoreParentGroups: 0 +--- !u!1 &3993825260653792697 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8789823129857705082} + - component: {fileID: 3252398029444565139} + - component: {fileID: 4972426757569440742} + - component: {fileID: 5331629140490413834} + m_Layer: 5 + m_Name: InfoNode + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &8789823129857705082 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3993825260653792697} + 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: 6095356919362338847} + - {fileID: 8126322204359135913} + m_Father: {fileID: 8754483333502849411} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 1, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0, y: 0.5} +--- !u!114 &3252398029444565139 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3993825260653792697} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 59f8146938fff824cb5fd77236b75775, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Padding: + m_Left: 20 + m_Right: 0 + m_Top: 0 + m_Bottom: 0 + m_ChildAlignment: 3 + m_Spacing: 0 + m_ChildForceExpandWidth: 0 + m_ChildForceExpandHeight: 1 + m_ChildControlWidth: 1 + m_ChildControlHeight: 0 + m_ChildScaleWidth: 0 + m_ChildScaleHeight: 0 + m_ReverseArrangement: 0 +--- !u!114 &4972426757569440742 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3993825260653792697} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 3245ec927659c4140ac4f8d17403cc18, type: 3} + m_Name: + m_EditorClassIdentifier: + m_HorizontalFit: 2 + m_VerticalFit: 2 +--- !u!225 &5331629140490413834 +CanvasGroup: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3993825260653792697} + m_Enabled: 1 + m_Alpha: 1 + m_Interactable: 1 + m_BlocksRaycasts: 1 + m_IgnoreParentGroups: 0 +--- !u!1 &5340761592919397836 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6095356919362338847} + - component: {fileID: 7651669947470814669} + - component: {fileID: 991446423622995247} + m_Layer: 5 + m_Name: Name + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &6095356919362338847 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5340761592919397836} + 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: 8789823129857705082} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 33} + m_Pivot: {x: 0, y: 1} +--- !u!222 &7651669947470814669 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5340761592919397836} + m_CullTransparentMesh: 1 +--- !u!114 &991446423622995247 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5340761592919397836} + 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: 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_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 20 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 2 + m_MaxSize: 300 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 1 + m_VerticalOverflow: 1 + m_LineSpacing: 1 + m_Text: NAME +--- !u!1 &6164337287601107676 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8865437771338118001} + - component: {fileID: 6055880809428073973} + - component: {fileID: 1286529697012677180} + m_Layer: 5 + m_Name: RomGroup + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &8865437771338118001 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6164337287601107676} + 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: 2303118795734916657} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0, y: 1} +--- !u!114 &6055880809428073973 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6164337287601107676} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fdacbe30e88f6a844a435595a4affdbb, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Padding: + m_Left: 0 + m_Right: 0 + m_Top: 0 + m_Bottom: 0 + m_ChildAlignment: 0 + m_StartCorner: 0 + m_StartAxis: 0 + m_CellSize: {x: 500, y: 200} + m_Spacing: {x: 0, y: 10} + m_Constraint: 1 + m_ConstraintCount: 1 + ItemTemplate: {fileID: 1998281097548910301, guid: e6df0d7c236795247971f0d1e691b068, type: 3} + ViewRect: {fileID: 2303118795734916657} + PauseUpdateView: 0 +--- !u!114 &1286529697012677180 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6164337287601107676} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 3245ec927659c4140ac4f8d17403cc18, type: 3} + m_Name: + m_EditorClassIdentifier: + m_HorizontalFit: 0 + m_VerticalFit: 2 +--- !u!1 &8290338740711049006 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8754483333502849411} + m_Layer: 5 + m_Name: Root + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &8754483333502849411 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8290338740711049006} + 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: 6087025893861054323} + - {fileID: 8789823129857705082} + - {fileID: 331028397738758164} + m_Father: {fileID: 1998281097548910301} + 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} diff --git a/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/Game_NES_Template.prefab.meta b/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/Game_NES_Template.prefab.meta new file mode 100644 index 0000000..34dbd2f --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/Game_NES_Template.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b170104e466853c49b29f9b5b103364e +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/LaunchUI.prefab b/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/LaunchUI.prefab index 9b258e2..e667425 100644 --- a/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/LaunchUI.prefab +++ b/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/LaunchUI.prefab @@ -87,7 +87,6 @@ MonoBehaviour: m_EditorClassIdentifier: PulseInvoke_Delay: 0.4 PulseInvoke_Interval: 0.05 - m_listenControlAction: 1 m_menuItemRoot: {fileID: 7102897325704768026} GroupRoot: {fileID: 5247317738185020566} Template: {fileID: 2502609279043838113, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} @@ -95,82 +94,102 @@ MonoBehaviour: - Icon: {fileID: 21300000, guid: 1b52cdd34b39a8c4fa0dad6f2007e2f3, type: 3} Name: Game Description: + OverrideTemplate: {fileID: 0} SubMenus: - Icon: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} Name: NES Description: Nintendo Entertainment System / Family Computer + OverrideTemplate: {fileID: -3959751710151339114, guid: b170104e466853c49b29f9b5b103364e, type: 3} SubMenus: [] - Icon: {fileID: 21300000, guid: c300d49e84cf0fb4186c750320e50146, type: 3} Name: Settings Description: + OverrideTemplate: {fileID: 0} SubMenus: - Icon: {fileID: 21300000, guid: f627a0cb31212a94a8ff380bf5f5e9a7, type: 3} Name: NES Controller Description: NES Contrller Input Configuration + OverrideTemplate: {fileID: 0} SubMenus: [] - Icon: {fileID: 21300000, guid: 8706af46c93329b4da3c86c0b13b886e, type: 3} Name: Other Description: + OverrideTemplate: {fileID: 0} SubMenus: - Icon: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} Name: NES/Famicon Description: "\u4EFB\u5929\u5802NES ROM" + OverrideTemplate: {fileID: 0} SubMenus: [] - Icon: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} Name: NES/Famicon Description: "\u4EFB\u5929\u5802NES ROM" + OverrideTemplate: {fileID: 0} SubMenus: [] - Icon: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} Name: NES/Famicon Description: "\u4EFB\u5929\u5802NES ROM" + OverrideTemplate: {fileID: 0} SubMenus: [] - Icon: {fileID: 21300000, guid: 8706af46c93329b4da3c86c0b13b886e, type: 3} Name: Other Description: + OverrideTemplate: {fileID: 0} SubMenus: - Icon: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} Name: NES/Famicon Description: "\u4EFB\u5929\u5802NES ROM" + OverrideTemplate: {fileID: 0} SubMenus: [] - Icon: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} Name: NES/Famicon Description: "\u4EFB\u5929\u5802NES ROM" + OverrideTemplate: {fileID: 0} SubMenus: [] - Icon: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} Name: NES/Famicon Description: "\u4EFB\u5929\u5802NES ROM" + OverrideTemplate: {fileID: 0} SubMenus: [] - Icon: {fileID: 21300000, guid: 8706af46c93329b4da3c86c0b13b886e, type: 3} Name: Other Description: + OverrideTemplate: {fileID: 0} SubMenus: - Icon: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} Name: NES/Famicon Description: "\u4EFB\u5929\u5802NES ROM" + OverrideTemplate: {fileID: 0} SubMenus: [] - Icon: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} Name: NES/Famicon Description: "\u4EFB\u5929\u5802NES ROM" + OverrideTemplate: {fileID: 0} SubMenus: [] - Icon: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} Name: NES/Famicon Description: "\u4EFB\u5929\u5802NES ROM" + OverrideTemplate: {fileID: 0} SubMenus: [] - Icon: {fileID: 21300000, guid: 8706af46c93329b4da3c86c0b13b886e, type: 3} Name: Other Description: + OverrideTemplate: {fileID: 0} SubMenus: - Icon: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} Name: NES/Famicon Description: "\u4EFB\u5929\u5802NES ROM" + OverrideTemplate: {fileID: 0} SubMenus: [] - Icon: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} Name: NES/Famicon Description: "\u4EFB\u5929\u5802NES ROM" + OverrideTemplate: {fileID: 0} SubMenus: [] - Icon: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} Name: NES/Famicon Description: "\u4EFB\u5929\u5802NES ROM" + OverrideTemplate: {fileID: 0} SubMenus: [] HoriRollSpd: 1500 --- !u!1 &1639091783724093882 @@ -380,12 +399,12 @@ RectTransform: m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - - {fileID: 2777577919969758041} - - {fileID: 2798710075447395071} - - {fileID: 8266721992194828683} - - {fileID: 7698628638704990353} - - {fileID: 6440619644326273859} - - {fileID: 5641349064486749319} + - {fileID: 4817357265323244687} + - {fileID: 200175573067837263} + - {fileID: 3119677798517643615} + - {fileID: 8316363507104801344} + - {fileID: 5432371391098630219} + - {fileID: 8164067366809091094} m_Father: {fileID: 6855144573435021451} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} @@ -434,12 +453,1376 @@ MonoBehaviour: m_EditorClassIdentifier: m_HorizontalFit: 2 m_VerticalFit: 2 ---- !u!1001 &645979265665260992 +--- !u!1001 &485634392291227238 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: - m_TransformParent: {fileID: 1273383718192648538} + m_TransformParent: {fileID: 4905929412244550117} + m_Modifications: + - target: {fileID: 991446423622995247, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Text + value: NES/Famicon + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Pivot.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Pivot.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMax.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMax.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMin.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMin.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 100 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.y + value: 102 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.x + value: -50 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.y + value: -291 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2619187604372594158, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Sprite + value: + objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} + - target: {fileID: 3189920797946144379, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Name + value: NES/Famicon + objectReference: {fileID: 0} + - target: {fileID: 3380485461544738227, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Text + value: "\u4EFB\u5929\u5802NES ROM" + objectReference: {fileID: 0} + - target: {fileID: 6771349210554360888, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Sprite + value: + objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} +--- !u!1001 &849817091693127941 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8943969353738970094} + m_Modifications: + - target: {fileID: 991446423622995247, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Text + value: NES/Famicon + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Pivot.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Pivot.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMax.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMax.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMin.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMin.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 100 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.y + value: 102 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.x + value: -50 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.y + value: -291 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2619187604372594158, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Sprite + value: + objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} + - target: {fileID: 3189920797946144379, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Name + value: NES/Famicon + objectReference: {fileID: 0} + - target: {fileID: 3380485461544738227, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Text + value: "\u4EFB\u5929\u5802NES ROM" + objectReference: {fileID: 0} + - target: {fileID: 6771349210554360888, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Sprite + value: + objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} +--- !u!1001 &1050181870288799723 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 5057661408586067891} + m_Modifications: + - target: {fileID: 991446423622995247, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Text + value: NES/Famicon + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Pivot.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Pivot.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMax.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMax.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMin.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMin.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 100 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.y + value: 102 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.x + value: -50 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.y + value: -291 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2619187604372594158, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Sprite + value: + objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} + - target: {fileID: 3189920797946144379, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Name + value: NES/Famicon + objectReference: {fileID: 0} + - target: {fileID: 3380485461544738227, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Text + value: "\u4EFB\u5929\u5802NES ROM" + objectReference: {fileID: 0} + - target: {fileID: 6771349210554360888, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Sprite + value: + objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} +--- !u!1001 &1233526452150117027 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 2033276478374529786} + m_Modifications: + - target: {fileID: 991446423622995247, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Text + value: NES/Famicon + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Pivot.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Pivot.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMax.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMax.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMin.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMin.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 100 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.y + value: 102 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.x + value: -50 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.y + value: -291 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2619187604372594158, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Sprite + value: + objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} + - target: {fileID: 3189920797946144379, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Name + value: NES/Famicon + objectReference: {fileID: 0} + - target: {fileID: 3380485461544738227, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Text + value: "\u4EFB\u5929\u5802NES ROM" + objectReference: {fileID: 0} + - target: {fileID: 6771349210554360888, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Sprite + value: + objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} +--- !u!1001 &1633602691388389073 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8943969353738970094} + m_Modifications: + - target: {fileID: 991446423622995247, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Text + value: NES/Famicon + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Pivot.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Pivot.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMax.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMax.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMin.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMin.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 100 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.y + value: 102 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.x + value: -50 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.y + value: -171 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2619187604372594158, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Sprite + value: + objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} + - target: {fileID: 3189920797946144379, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Name + value: NES/Famicon + objectReference: {fileID: 0} + - target: {fileID: 3380485461544738227, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Text + value: "\u4EFB\u5929\u5802NES ROM" + objectReference: {fileID: 0} + - target: {fileID: 6771349210554360888, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Sprite + value: + objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} +--- !u!1001 &1798566819991195847 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 5057661408586067891} + m_Modifications: + - target: {fileID: 991446423622995247, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Text + value: NES/Famicon + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Pivot.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Pivot.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMax.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMax.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMin.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMin.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 100 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.y + value: 102 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.x + value: -50 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.y + value: -171 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2619187604372594158, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Sprite + value: + objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} + - target: {fileID: 3189920797946144379, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Name + value: NES/Famicon + objectReference: {fileID: 0} + - target: {fileID: 3380485461544738227, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Text + value: "\u4EFB\u5929\u5802NES ROM" + objectReference: {fileID: 0} + - target: {fileID: 6771349210554360888, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Sprite + value: + objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} +--- !u!1001 &1836475297758503314 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 7102897325704768026} + m_Modifications: + - target: {fileID: 991446423622995247, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_Text + value: Settings + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_Pivot.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_Pivot.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_AnchorMax.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_AnchorMax.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_AnchorMin.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_AnchorMin.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_SizeDelta.x + value: 200 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_SizeDelta.y + value: 203 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_AnchoredPosition.x + value: -1084 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_AnchoredPosition.y + value: -825 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3189920797946144379, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_Name + value: Settings + objectReference: {fileID: 0} + - target: {fileID: 6771349210554360888, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_Sprite + value: + objectReference: {fileID: 21300000, guid: c300d49e84cf0fb4186c750320e50146, type: 3} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} +--- !u!224 &200175573067837263 stripped +RectTransform: + m_CorrespondingSourceObject: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + m_PrefabInstance: {fileID: 1836475297758503314} + m_PrefabAsset: {fileID: 0} +--- !u!224 &3871933347447045354 stripped +RectTransform: + m_CorrespondingSourceObject: {fileID: 3226730524206505336, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + m_PrefabInstance: {fileID: 1836475297758503314} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &3526319057829025666 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 7102897325704768026} + m_Modifications: + - target: {fileID: 991446423622995247, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_Text + value: Other + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_Pivot.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_Pivot.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_RootOrder + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_AnchorMax.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_AnchorMax.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_AnchorMin.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_AnchorMin.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_SizeDelta.x + value: 200 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_SizeDelta.y + value: 203 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_AnchoredPosition.x + value: -1084 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_AnchoredPosition.y + value: -825 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3189920797946144379, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_Name + value: Other + objectReference: {fileID: 0} + - target: {fileID: 6771349210554360888, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_Sprite + value: + objectReference: {fileID: 21300000, guid: 8706af46c93329b4da3c86c0b13b886e, type: 3} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} +--- !u!224 &3119677798517643615 stripped +RectTransform: + m_CorrespondingSourceObject: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + m_PrefabInstance: {fileID: 3526319057829025666} + m_PrefabAsset: {fileID: 0} +--- !u!224 &2033276478374529786 stripped +RectTransform: + m_CorrespondingSourceObject: {fileID: 3226730524206505336, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + m_PrefabInstance: {fileID: 3526319057829025666} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &4164567408330100520 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8943969353738970094} + m_Modifications: + - target: {fileID: 991446423622995247, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Text + value: NES/Famicon + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Pivot.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Pivot.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_RootOrder + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMax.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMax.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMin.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMin.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 100 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.y + value: 102 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.x + value: -50 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.y + value: -411 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2619187604372594158, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Sprite + value: + objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} + - target: {fileID: 3189920797946144379, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Name + value: NES/Famicon + objectReference: {fileID: 0} + - target: {fileID: 3380485461544738227, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Text + value: "\u4EFB\u5929\u5802NES ROM" + objectReference: {fileID: 0} + - target: {fileID: 6771349210554360888, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Sprite + value: + objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} +--- !u!1001 &4631022292095303238 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 2033276478374529786} + m_Modifications: + - target: {fileID: 991446423622995247, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Text + value: NES/Famicon + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Pivot.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Pivot.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_RootOrder + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMax.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMax.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMin.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMin.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 100 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.y + value: 102 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.x + value: -50 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.y + value: -411 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2619187604372594158, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Sprite + value: + objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} + - target: {fileID: 3189920797946144379, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Name + value: NES/Famicon + objectReference: {fileID: 0} + - target: {fileID: 3380485461544738227, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Text + value: "\u4EFB\u5929\u5802NES ROM" + objectReference: {fileID: 0} + - target: {fileID: 6771349210554360888, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Sprite + value: + objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} +--- !u!1001 &5825682016681229974 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 7102897325704768026} + m_Modifications: + - target: {fileID: 991446423622995247, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_Text + value: Other + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_Pivot.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_Pivot.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_RootOrder + value: 4 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_AnchorMax.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_AnchorMax.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_AnchorMin.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_AnchorMin.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_SizeDelta.x + value: 200 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_SizeDelta.y + value: 203 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_AnchoredPosition.x + value: -1084 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_AnchoredPosition.y + value: -825 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3189920797946144379, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_Name + value: Other + objectReference: {fileID: 0} + - target: {fileID: 6771349210554360888, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_Sprite + value: + objectReference: {fileID: 21300000, guid: 8706af46c93329b4da3c86c0b13b886e, type: 3} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} +--- !u!224 &5432371391098630219 stripped +RectTransform: + m_CorrespondingSourceObject: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + m_PrefabInstance: {fileID: 5825682016681229974} + m_PrefabAsset: {fileID: 0} +--- !u!224 &8943969353738970094 stripped +RectTransform: + m_CorrespondingSourceObject: {fileID: 3226730524206505336, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + m_PrefabInstance: {fileID: 5825682016681229974} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &6440678509504033362 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 7102897325704768026} + m_Modifications: + - target: {fileID: 991446423622995247, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_Text + value: Game + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_Pivot.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_Pivot.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_AnchorMax.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_AnchorMax.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_AnchorMin.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_AnchorMin.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_SizeDelta.x + value: 200 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_SizeDelta.y + value: 203 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_AnchoredPosition.x + value: -1084 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_AnchoredPosition.y + value: -825 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3189920797946144379, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_Name + value: Game + objectReference: {fileID: 0} + - target: {fileID: 6771349210554360888, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + propertyPath: m_Sprite + value: + objectReference: {fileID: 21300000, guid: 1b52cdd34b39a8c4fa0dad6f2007e2f3, type: 3} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} +--- !u!224 &8477538846417350442 stripped +RectTransform: + m_CorrespondingSourceObject: {fileID: 3226730524206505336, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + m_PrefabInstance: {fileID: 6440678509504033362} + m_PrefabAsset: {fileID: 0} +--- !u!224 &4817357265323244687 stripped +RectTransform: + m_CorrespondingSourceObject: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + m_PrefabInstance: {fileID: 6440678509504033362} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &7236591712535224740 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 3871933347447045354} m_Modifications: - target: {fileID: 991446423622995247, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} propertyPath: m_Text @@ -547,238 +1930,125 @@ PrefabInstance: objectReference: {fileID: 21300000, guid: f627a0cb31212a94a8ff380bf5f5e9a7, type: 3} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} ---- !u!1001 &1916242917934364629 +--- !u!1001 &7314989346256070062 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: - m_TransformParent: {fileID: 8734429486311659298} + m_TransformParent: {fileID: 8477538846417350442} m_Modifications: - - target: {fileID: 991446423622995247, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 991446423622995247, guid: b170104e466853c49b29f9b5b103364e, type: 3} propertyPath: m_Text - value: NES/Famicon + value: NES objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 1998281097548910301, guid: b170104e466853c49b29f9b5b103364e, type: 3} propertyPath: m_Pivot.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 1998281097548910301, guid: b170104e466853c49b29f9b5b103364e, type: 3} propertyPath: m_Pivot.y value: 0.5 objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_RootOrder - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchorMax.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchorMax.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchorMin.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchorMin.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_SizeDelta.x - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_SizeDelta.y - value: 102 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalRotation.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalRotation.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalRotation.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchoredPosition.x - value: -50 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchoredPosition.y - value: -291 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2619187604372594158, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Sprite - value: - objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} - - target: {fileID: 3189920797946144379, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Name - value: NES/Famicon - objectReference: {fileID: 0} - - target: {fileID: 3380485461544738227, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Text - value: "\u4EFB\u5929\u5802NES ROM" - objectReference: {fileID: 0} - - target: {fileID: 6771349210554360888, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Sprite - value: - objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} - m_RemovedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} ---- !u!1001 &2475661754707758532 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - m_TransformParent: {fileID: 6749754238287620916} - m_Modifications: - - target: {fileID: 991446423622995247, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Text - value: NES/Famicon - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Pivot.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 1998281097548910301, guid: b170104e466853c49b29f9b5b103364e, type: 3} propertyPath: m_RootOrder value: 0 objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 1998281097548910301, guid: b170104e466853c49b29f9b5b103364e, type: 3} propertyPath: m_AnchorMax.x value: 0.5 objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 1998281097548910301, guid: b170104e466853c49b29f9b5b103364e, type: 3} propertyPath: m_AnchorMax.y value: 0.5 objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 1998281097548910301, guid: b170104e466853c49b29f9b5b103364e, type: 3} propertyPath: m_AnchorMin.x value: 0.5 objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 1998281097548910301, guid: b170104e466853c49b29f9b5b103364e, type: 3} propertyPath: m_AnchorMin.y value: 0.5 objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 1998281097548910301, guid: b170104e466853c49b29f9b5b103364e, type: 3} propertyPath: m_SizeDelta.x value: 100 objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 1998281097548910301, guid: b170104e466853c49b29f9b5b103364e, type: 3} propertyPath: m_SizeDelta.y value: 102 objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 1998281097548910301, guid: b170104e466853c49b29f9b5b103364e, type: 3} propertyPath: m_LocalPosition.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 1998281097548910301, guid: b170104e466853c49b29f9b5b103364e, type: 3} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 1998281097548910301, guid: b170104e466853c49b29f9b5b103364e, type: 3} propertyPath: m_LocalPosition.z value: 0 objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 1998281097548910301, guid: b170104e466853c49b29f9b5b103364e, type: 3} propertyPath: m_LocalRotation.w value: 1 objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 1998281097548910301, guid: b170104e466853c49b29f9b5b103364e, type: 3} propertyPath: m_LocalRotation.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 1998281097548910301, guid: b170104e466853c49b29f9b5b103364e, type: 3} propertyPath: m_LocalRotation.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 1998281097548910301, guid: b170104e466853c49b29f9b5b103364e, type: 3} propertyPath: m_LocalRotation.z value: 0 objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 1998281097548910301, guid: b170104e466853c49b29f9b5b103364e, type: 3} propertyPath: m_AnchoredPosition.x value: -50 objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 1998281097548910301, guid: b170104e466853c49b29f9b5b103364e, type: 3} propertyPath: m_AnchoredPosition.y value: -171 objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 1998281097548910301, guid: b170104e466853c49b29f9b5b103364e, type: 3} propertyPath: m_LocalEulerAnglesHint.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 1998281097548910301, guid: b170104e466853c49b29f9b5b103364e, type: 3} propertyPath: m_LocalEulerAnglesHint.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 1998281097548910301, guid: b170104e466853c49b29f9b5b103364e, type: 3} propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} - - target: {fileID: 2619187604372594158, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 2619187604372594158, guid: b170104e466853c49b29f9b5b103364e, type: 3} propertyPath: m_Sprite value: objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} - - target: {fileID: 3189920797946144379, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 3189920797946144379, guid: b170104e466853c49b29f9b5b103364e, type: 3} propertyPath: m_Name - value: NES/Famicon + value: NES objectReference: {fileID: 0} - - target: {fileID: 3380485461544738227, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 3380485461544738227, guid: b170104e466853c49b29f9b5b103364e, type: 3} propertyPath: m_Text - value: "\u4EFB\u5929\u5802NES ROM" + value: Nintendo Entertainment System / Family Computer objectReference: {fileID: 0} - - target: {fileID: 6771349210554360888, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 6771349210554360888, guid: b170104e466853c49b29f9b5b103364e, type: 3} propertyPath: m_Sprite value: objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} m_RemovedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} ---- !u!1001 &2603701233387553008 + m_SourcePrefab: {fileID: 100100000, guid: b170104e466853c49b29f9b5b103364e, type: 3} +--- !u!1001 &7352695029057439234 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: - m_TransformParent: {fileID: 5027635221341960750} + m_TransformParent: {fileID: 5057661408586067891} m_Modifications: - target: {fileID: 991446423622995247, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} propertyPath: m_Text @@ -886,583 +2156,12 @@ PrefabInstance: objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} ---- !u!1001 &4409202657567425924 +--- !u!1001 &7461187859434098324 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: - m_TransformParent: {fileID: 7102897325704768026} - m_Modifications: - - target: {fileID: 991446423622995247, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_Text - value: Game - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_Pivot.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_RootOrder - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_AnchorMax.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_AnchorMax.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_AnchorMin.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_AnchorMin.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_SizeDelta.x - value: 200 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_SizeDelta.y - value: 203 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_AnchoredPosition.x - value: -1084 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_AnchoredPosition.y - value: -825 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3189920797946144379, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_Name - value: Game - objectReference: {fileID: 0} - - target: {fileID: 6771349210554360888, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_Sprite - value: - objectReference: {fileID: 21300000, guid: 1b52cdd34b39a8c4fa0dad6f2007e2f3, type: 3} - m_RemovedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} ---- !u!224 &1294507970997967100 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 3226730524206505336, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - m_PrefabInstance: {fileID: 4409202657567425924} - m_PrefabAsset: {fileID: 0} ---- !u!224 &2777577919969758041 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - m_PrefabInstance: {fileID: 4409202657567425924} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &4426002618063424546 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - m_TransformParent: {fileID: 7102897325704768026} - m_Modifications: - - target: {fileID: 991446423622995247, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_Text - value: Settings - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_Pivot.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_RootOrder - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_AnchorMax.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_AnchorMax.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_AnchorMin.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_AnchorMin.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_SizeDelta.x - value: 200 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_SizeDelta.y - value: 203 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_AnchoredPosition.x - value: -1084 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_AnchoredPosition.y - value: -825 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3189920797946144379, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_Name - value: Settings - objectReference: {fileID: 0} - - target: {fileID: 6771349210554360888, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_Sprite - value: - objectReference: {fileID: 21300000, guid: c300d49e84cf0fb4186c750320e50146, type: 3} - m_RemovedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} ---- !u!224 &1273383718192648538 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 3226730524206505336, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - m_PrefabInstance: {fileID: 4426002618063424546} - m_PrefabAsset: {fileID: 0} ---- !u!224 &2798710075447395071 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - m_PrefabInstance: {fileID: 4426002618063424546} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &4765067204055230526 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - m_TransformParent: {fileID: 6749754238287620916} - m_Modifications: - - target: {fileID: 991446423622995247, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Text - value: NES/Famicon - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Pivot.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_RootOrder - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchorMax.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchorMax.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchorMin.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchorMin.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_SizeDelta.x - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_SizeDelta.y - value: 102 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalRotation.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalRotation.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalRotation.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchoredPosition.x - value: -50 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchoredPosition.y - value: -291 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2619187604372594158, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Sprite - value: - objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} - - target: {fileID: 3189920797946144379, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Name - value: NES/Famicon - objectReference: {fileID: 0} - - target: {fileID: 3380485461544738227, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Text - value: "\u4EFB\u5929\u5802NES ROM" - objectReference: {fileID: 0} - - target: {fileID: 6771349210554360888, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Sprite - value: - objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} - m_RemovedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} ---- !u!1001 &4788858545471058986 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - m_TransformParent: {fileID: 5027635221341960750} - m_Modifications: - - target: {fileID: 991446423622995247, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Text - value: NES/Famicon - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Pivot.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_RootOrder - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchorMax.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchorMax.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchorMin.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchorMin.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_SizeDelta.x - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_SizeDelta.y - value: 102 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalRotation.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalRotation.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalRotation.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchoredPosition.x - value: -50 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchoredPosition.y - value: -171 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2619187604372594158, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Sprite - value: - objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} - - target: {fileID: 3189920797946144379, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Name - value: NES/Famicon - objectReference: {fileID: 0} - - target: {fileID: 3380485461544738227, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Text - value: "\u4EFB\u5929\u5802NES ROM" - objectReference: {fileID: 0} - - target: {fileID: 6771349210554360888, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Sprite - value: - objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} - m_RemovedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} ---- !u!1001 &4817443554068508062 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - m_TransformParent: {fileID: 7102897325704768026} - m_Modifications: - - target: {fileID: 991446423622995247, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_Text - value: Other - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_Pivot.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_RootOrder - value: 4 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_AnchorMax.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_AnchorMax.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_AnchorMin.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_AnchorMin.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_SizeDelta.x - value: 200 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_SizeDelta.y - value: 203 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_AnchoredPosition.x - value: -1084 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_AnchoredPosition.y - value: -825 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3189920797946144379, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_Name - value: Other - objectReference: {fileID: 0} - - target: {fileID: 6771349210554360888, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_Sprite - value: - objectReference: {fileID: 21300000, guid: 8706af46c93329b4da3c86c0b13b886e, type: 3} - m_RemovedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} ---- !u!224 &6440619644326273859 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - m_PrefabInstance: {fileID: 4817443554068508062} - m_PrefabAsset: {fileID: 0} ---- !u!224 &7934596196969132262 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 3226730524206505336, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - m_PrefabInstance: {fileID: 4817443554068508062} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &6068906413502267156 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - m_TransformParent: {fileID: 6749754238287620916} + m_TransformParent: {fileID: 4905929412244550117} m_Modifications: - target: {fileID: 991446423622995247, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} propertyPath: m_Text @@ -1570,689 +2269,7 @@ PrefabInstance: objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} ---- !u!1001 &6192813459914148442 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - m_TransformParent: {fileID: 7102897325704768026} - m_Modifications: - - target: {fileID: 991446423622995247, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_Text - value: Other - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_Pivot.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_RootOrder - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_AnchorMax.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_AnchorMax.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_AnchorMin.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_AnchorMin.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_SizeDelta.x - value: 200 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_SizeDelta.y - value: 203 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_AnchoredPosition.x - value: -1084 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_AnchoredPosition.y - value: -825 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3189920797946144379, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_Name - value: Other - objectReference: {fileID: 0} - - target: {fileID: 6771349210554360888, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_Sprite - value: - objectReference: {fileID: 21300000, guid: 8706af46c93329b4da3c86c0b13b886e, type: 3} - m_RemovedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} ---- !u!224 &5641349064486749319 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - m_PrefabInstance: {fileID: 6192813459914148442} - m_PrefabAsset: {fileID: 0} ---- !u!224 &8734429486311659298 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 3226730524206505336, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - m_PrefabInstance: {fileID: 6192813459914148442} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &6352322935691966922 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - m_TransformParent: {fileID: 7934596196969132262} - m_Modifications: - - target: {fileID: 991446423622995247, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Text - value: NES/Famicon - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Pivot.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_RootOrder - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchorMax.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchorMax.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchorMin.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchorMin.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_SizeDelta.x - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_SizeDelta.y - value: 102 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalRotation.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalRotation.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalRotation.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchoredPosition.x - value: -50 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchoredPosition.y - value: -291 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2619187604372594158, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Sprite - value: - objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} - - target: {fileID: 3189920797946144379, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Name - value: NES/Famicon - objectReference: {fileID: 0} - - target: {fileID: 3380485461544738227, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Text - value: "\u4EFB\u5929\u5802NES ROM" - objectReference: {fileID: 0} - - target: {fileID: 6771349210554360888, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Sprite - value: - objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} - m_RemovedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} ---- !u!1001 &7058839211979989786 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - m_TransformParent: {fileID: 8734429486311659298} - m_Modifications: - - target: {fileID: 991446423622995247, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Text - value: NES/Famicon - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Pivot.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_RootOrder - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchorMax.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchorMax.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchorMin.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchorMin.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_SizeDelta.x - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_SizeDelta.y - value: 102 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalRotation.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalRotation.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalRotation.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchoredPosition.x - value: -50 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchoredPosition.y - value: -411 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2619187604372594158, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Sprite - value: - objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} - - target: {fileID: 3189920797946144379, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Name - value: NES/Famicon - objectReference: {fileID: 0} - - target: {fileID: 3380485461544738227, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Text - value: "\u4EFB\u5929\u5802NES ROM" - objectReference: {fileID: 0} - - target: {fileID: 6771349210554360888, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Sprite - value: - objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} - m_RemovedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} ---- !u!1001 &7354346673722691284 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - m_TransformParent: {fileID: 7934596196969132262} - m_Modifications: - - target: {fileID: 991446423622995247, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Text - value: NES/Famicon - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Pivot.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_RootOrder - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchorMax.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchorMax.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchorMin.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchorMin.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_SizeDelta.x - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_SizeDelta.y - value: 102 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalRotation.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalRotation.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalRotation.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchoredPosition.x - value: -50 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchoredPosition.y - value: -411 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2619187604372594158, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Sprite - value: - objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} - - target: {fileID: 3189920797946144379, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Name - value: NES/Famicon - objectReference: {fileID: 0} - - target: {fileID: 3380485461544738227, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Text - value: "\u4EFB\u5929\u5802NES ROM" - objectReference: {fileID: 0} - - target: {fileID: 6771349210554360888, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Sprite - value: - objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} - m_RemovedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} ---- !u!1001 &7566638672824067926 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - m_TransformParent: {fileID: 7102897325704768026} - m_Modifications: - - target: {fileID: 991446423622995247, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_Text - value: Other - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_Pivot.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_RootOrder - value: 2 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_AnchorMax.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_AnchorMax.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_AnchorMin.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_AnchorMin.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_SizeDelta.x - value: 200 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_SizeDelta.y - value: 203 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalRotation.x - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalRotation.y - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalRotation.z - value: -0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_AnchoredPosition.x - value: -1084 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_AnchoredPosition.y - value: -825 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3189920797946144379, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_Name - value: Other - objectReference: {fileID: 0} - - target: {fileID: 6771349210554360888, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - propertyPath: m_Sprite - value: - objectReference: {fileID: 21300000, guid: 8706af46c93329b4da3c86c0b13b886e, type: 3} - m_RemovedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} ---- !u!224 &5027635221341960750 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 3226730524206505336, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - m_PrefabInstance: {fileID: 7566638672824067926} - m_PrefabAsset: {fileID: 0} ---- !u!224 &8266721992194828683 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - m_PrefabInstance: {fileID: 7566638672824067926} - m_PrefabAsset: {fileID: 0} ---- !u!1001 &7614441095376876331 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - m_TransformParent: {fileID: 7934596196969132262} - m_Modifications: - - target: {fileID: 991446423622995247, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Text - value: NES/Famicon - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Pivot.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_RootOrder - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchorMax.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchorMax.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchorMin.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchorMin.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_SizeDelta.x - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_SizeDelta.y - value: 102 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalRotation.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalRotation.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalRotation.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchoredPosition.x - value: -50 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchoredPosition.y - value: -171 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2619187604372594158, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Sprite - value: - objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} - - target: {fileID: 3189920797946144379, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Name - value: NES/Famicon - objectReference: {fileID: 0} - - target: {fileID: 3380485461544738227, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Text - value: "\u4EFB\u5929\u5802NES ROM" - objectReference: {fileID: 0} - - target: {fileID: 6771349210554360888, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Sprite - value: - objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} - m_RemovedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} ---- !u!1001 &8173004073812833868 +--- !u!1001 &7553375082048335005 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 @@ -2357,248 +2374,250 @@ PrefabInstance: objectReference: {fileID: 21300000, guid: 8706af46c93329b4da3c86c0b13b886e, type: 3} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} ---- !u!224 &6749754238287620916 stripped +--- !u!224 &4905929412244550117 stripped RectTransform: m_CorrespondingSourceObject: {fileID: 3226730524206505336, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - m_PrefabInstance: {fileID: 8173004073812833868} + m_PrefabInstance: {fileID: 7553375082048335005} m_PrefabAsset: {fileID: 0} ---- !u!224 &7698628638704990353 stripped +--- !u!224 &8316363507104801344 stripped RectTransform: m_CorrespondingSourceObject: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - m_PrefabInstance: {fileID: 8173004073812833868} + m_PrefabInstance: {fileID: 7553375082048335005} m_PrefabAsset: {fileID: 0} ---- !u!1001 &8328108382099042342 +--- !u!1001 &7707851465888658123 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: - m_TransformParent: {fileID: 1294507970997967100} + m_TransformParent: {fileID: 7102897325704768026} m_Modifications: - - target: {fileID: 991446423622995247, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 991446423622995247, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_Text - value: NES + value: Other objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_Pivot.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_Pivot.y value: 0.5 objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_RootOrder - value: 0 + value: 5 objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_AnchorMax.x value: 0.5 objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_AnchorMax.y value: 0.5 objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_AnchorMin.x value: 0.5 objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_AnchorMin.y value: 0.5 objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_SizeDelta.x - value: 100 + value: 200 objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_SizeDelta.y - value: 102 + value: 203 objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_LocalPosition.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_LocalPosition.z value: 0 objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_LocalRotation.w value: 1 objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_LocalRotation.x - value: 0 + value: -0 objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_LocalRotation.y - value: 0 + value: -0 objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_LocalRotation.z - value: 0 + value: -0 objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_AnchoredPosition.x - value: -50 + value: -1084 objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_AnchoredPosition.y - value: -171 + value: -825 objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_LocalEulerAnglesHint.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_LocalEulerAnglesHint.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} - - target: {fileID: 2619187604372594158, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Sprite - value: - objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} - - target: {fileID: 3189920797946144379, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 3189920797946144379, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_Name - value: NES + value: Other objectReference: {fileID: 0} - - target: {fileID: 3380485461544738227, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Text - value: Nintendo Entertainment System / Family Computer - objectReference: {fileID: 0} - - target: {fileID: 6771349210554360888, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + - target: {fileID: 6771349210554360888, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_Sprite value: - objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} + objectReference: {fileID: 21300000, guid: 8706af46c93329b4da3c86c0b13b886e, type: 3} m_RemovedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} ---- !u!1001 &8885868109256555036 + m_SourcePrefab: {fileID: 100100000, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} +--- !u!224 &8164067366809091094 stripped +RectTransform: + m_CorrespondingSourceObject: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + m_PrefabInstance: {fileID: 7707851465888658123} + m_PrefabAsset: {fileID: 0} +--- !u!224 &5057661408586067891 stripped +RectTransform: + m_CorrespondingSourceObject: {fileID: 3226730524206505336, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + m_PrefabInstance: {fileID: 7707851465888658123} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &8788669544786051668 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: - m_TransformParent: {fileID: 5027635221341960750} - m_Modifications: - - target: {fileID: 991446423622995247, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Text - value: NES/Famicon - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Pivot.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_RootOrder - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchorMax.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchorMax.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchorMin.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchorMin.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_SizeDelta.x - value: 100 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_SizeDelta.y - value: 102 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalPosition.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalRotation.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalRotation.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalRotation.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchoredPosition.x - value: -50 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_AnchoredPosition.y - value: -291 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2619187604372594158, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Sprite - value: - objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} - - target: {fileID: 3189920797946144379, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Name - value: NES/Famicon - objectReference: {fileID: 0} - - target: {fileID: 3380485461544738227, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Text - value: "\u4EFB\u5929\u5802NES ROM" - objectReference: {fileID: 0} - - target: {fileID: 6771349210554360888, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} - propertyPath: m_Sprite - value: - objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} - m_RemovedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} ---- !u!1001 &9186367469527309855 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - m_TransformParent: {fileID: 8734429486311659298} + m_TransformParent: {fileID: 4905929412244550117} + m_Modifications: + - target: {fileID: 991446423622995247, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Text + value: NES/Famicon + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Pivot.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Pivot.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMax.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMax.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMin.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMin.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 100 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.y + value: 102 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.x + value: -50 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.y + value: -171 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1998281097548910301, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2619187604372594158, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Sprite + value: + objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} + - target: {fileID: 3189920797946144379, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Name + value: NES/Famicon + objectReference: {fileID: 0} + - target: {fileID: 3380485461544738227, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Text + value: "\u4EFB\u5929\u5802NES ROM" + objectReference: {fileID: 0} + - target: {fileID: 6771349210554360888, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Sprite + value: + objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} +--- !u!1001 &9132723466982478441 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 2033276478374529786} m_Modifications: - target: {fileID: 991446423622995247, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} propertyPath: m_Text diff --git a/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/MenuItemTemplate.prefab b/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/MenuItemTemplate.prefab index 641d7d3..b2d534f 100644 --- a/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/MenuItemTemplate.prefab +++ b/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/MenuItemTemplate.prefab @@ -131,10 +131,10 @@ MonoBehaviour: Descript: {fileID: 0} Root: {fileID: 8754483333502849411} ShadowIcon: {fileID: 0} + InfoNode: {fileID: 632697230221148209} SubMenuItemGroup: {fileID: 2060695589654091386} SelectScale: 1 UnSelectScale: 0.85 - m_progress: 0 --- !u!114 &5700455559359757662 MonoBehaviour: m_ObjectHideFlags: 0 @@ -166,6 +166,7 @@ GameObject: - component: {fileID: 6095356919362338847} - component: {fileID: 7651669947470814669} - component: {fileID: 991446423622995247} + - component: {fileID: 632697230221148209} m_Layer: 5 m_Name: Text m_TagString: Untagged @@ -234,6 +235,18 @@ MonoBehaviour: m_VerticalOverflow: 1 m_LineSpacing: 1 m_Text: NAME +--- !u!225 &632697230221148209 +CanvasGroup: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5340761592919397836} + m_Enabled: 1 + m_Alpha: 1 + m_Interactable: 1 + m_BlocksRaycasts: 1 + m_IgnoreParentGroups: 0 --- !u!1 &8218630550162509793 GameObject: m_ObjectHideFlags: 0 @@ -285,7 +298,6 @@ MonoBehaviour: m_EditorClassIdentifier: PulseInvoke_Delay: 0.4 PulseInvoke_Interval: 0.05 - m_listenControlAction: 0 m_menuItemRoot: {fileID: 3226730524206505336} SubMenuItemTemplate: {fileID: 2502609279043838113, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} alphaGroup: {fileID: 6355204462360987243} diff --git a/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/RomItemTemplate.prefab b/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/RomItemTemplate.prefab new file mode 100644 index 0000000..b8c04ec --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/RomItemTemplate.prefab @@ -0,0 +1,649 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &29419265480821815 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8126322204359135913} + - component: {fileID: 2718916271043989317} + - component: {fileID: 3380485461544738227} + m_Layer: 5 + m_Name: Descript + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &8126322204359135913 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 29419265480821815} + 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: 8789823129857705082} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 33} + m_Pivot: {x: 0, y: 1} +--- !u!222 &2718916271043989317 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 29419265480821815} + m_CullTransparentMesh: 1 +--- !u!114 &3380485461544738227 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 29419265480821815} + 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: 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_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 20 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 2 + m_MaxSize: 300 + m_Alignment: 3 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 1 + m_VerticalOverflow: 1 + m_LineSpacing: 1 + m_Text: 111111111111111111111111111111111111111111 +--- !u!1 &734025543935719296 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1323634865265500141} + - component: {fileID: 5792146190930927166} + - component: {fileID: 2619187604372594158} + - component: {fileID: 1779247868001543556} + - component: {fileID: 4496630961732192070} + - component: {fileID: 2059277597780235898} + m_Layer: 5 + m_Name: shadowIcon + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1323634865265500141 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 734025543935719296} + 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: 6087025893861054323} + 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 &5792146190930927166 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 734025543935719296} + m_CullTransparentMesh: 1 +--- !u!114 &2619187604372594158 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 734025543935719296} + 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: 0.4577373, b: 0, 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: 10907, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 0 + 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 &1779247868001543556 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 734025543935719296} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f8b2ed11d675446c5a49da1ea296d490, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 300 + m_EffectMaterial: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + m_EffectFactor: 0 + m_ColorFactor: 0 + m_BlurFactor: 0 + m_EffectMode: 0 + m_ColorMode: 1 + m_BlurMode: 3 + m_AdvancedBlur: 1 + m_ShadowBlur: 1 + m_ShadowStyle: 0 + m_ShadowColor: {r: 0, g: 0, b: 0, a: 1} + m_EffectDistance: {x: 1, y: -1} + m_UseGraphicAlpha: 1 + m_EffectColor: {r: 1, g: 1, b: 1, a: 1} + m_AdditionalShadows: [] +--- !u!114 &4496630961732192070 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 734025543935719296} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0848bff101191904ead4bb831f7084db, type: 3} + m_Name: + m_EditorClassIdentifier: + m_BlurFactor: 1 + m_Style: 3 + m_AdditionalShadows: [] + m_EffectColor: {r: 1, g: 1, b: 1, a: 0} + m_EffectDistance: {x: 8, y: 8} + m_UseGraphicAlpha: 0 +--- !u!95 &2059277597780235898 +Animator: + serializedVersion: 3 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 734025543935719296} + m_Enabled: 1 + m_Avatar: {fileID: 0} + m_Controller: {fileID: 9100000, guid: 0b3ccf7414d2ead43be0cd33b6e1b53c, type: 2} + m_CullingMode: 0 + m_UpdateMode: 0 + m_ApplyRootMotion: 0 + m_LinearVelocityBlending: 0 + m_WarningMessage: + m_HasTransformHierarchy: 1 + m_AllowConstantClipSamplingOptimization: 1 + m_KeepAnimatorControllerStateOnDisable: 0 +--- !u!1 &1776357407830023228 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6087025893861054323} + - component: {fileID: 7036072602178187444} + - component: {fileID: 6771349210554360888} + m_Layer: 5 + m_Name: Icon + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &6087025893861054323 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1776357407830023228} + 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: 1323634865265500141} + m_Father: {fileID: 8105925540140519754} + 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: 4, y: 4} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &7036072602178187444 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1776357407830023228} + m_CullTransparentMesh: 1 +--- !u!114 &6771349210554360888 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1776357407830023228} + 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: 0.4577373, b: 0, 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: 10907, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 0 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &3189920797946144379 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1998281097548910301} + - component: {fileID: 8404333486862214380} + - component: {fileID: 5700455559359757662} + m_Layer: 5 + m_Name: RomItemTemplate + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1998281097548910301 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3189920797946144379} + 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: 8754483333502849411} + 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: 500, y: 200} + m_Pivot: {x: 0, y: 0.5} +--- !u!114 &8404333486862214380 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3189920797946144379} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f236de3ffaafd4149a3b7395e05b8d07, type: 3} + m_Name: + m_EditorClassIdentifier: + Icon: {fileID: 6771349210554360888} + Txt: {fileID: 991446423622995247} + Descript: {fileID: 3380485461544738227} + Root: {fileID: 8754483333502849411} + ShadowIcon: {fileID: 2619187604372594158} + InfoNode: {fileID: 6788248266412682264} + SubMenuItemGroup: {fileID: 0} + SelectScale: 1 + UnSelectScale: 1 + m_romImage: {fileID: 67125096702760250} +--- !u!114 &5700455559359757662 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3189920797946144379} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 306cc8c2b49d7114eaa3623786fc2126, type: 3} + m_Name: + m_EditorClassIdentifier: + m_IgnoreLayout: 0 + m_MinWidth: -1 + m_MinHeight: -1 + m_PreferredWidth: 200 + m_PreferredHeight: 230 + m_FlexibleWidth: -1 + m_FlexibleHeight: -1 + m_LayoutPriority: 1 +--- !u!1 &3993825260653792697 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8789823129857705082} + - component: {fileID: 3252398029444565139} + - component: {fileID: 6788248266412682264} + m_Layer: 5 + m_Name: InfoNode + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &8789823129857705082 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3993825260653792697} + 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: 6095356919362338847} + - {fileID: 8126322204359135913} + m_Father: {fileID: 8754483333502849411} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 100, y: 0} + m_SizeDelta: {x: -200, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &3252398029444565139 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3993825260653792697} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 59f8146938fff824cb5fd77236b75775, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Padding: + m_Left: 20 + m_Right: 0 + m_Top: 0 + m_Bottom: 0 + m_ChildAlignment: 3 + m_Spacing: 0 + m_ChildForceExpandWidth: 0 + m_ChildForceExpandHeight: 1 + m_ChildControlWidth: 1 + m_ChildControlHeight: 0 + m_ChildScaleWidth: 0 + m_ChildScaleHeight: 0 + m_ReverseArrangement: 0 +--- !u!225 &6788248266412682264 +CanvasGroup: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3993825260653792697} + m_Enabled: 1 + m_Alpha: 1 + m_Interactable: 1 + m_BlocksRaycasts: 1 + m_IgnoreParentGroups: 0 +--- !u!1 &4643603390456494410 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8105925540140519754} + - component: {fileID: 1377401926964550360} + - component: {fileID: 67125096702760250} + m_Layer: 5 + m_Name: RomImage + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &8105925540140519754 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4643603390456494410} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 2} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 6087025893861054323} + m_Father: {fileID: 8754483333502849411} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.5} + m_AnchorMax: {x: 0, y: 0.5} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 200, y: 200} + m_Pivot: {x: 0, y: 0.5} +--- !u!222 &1377401926964550360 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4643603390456494410} + m_CullTransparentMesh: 1 +--- !u!114 &67125096702760250 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4643603390456494410} + 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: 0} + m_Type: 0 + 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!1 &5340761592919397836 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6095356919362338847} + - component: {fileID: 7651669947470814669} + - component: {fileID: 991446423622995247} + m_Layer: 5 + m_Name: Name + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &6095356919362338847 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5340761592919397836} + 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: 8789823129857705082} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 33} + m_Pivot: {x: 0, y: 1} +--- !u!222 &7651669947470814669 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5340761592919397836} + m_CullTransparentMesh: 1 +--- !u!114 &991446423622995247 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5340761592919397836} + 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: 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_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 20 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 2 + m_MaxSize: 300 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 1 + m_VerticalOverflow: 1 + m_LineSpacing: 1 + m_Text: NAME +--- !u!1 &8290338740711049006 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8754483333502849411} + m_Layer: 5 + m_Name: Root + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &8754483333502849411 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8290338740711049006} + 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: 8105925540140519754} + - {fileID: 8789823129857705082} + m_Father: {fileID: 1998281097548910301} + 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} diff --git a/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/RomItemTemplate.prefab.meta b/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/RomItemTemplate.prefab.meta new file mode 100644 index 0000000..a99c307 --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/RomItemTemplate.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e6df0d7c236795247971f0d1e691b068 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/SubMenuItemTemplate.prefab b/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/SubMenuItemTemplate.prefab index 63d2b92..ef042d9 100644 --- a/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/SubMenuItemTemplate.prefab +++ b/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/SubMenuItemTemplate.prefab @@ -353,6 +353,7 @@ MonoBehaviour: Descript: {fileID: 3380485461544738227} Root: {fileID: 8754483333502849411} ShadowIcon: {fileID: 2619187604372594158} + InfoNode: {fileID: 2621205976727769389} SubMenuItemGroup: {fileID: 0} SelectScale: 1 UnSelectScale: 1 @@ -387,6 +388,7 @@ GameObject: - component: {fileID: 8789823129857705082} - component: {fileID: 3252398029444565139} - component: {fileID: 4972426757569440742} + - component: {fileID: 2621205976727769389} m_Layer: 5 m_Name: InfoNode m_TagString: Untagged @@ -455,6 +457,18 @@ MonoBehaviour: m_EditorClassIdentifier: m_HorizontalFit: 2 m_VerticalFit: 2 +--- !u!225 &2621205976727769389 +CanvasGroup: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3993825260653792697} + m_Enabled: 1 + m_Alpha: 1 + m_Interactable: 1 + m_BlocksRaycasts: 1 + m_IgnoreParentGroups: 0 --- !u!1 &5340761592919397836 GameObject: m_ObjectHideFlags: 0 diff --git a/AxibugEmuOnline.Client/Assets/Scene/AxibugEmuOnline.Client.unity b/AxibugEmuOnline.Client/Assets/Scene/AxibugEmuOnline.Client.unity index 1a04aa1..97c57cb 100644 --- a/AxibugEmuOnline.Client/Assets/Scene/AxibugEmuOnline.Client.unity +++ b/AxibugEmuOnline.Client/Assets/Scene/AxibugEmuOnline.Client.unity @@ -389,6 +389,682 @@ PrefabInstance: m_Modification: m_TransformParent: {fileID: 444626646} m_Modifications: + - target: {fileID: 3406227244189230, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3406227244189230, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 34636015561071902, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 40878012214425897, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 40878012214425897, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 40878012214425897, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 40878012214425897, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 40878012214425897, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 49004032037732107, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 49004032037732107, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 49004032037732107, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 49004032037732107, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 99157472488201792, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 99157472488201792, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 99157472488201792, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 99157472488201792, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 153118576202270300, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 153118576202270300, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 153118576202270300, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 153118576202270300, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 192327019006738022, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 192327019006738022, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 200175573067837263, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 200175573067837263, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 200175573067837263, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 200175573067837263, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 200175573067837263, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 200175573067837263, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 200175573067837263, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 200175573067837263, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 233921967859849991, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 233921967859849991, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 233921967859849991, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 233921967859849991, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 233921967859849991, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 240129553035780751, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 240129553035780751, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 240129553035780751, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 240129553035780751, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 240129553035780751, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 401716359114677060, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 401716359114677060, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 401716359114677060, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 401716359114677060, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 433022863790592042, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 441342005228848893, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 441342005228848893, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 441342005228848893, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 441342005228848893, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 441342005228848893, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 470398674507094629, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 470398674507094629, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 518197953820974428, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 524187821178820115, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 524187821178820115, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 569676272805570630, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 589973759954311111, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 618662488162961174, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 619307432784490867, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 619307432784490867, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 619307432784490867, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 619307432784490867, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 619307432784490867, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 619307432784490867, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 619307432784490867, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 619307432784490867, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 662555397239230717, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 662555397239230717, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 662555397239230717, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 662555397239230717, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 662555397239230717, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 697210461069144058, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 697210461069144058, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 721360613119233492, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 721360613119233492, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 750091109859406940, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 750091109859406940, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 835012054774933685, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 835012054774933685, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 835012054774933685, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 835012054774933685, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 835012054774933685, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 890266134547603865, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 890266134547603865, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 890266134547603865, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 890266134547603865, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 914497764043504085, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 914497764043504085, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 914497764043504085, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 914497764043504085, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 923866919258407262, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 923866919258407262, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 923866919258407262, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 923866919258407262, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 923866919258407262, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 923866919258407262, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 923866919258407262, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 923866919258407262, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 953529741990480817, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 953529741990480817, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 953529741990480817, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 953529741990480817, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1027068791004699282, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 1043583208973615296, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1043583208973615296, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1043583208973615296, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1043583208973615296, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1043583208973615296, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1090488325254647854, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1090488325254647854, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1133489249955548342, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1133489249955548342, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1133489249955548342, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1133489249955548342, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1133489249955548342, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1156901415362355246, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1156901415362355246, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1156901415362355246, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1156901415362355246, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1156901415362355246, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1175532160769947473, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1175532160769947473, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1179811594811775043, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1179811594811775043, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1181051496592785113, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 1204225896920027398, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 1238619778639753651, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1238619778639753651, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1238619778639753651, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1238619778639753651, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1238619778639753651, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1326112290403454026, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1326112290403454026, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1445996818031096010, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1445996818031096010, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1445996818031096010, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1445996818031096010, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1445996818031096010, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1445996818031096010, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1445996818031096010, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1445996818031096010, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1458643075709820259, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1458643075709820259, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1458643075709820259, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1458643075709820259, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1489555883733070605, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1489555883733070605, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1489555883733070605, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1489555883733070605, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1489555883733070605, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1500750839261609561, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1500750839261609561, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1500750839261609561, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1500750839261609561, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1531908803257054983, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1531908803257054983, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1531908803257054983, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1531908803257054983, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1531908803257054983, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1566823836057998773, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 1572986587982750514, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1572986587982750514, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1572986587982750514, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1572986587982750514, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1629674684542189285, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 1637029546423003169, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1637029546423003169, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1637029546423003169, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1637029546423003169, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} - target: {fileID: 1639091784002085428, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_Pivot.x value: 0.5 @@ -477,819 +1153,3695 @@ PrefabInstance: propertyPath: m_Name value: LaunchUI objectReference: {fileID: 0} - - target: {fileID: 1998281097059823184, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 1642016887579810941, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 1998281097059823184, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 1642016887579810941, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMin.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 1998281097059823184, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 1642016887579810941, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 1998281097059823184, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097059823184, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 1642016887579810941, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchoredPosition.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 1998281097059823184, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 1642016887579810941, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchoredPosition.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 1998281097336862350, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 1642824103097128107, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 1998281097336862350, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 1642824103097128107, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMin.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 1998281097336862350, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 1642824103097128107, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 1998281097336862350, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097336862350, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 1642824103097128107, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchoredPosition.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 1998281097336862350, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 1642824103097128107, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchoredPosition.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 1998281097356219304, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 1649020787457963061, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 1998281097356219304, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 1649020787457963061, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMin.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 1998281097356219304, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 1649020787457963061, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 1998281097356219304, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281097356219304, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 1649020787457963061, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchoredPosition.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 1998281097356219304, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 1677235193057879239, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1677235193057879239, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1677235193057879239, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1677235193057879239, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1679007233451809853, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1679007233451809853, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1679007233451809853, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1679007233451809853, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1679007233451809853, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchoredPosition.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 1998281098051498942, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 1681768731411681302, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 1998281098051498942, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 1681768731411681302, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMin.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 1998281098051498942, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 1681768731411681302, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 1998281098051498942, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y + - target: {fileID: 1681768731411681302, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 1998281098051498942, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 1681768731411681302, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchoredPosition.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 1998281098287761723, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 1682474503969907215, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 1719315094730339017, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 1998281098287761723, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 1719315094730339017, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMin.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 1998281098287761723, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 1719315094730339017, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 1998281098287761723, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281098287761723, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 1719315094730339017, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchoredPosition.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 1998281098287761723, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 1719315094730339017, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchoredPosition.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 1998281098980671682, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281098980671682, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1998281098980671682, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 1733236379116382048, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 1998281098980671682, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 1733236379116382048, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 1998281098980671682, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 1798650210853293631, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1798650210853293631, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1798650210853293631, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1798650210853293631, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1798650210853293631, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1798650210853293631, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1798650210853293631, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchoredPosition.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 1998281098980671682, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 1798650210853293631, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchoredPosition.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 2619187603360459482, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 2619187603462688145, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 2619187603783674142, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 2619187603807591088, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 2619187603815251602, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 2619187603912160040, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 2619187604282177241, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 2619187604424494242, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 2619187604431348533, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 2619187604431955672, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 2619187604467276014, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 2619187604636193356, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 2619187604656765396, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 2619187605322872777, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 6095356917988970592, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6095356917988970592, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6095356917988970592, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 1816046693847512829, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356917988970592, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x + - target: {fileID: 1816046693847512829, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356918343923499, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 1829111296830262928, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356918343923499, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 1829111296830262928, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMin.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356918343923499, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 1829111296830262928, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356918343923499, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 1829111296830262928, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchoredPosition.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356918741742831, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 1829111296830262928, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1832282424158003586, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356918741742831, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 1832282424158003586, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMin.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356918741742831, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 1832282424158003586, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356918741742831, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 1832282424158003586, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchoredPosition.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356918836823873, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 1832282424158003586, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1971041133053827737, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356918836823873, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 1971041133053827737, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMin.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356918836823873, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 1971041133053827737, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356918836823873, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 1971041133053827737, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchoredPosition.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356918844384099, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 1971041133053827737, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2053546447465505236, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2053546447465505236, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2066857254629790627, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356918844384099, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 2066857254629790627, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMin.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356918844384099, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 2066857254629790627, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356918844384099, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 2066857254629790627, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchoredPosition.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356918865964761, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 2130970916053799622, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 2131944536444560862, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2131944536444560862, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2138597733355364236, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 2191863981994100421, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2191863981994100421, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2193480906569190126, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2193480906569190126, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2201218582412285663, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2201218582412285663, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2217270350156743863, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 2225337410642912282, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2225337410642912282, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2272333248972184575, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356918865964761, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 2272333248972184575, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMin.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356918865964761, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 2272333248972184575, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356918865964761, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 2272333248972184575, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchoredPosition.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356919078183973, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 2301828403844711032, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2301828403844711032, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2302565113258789550, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2302565113258789550, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2330376951895510996, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2330376951895510996, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2393217998944249340, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2393217998944249340, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2403873137727315905, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 2432610969361549810, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356919078183973, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 2432610969361549810, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMin.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356919078183973, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 2432610969361549810, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356919078183973, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 2432610969361549810, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchoredPosition.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356919080390589, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 2432610969361549810, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2439901639777336752, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2439901639777336752, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2472060685574607947, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356919080390589, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 2472060685574607947, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMin.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356919080390589, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 2472060685574607947, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356919080390589, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 2472060685574607947, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchoredPosition.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356919301253928, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 2476936754858971305, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 2489445294178507324, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 2514249768457677704, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 2634456039049805858, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2634456039049805858, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356919301253928, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 2634456039049805858, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2634456039049805858, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMin.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356919301253928, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 2634456039049805858, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356919301253928, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 2634456039049805858, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2634456039049805858, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchoredPosition.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356919419386665, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 2634456039049805858, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2648198470113422239, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356919419386665, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 2648198470113422239, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMin.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356919419386665, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 2648198470113422239, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356919419386665, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 2648198470113422239, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchoredPosition.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356919421042372, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 2665964712207216061, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356919421042372, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 2665964712207216061, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMin.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356919421042372, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 2665964712207216061, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356919421042372, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 2665964712207216061, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchoredPosition.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356919443607891, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 2665964712207216061, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2679983853380160758, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356919443607891, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 2679983853380160758, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMin.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356919443607891, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 2679983853380160758, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356919443607891, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 2679983853380160758, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchoredPosition.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356919517742367, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 2679983853380160758, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2760298270846686442, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356919517742367, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 2760298270846686442, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMin.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356919517742367, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 2760298270846686442, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356919517742367, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 2760298270846686442, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchoredPosition.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356919735904824, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 2760298270846686442, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2777577919969758041, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356919735904824, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 2777577919969758041, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMin.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356919735904824, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 2777577919969758041, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 6095356919735904824, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 2777577919969758041, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2777577919969758041, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2798710075447395071, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2798710075447395071, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2798710075447395071, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2798710075447395071, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2798710075447395071, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchoredPosition.x value: 0 objectReference: {fileID: 0} + - target: {fileID: 2798710075447395071, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2811491509624942649, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2811491509624942649, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2811491509624942649, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2811491509624942649, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2841347940747807153, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2841347940747807153, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2841347940747807153, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2841347940747807153, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2885589628758848303, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2885589628758848303, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2885589628758848303, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2885589628758848303, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2885589628758848303, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2945779601555483491, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2945779601555483491, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2945779601555483491, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2945779601555483491, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2945779601555483491, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2954248811525955361, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2954248811525955361, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2984459456225548551, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2984459456225548551, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2984459456225548551, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2984459456225548551, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2984459456225548551, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3038519392692507254, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3038519392692507254, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3038519392692507254, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3038519392692507254, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3083778165196364293, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 3112667805505017966, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 3119677798517643615, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3119677798517643615, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3119677798517643615, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3119677798517643615, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3119677798517643615, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3119677798517643615, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3119677798517643615, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3119677798517643615, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3164770875953044992, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3164770875953044992, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3164770875953044992, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3164770875953044992, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3174176201688062501, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3174176201688062501, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3220007247216295982, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 3238205554224866153, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 3269805401155797579, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3269805401155797579, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3269805401155797579, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3269805401155797579, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3297391023651175278, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3297391023651175278, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3349472216004669656, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3349472216004669656, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3349472216004669656, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3349472216004669656, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3349472216004669656, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3349472216004669656, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3349472216004669656, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3349472216004669656, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3419159875734553145, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3419159875734553145, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3423597175278686170, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 3427821077077734635, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 3443000977093474819, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3443000977093474819, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3443000977093474819, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3443000977093474819, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3490100636437549013, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3490100636437549013, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3490100636437549013, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3490100636437549013, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3490100636437549013, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3495581387584662767, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3495581387584662767, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3495581387584662767, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3495581387584662767, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3495581387584662767, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3505571176044274965, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 3522097001499011268, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 3529281694752137659, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3529281694752137659, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3529281694752137659, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3529281694752137659, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3536204075988411825, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3536204075988411825, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3536204075988411825, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3536204075988411825, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3568309785173930372, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3568309785173930372, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3568309785173930372, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3568309785173930372, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3568309785173930372, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3585504097492817862, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3585504097492817862, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3645925064171245259, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3645925064171245259, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3645925064171245259, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3645925064171245259, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3647084462571783709, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3647084462571783709, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3647084462571783709, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3647084462571783709, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3653280786151859843, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3653280786151859843, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3653280786151859843, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3653280786151859843, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3653280786151859843, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3667131101809893274, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3667131101809893274, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3667783449384680087, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3667783449384680087, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3667783449384680087, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3667783449384680087, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3667783449384680087, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3671139315862186815, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 3677092267905696416, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3677092267905696416, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3677092267905696416, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3677092267905696416, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3681636251888416369, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3681636251888416369, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3681636251888416369, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3681636251888416369, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3681636251888416369, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3682950542747307659, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3682950542747307659, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3682950542747307659, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3682950542747307659, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3714708656900776063, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3714708656900776063, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3714708656900776063, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3714708656900776063, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3773826936236421784, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3773826936236421784, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3773826936236421784, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3773826936236421784, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3816013369217587764, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 3839148232660270925, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 3846362222429577989, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3846362222429577989, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3846362222429577989, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3846362222429577989, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3913459583197489687, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 4087273627673421655, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4087273627673421655, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4107146071280976149, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4107146071280976149, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4107146071280976149, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4107146071280976149, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4107146071280976149, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4116341816119440673, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 4130525866321369350, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4130525866321369350, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4161057422245313084, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4161057422245313084, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4191175355611881634, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4191175355611881634, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4291588399859183696, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4291588399859183696, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4312622305616726345, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4312622305616726345, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4312622305616726345, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4312622305616726345, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4312622305616726345, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4313132262125022276, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4313132262125022276, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4372137351155879209, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 4385161766463132426, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 4409937897848118310, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4409937897848118310, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4409937897848118310, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4409937897848118310, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4412651356685136692, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4412651356685136692, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4412651356685136692, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4412651356685136692, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4431914520803664874, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4431914520803664874, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4431914520803664874, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4431914520803664874, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4431914520803664874, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4431914520803664874, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4431914520803664874, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4431914520803664874, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4443743953833788788, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 4525807529882151483, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 4543001004939315247, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4543001004939315247, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4543001004939315247, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4543001004939315247, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4591390797442490469, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 4616000372887537176, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4616000372887537176, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4624976239829120309, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4624976239829120309, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4624976239829120309, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4624976239829120309, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4625261065003928402, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4625261065003928402, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4626517251528244298, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 4641097423396305124, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4641097423396305124, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4641097423396305124, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4641097423396305124, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4693100699525061362, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4693100699525061362, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4693100699525061362, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4693100699525061362, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4693100699525061362, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4745994877209163840, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 4756509013223109026, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4756509013223109026, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4756509013223109026, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4756509013223109026, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4756509013223109026, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4772890008583173838, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4772890008583173838, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4772890008583173838, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4772890008583173838, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4779229685932612588, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 4780248205263442746, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 4817357265323244687, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4817357265323244687, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4817357265323244687, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4817357265323244687, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4817357265323244687, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4817357265323244687, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4817357265323244687, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4817357265323244687, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4846854214708657550, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 4857082779739561251, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4857082779739561251, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4883624274051018056, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4883624274051018056, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4883624274051018056, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4883624274051018056, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4883624274051018056, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4884593611568127825, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 4887056422740349818, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 4911459961146482241, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4911459961146482241, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4911459961146482241, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4911459961146482241, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4911459961146482241, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4916527944583137221, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4916527944583137221, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4916527944583137221, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4916527944583137221, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4940840730770796393, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 4971050220681245086, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4971050220681245086, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4971050220681245086, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4971050220681245086, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4971050220681245086, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5010627418755130044, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5010627418755130044, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5010627418755130044, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5010627418755130044, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5021286960201105140, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 5080431107160569830, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5080431107160569830, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5080431107160569830, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5080431107160569830, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5196302213928471585, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5196302213928471585, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5264141730296192385, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5264141730296192385, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5264141730296192385, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5264141730296192385, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5264141730296192385, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5274441444257697995, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5274441444257697995, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5274441444257697995, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5274441444257697995, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5274441444257697995, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5320673927685433012, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5320673927685433012, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5320673927685433012, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5320673927685433012, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5320673927685433012, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5320673927685433012, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5320673927685433012, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5320673927685433012, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5327222895281268944, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5327222895281268944, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5327222895281268944, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5327222895281268944, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5356791555700066546, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5356791555700066546, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5356791555700066546, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5356791555700066546, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5356791555700066546, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5356791555700066546, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5356791555700066546, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5356791555700066546, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5357617111132228592, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5357617111132228592, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5357617111132228592, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5357617111132228592, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5357617111132228592, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5403150817548401563, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5403150817548401563, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5422128147603072881, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5422128147603072881, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5432371391098630219, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5432371391098630219, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5432371391098630219, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5432371391098630219, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5432371391098630219, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5432371391098630219, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5432371391098630219, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5432371391098630219, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5482304105380253435, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5482304105380253435, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5482304105380253435, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5482304105380253435, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5504177390268371160, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5504177390268371160, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5504177390268371160, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5504177390268371160, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5554281658211682450, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5554281658211682450, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5576985175553628293, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5576985175553628293, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5576985175553628293, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5576985175553628293, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5576985175553628293, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5602883360034219853, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5602883360034219853, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5616785789115379397, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 5619657574404506071, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 5620723323384772554, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5620723323384772554, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5620723323384772554, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5620723323384772554, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5641349064486749319, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5641349064486749319, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5641349064486749319, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5641349064486749319, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5641349064486749319, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5641349064486749319, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5726839812707417492, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5726839812707417492, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5726839812707417492, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5726839812707417492, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5738643180428940164, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5738643180428940164, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5738643180428940164, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5738643180428940164, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5738643180428940164, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5738643180428940164, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5738643180428940164, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5738643180428940164, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5748225577351206366, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 5877885863700251184, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5877885863700251184, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5877885863700251184, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5877885863700251184, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5877885863700251184, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5920649366987929209, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5920649366987929209, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5920649366987929209, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5920649366987929209, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5927439299127855053, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5927439299127855053, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5927439299127855053, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5927439299127855053, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5944947176127973818, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 5949799606514191704, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5949799606514191704, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5949799606514191704, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5949799606514191704, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5952966795682013037, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5952966795682013037, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5952966795682013037, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5952966795682013037, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5952966795682013037, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6014735766331418369, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6014735766331418369, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6014735766331418369, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6014735766331418369, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6014735766331418369, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6029833408079417883, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6029833408079417883, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6029833408079417883, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6029833408079417883, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6029833408079417883, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6044500510896800518, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6044500510896800518, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6056916637471487598, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 6117096139377201753, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6117096139377201753, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6117096139377201753, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6117096139377201753, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6117096139377201753, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6140498587467013762, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6140498587467013762, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6166134521242750547, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6166134521242750547, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6314126980325069888, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 6325969011847425480, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 6440619644326273859, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6440619644326273859, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6440619644326273859, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6440619644326273859, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6440619644326273859, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6440619644326273859, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6455234829681821530, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6455234829681821530, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6455234829681821530, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6455234829681821530, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6455234829681821530, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6455234829681821530, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6455234829681821530, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6455234829681821530, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6486854764135008244, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6486854764135008244, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6486854764135008244, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6486854764135008244, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6504716435365376466, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6504716435365376466, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6526704200951727304, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6526704200951727304, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6548135301720020437, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6548135301720020437, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6548135301720020437, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6548135301720020437, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6548135301720020437, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6549582567717293959, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 6567851022601749489, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 6602532893062203838, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6602532893062203838, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6628275064978015647, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6628275064978015647, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6628275064978015647, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6628275064978015647, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6632299785478867025, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6632299785478867025, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6632299785478867025, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6632299785478867025, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6632299785478867025, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6646852519617560216, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6646852519617560216, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6646852519617560216, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6646852519617560216, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6656870464158244319, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6656870464158244319, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6656870464158244319, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6656870464158244319, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6678633467165464704, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6678633467165464704, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6678633467165464704, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6678633467165464704, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6678633467165464704, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6750501517259202490, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 6762592355408249994, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6762592355408249994, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6848225472053602290, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 6867207202197180971, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6867207202197180971, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6867207202197180971, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6867207202197180971, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6871409972276848922, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6871409972276848922, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6871409972276848922, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6871409972276848922, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6889143730318294432, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6889143730318294432, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6889143730318294432, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6889143730318294432, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6889143730318294432, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6889143730318294432, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6889143730318294432, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6889143730318294432, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6947493134709626227, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6947493134709626227, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6947493134709626227, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6947493134709626227, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6947493134709626227, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6951432467547770103, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6951432467547770103, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6951432467547770103, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6951432467547770103, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6966444071689184040, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6966444071689184040, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6966444071689184040, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6966444071689184040, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6993654190720373949, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6993654190720373949, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7023849378472954526, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7023849378472954526, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7044168073278689247, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7044168073278689247, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7044168073278689247, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7044168073278689247, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7044168073278689247, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7044168073278689247, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7044168073278689247, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7044168073278689247, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7050423943031074826, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7050423943031074826, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7050423943031074826, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7050423943031074826, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7050423943031074826, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7067666470844299761, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7067666470844299761, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} - target: {fileID: 7102897325704768026, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 8126322202762916309, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 7120227307857093968, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 8126322202762916309, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 7120227307857093968, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMin.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 8126322202762916309, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 7120227307857093968, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 8126322202762916309, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 7120227307857093968, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchoredPosition.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 8126322202762916309, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 7120227307857093968, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchoredPosition.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 8126322202770462199, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322202770462199, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322202770462199, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 7164212531970159535, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 8126322202770462199, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322202770462199, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322202798712409, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322202798712409, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322202798712409, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322202798712409, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322202798712409, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322202942667887, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322202942667887, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322202942667887, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322202942667887, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322202942667887, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322203498522013, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322203498522013, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322203498522013, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322203498522013, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322203498522013, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322203652129494, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322203652129494, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322203652129494, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322203652129494, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322203652129494, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322204220471438, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322204220471438, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322204220471438, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322204220471438, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322204220471438, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322204453796254, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322204453796254, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322204453796254, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322204453796254, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322204453796254, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322204539279273, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322204539279273, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322204539279273, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322204539279273, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322204539279273, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322204568890482, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322204568890482, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322204568890482, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322204568890482, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322204568890482, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322204570544543, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322204570544543, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322204570544543, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322204570544543, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322204570544543, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322204579857381, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322204579857381, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322204579857381, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322204579857381, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322204579857381, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322204609754771, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322204609754771, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322204609754771, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322204609754771, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322204609754771, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322204640828683, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322204640828683, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322204640828683, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322204640828683, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8126322204640828683, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8789823128023345852, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8789823128023345852, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 7164212531970159535, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 8789823128163561610, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 7214075022279533480, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 7221818509540043346, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7221818509540043346, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7221818509540043346, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 8789823128163561610, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 7221818509540043346, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7221818509540043346, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7232011863133813007, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7232011863133813007, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7232011863133813007, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7232011863133813007, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7232011863133813007, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7232011863133813007, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 8789823128254317348, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 7232011863133813007, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7232011863133813007, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7241303648932669315, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7241303648932669315, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7241303648932669315, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 8789823128254317348, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 7241303648932669315, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7241303648932669315, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7242544379749002421, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7242544379749002421, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 8789823128262010630, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 7273335161854853266, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 7285250910540381891, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 7309428056696408132, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7309428056696408132, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7309428056696408132, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 8789823128262010630, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 7309428056696408132, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7362338957483928004, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 7373504817637270292, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7373504817637270292, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7373504817637270292, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7373504817637270292, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7380773082620863608, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7380773082620863608, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7380773082620863608, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7380773082620863608, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7380773082620863608, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7384164373443343824, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 7460366064175315254, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 7464556165653135358, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7464556165653135358, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7464556165653135358, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7464556165653135358, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7508542929729946222, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7508542929729946222, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7508542929729946222, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7508542929729946222, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7508542929729946222, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7513269330782903373, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7513269330782903373, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7513269330782903373, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7513269330782903373, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7513269330782903373, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7558698604355577561, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7558698604355577561, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 8789823128579240782, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 7580717434576013875, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7580717434576013875, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7580717434576013875, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 8789823128579240782, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 7580717434576013875, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7580717434576013875, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7590732921204982688, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7590732921204982688, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 8789823129017013253, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 7661082813741393276, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7661082813741393276, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7661082813741393276, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 8789823129017013253, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 7661082813741393276, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7661082813741393276, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7698628638704990353, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7698628638704990353, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7698628638704990353, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7698628638704990353, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 8789823129434353245, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 7698628638704990353, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7698628638704990353, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7721600060051468066, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7721600060051468066, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7721600060051468066, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 8789823129434353245, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 7721600060051468066, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7721600060051468066, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7768146355591571667, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7768146355591571667, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7768146355591571667, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7768146355591571667, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7768146355591571667, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7768146355591571667, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 8789823129648036513, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 7768146355591571667, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7768146355591571667, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7777125493811704707, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 8789823129648036513, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 7777125493811704707, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 8789823129650708300, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 7809457627453591122, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 7855626603435785345, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 8789823129650708300, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 7855626603435785345, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 8789823129674732854, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 7873277452624294224, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 8789823129674732854, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 7873277452624294224, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 8789823129753125242, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 7880328672092131127, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7880328672092131127, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7880328672092131127, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 8789823129753125242, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 7880328672092131127, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7882395165139780221, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7882395165139780221, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7882395165139780221, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7882395165139780221, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7908154713993689702, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7908154713993689702, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7908154713993689702, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7908154713993689702, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7908154713993689702, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7929541863062280518, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7929541863062280518, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7929541863062280518, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7929541863062280518, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7940016997396587124, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7940016997396587124, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7940016997396587124, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7940016997396587124, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7940016997396587124, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7940016997396587124, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 8789823129800814413, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 7940016997396587124, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7940016997396587124, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8018312661105640974, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 8020912512364835499, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 8789823129800814413, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 8020912512364835499, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 8789823130110419008, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 8091677092428539755, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8091677092428539755, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8091677092428539755, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8091677092428539755, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8091677092428539755, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 8789823130110419008, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 8091677092428539755, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 8789823130121014232, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 8091677092428539755, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8091677092428539755, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8097523829629805306, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 8121461999893741807, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8121461999893741807, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8121461999893741807, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 8789823130121014232, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + - target: {fileID: 8121461999893741807, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8146241143744534970, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8146241143744534970, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8164067366809091094, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8164067366809091094, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8164067366809091094, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8164067366809091094, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8164067366809091094, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8164067366809091094, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8164067366809091094, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8164067366809091094, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8165846790975224573, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8165846790975224573, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8191608876237308849, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 8224012529976088142, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8224012529976088142, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8228236724166389119, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8228236724166389119, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8266721992194828683, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8266721992194828683, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8266721992194828683, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8266721992194828683, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8266721992194828683, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8266721992194828683, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8273617628136676269, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 8316363507104801344, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8316363507104801344, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8316363507104801344, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8316363507104801344, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8316363507104801344, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8316363507104801344, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8316363507104801344, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8316363507104801344, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8456943212019156661, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 8485628473532551302, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8485628473532551302, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8485628473532551302, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8485628473532551302, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8485628473532551302, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8508160117786088827, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8508160117786088827, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8508160117786088827, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8508160117786088827, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8508160117786088827, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8537469286959621327, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8537469286959621327, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8537469286959621327, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8537469286959621327, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8537469286959621327, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8543586120459977210, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8543586120459977210, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8557014218706280430, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8557014218706280430, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8557014218706280430, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8557014218706280430, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8557014218706280430, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8560322463314972123, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8560322463314972123, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8560322463314972123, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8560322463314972123, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8586625475776394679, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8586625475776394679, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8586625475776394679, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8586625475776394679, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8604486938666255249, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8604486938666255249, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8646688797522034861, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8646688797522034861, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8646688797522034861, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8646688797522034861, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8660567516781530985, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8660567516781530985, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8660567516781530985, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8660567516781530985, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8660567516781530985, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8661677236298383803, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8661677236298383803, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8661677236298383803, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8661677236298383803, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8661677236298383803, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8661677236298383803, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8661677236298383803, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8661677236298383803, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8672764841290881767, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8672764841290881767, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8672764841290881767, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8672764841290881767, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8678204527382047790, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8678204527382047790, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8678204527382047790, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8678204527382047790, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8678204527382047790, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8718465230718569014, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8718465230718569014, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8718465230718569014, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8718465230718569014, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8866838731695242156, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8866838731695242156, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8866838731695242156, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8866838731695242156, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8866838731695242156, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8871045352414396573, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8871045352414396573, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8871045352414396573, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8871045352414396573, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8871045352414396573, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8970824326689350692, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 8977059133605215336, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 9076347345614870080, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} + - target: {fileID: 9103041646197249346, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9103041646197249346, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9103041646197249346, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9103041646197249346, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9103041646197249346, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9119462083753822051, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9119462083753822051, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9119462083753822051, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9119462083753822051, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9164484260023059368, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9164484260023059368, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9171273296746213916, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9171273296746213916, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9200059237930489641, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9200059237930489641, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9200059237930489641, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9200059237930489641, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9200059237930489641, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9222624874804545853, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9222624874804545853, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.y value: 0 objectReference: {fileID: 0} diff --git a/AxibugEmuOnline.Client/Assets/Script/AppAxibugEmuOnline.cs b/AxibugEmuOnline.Client/Assets/Script/AppAxibugEmuOnline.cs index f5b21d4..dc62738 100644 --- a/AxibugEmuOnline.Client/Assets/Script/AppAxibugEmuOnline.cs +++ b/AxibugEmuOnline.Client/Assets/Script/AppAxibugEmuOnline.cs @@ -1,11 +1,12 @@ using AxibugEmuOnline.Client.Manager; using AxibugEmuOnline.Client.Network; +using System; using System.Collections; using UnityEngine; namespace AxibugEmuOnline.Client.ClientCore { - public class AppAxibugEmuOnline + public static class AppAxibugEmuOnline { public static string TokenStr; public static long RID = -1; @@ -18,7 +19,7 @@ namespace AxibugEmuOnline.Client.ClientCore public static UserDataManager user; public static AppNetGame netgame; public static AppEmu emu; - public static RomLib romLib; + public static RomLib nesRomLib; public static HttpAPI httpAPI; private static CoroutineRunner coRunner; @@ -34,14 +35,30 @@ namespace AxibugEmuOnline.Client.ClientCore user = new UserDataManager(); emu = new AppEmu(); netgame = new AppNetGame(); - romLib = new RomLib(); httpAPI = new HttpAPI(); + nesRomLib = new RomLib(EnumPlatform.NES); var go = new GameObject("[AppAxibugEmuOnline]"); GameObject.DontDestroyOnLoad(go); coRunner = go.AddComponent(); + + StartCoroutine(AppTickFlow()); } + private static IEnumerator AppTickFlow() + { + while (true) + { + Tick(); + yield return null; + } + } + + private static void Tick() + { + nesRomLib.ExecuteFetchRomInfo(); + } + public static Coroutine StartCoroutine(IEnumerator itor) { return coRunner.StartCoroutine(itor); diff --git a/AxibugEmuOnline.Client/Assets/Script/Manager/HttpAPI.cs b/AxibugEmuOnline.Client/Assets/Script/Manager/HttpAPI.cs index a1593d9..4eebe39 100644 --- a/AxibugEmuOnline.Client/Assets/Script/Manager/HttpAPI.cs +++ b/AxibugEmuOnline.Client/Assets/Script/Manager/HttpAPI.cs @@ -12,6 +12,8 @@ namespace AxibugEmuOnline.Client public string WebSite = "http://emu.axibug.com/api"; public string DownSite = "http://emu.axibug.com"; + public delegate void GetRomListAPI(Action callback, int page, int pageSize = 10); + public void GetNesRomList(Action callback, int page, int pageSize = 10) { AppAxibugEmuOnline.StartCoroutine(GetNesRomListFlow(page, pageSize, callback)); @@ -66,6 +68,7 @@ namespace AxibugEmuOnline.Client [Serializable] public class Resp_RomInfo { + public int orderid; public int id; public string romName; public string gType; diff --git a/AxibugEmuOnline.Client/Assets/Script/Manager/RomLib/RomFile.cs b/AxibugEmuOnline.Client/Assets/Script/Manager/RomLib/RomFile.cs index 84c22cc..193d26a 100644 --- a/AxibugEmuOnline.Client/Assets/Script/Manager/RomLib/RomFile.cs +++ b/AxibugEmuOnline.Client/Assets/Script/Manager/RomLib/RomFile.cs @@ -15,23 +15,42 @@ namespace AxibugEmuOnline.Client private string fileName; private EnumPlatform platform; + /// 指示该Rom文件的存放路径 public string LocalFilePath => $"{CoreSupporter.PersistentDataPath}/RemoteRoms/{platform}/{fileName}"; - public bool FileReady => hasLocalFile; - public int ID => webData != null ? webData.id : -1; + /// 指示该Rom文件是å¦å·²ä¸‹è½½å®Œæ¯• + public bool RomReady => hasLocalFile; + /// 指示是å¦æ­£åœ¨ä¸‹è½½Rom文件 public bool IsDownloading { get; private set; } + + /// 指示该Romä¿¡æ¯æ˜¯å¦å·²å¡«å…… + public bool InfoReady => webData != null; + /// 唯一标识 + public int ID => webData != null ? webData.id : -1; + /// 别å public string Alias => webData.romName; + /// æè¿° + public string Descript => webData.desc; + + /// 文件å public string FileName => fileName; + /// 在查询结果中的索引 + public int Index { get; private set; } + /// 在查询结果中的所在页 + public int Page { get; private set; } public event Action OnDownloadOver; + public event Action OnInfoFilled; - public RomFile(EnumPlatform platform) + public RomFile(EnumPlatform platform, int index, int insidePage) { this.platform = platform; + Index = index; + Page = insidePage; } public void BeginDownload() { - if (FileReady) return; + if (RomReady) return; if (IsDownloading) return; IsDownloading = true; @@ -54,7 +73,7 @@ namespace AxibugEmuOnline.Client public byte[] GetRomFileData() { if (webData == null) throw new Exception("Not Valid Rom"); - if (!FileReady) throw new Exception("Rom File Not Downloaded"); + if (!RomReady) throw new Exception("Rom File Not Downloaded"); var bytes = File.ReadAllBytes(LocalFilePath); if (Path.GetExtension(LocalFilePath).ToLower() == ".zip") @@ -118,6 +137,8 @@ namespace AxibugEmuOnline.Client { hasLocalFile = false; } + + OnInfoFilled?.Invoke(); } } } diff --git a/AxibugEmuOnline.Client/Assets/Script/Manager/RomLib/RomLib.cs b/AxibugEmuOnline.Client/Assets/Script/Manager/RomLib/RomLib.cs index 638dc02..ebc5a6d 100644 --- a/AxibugEmuOnline.Client/Assets/Script/Manager/RomLib/RomLib.cs +++ b/AxibugEmuOnline.Client/Assets/Script/Manager/RomLib/RomLib.cs @@ -1,52 +1,93 @@ using AxibugEmuOnline.Client.ClientCore; using System; using System.Collections.Generic; +using static AxibugEmuOnline.Client.HttpAPI; namespace AxibugEmuOnline.Client { public class RomLib { + /// Rom请求,ä¸€é¡µçš„å¤§å° + private const int PAGE_SIZE = 10; + + /// 请求指令 + private HashSet FetchPageCmd = new HashSet(); + private RomFile[] nesRomFetchList; private Dictionary nesRomFileIdMapper = new Dictionary(); private Dictionary nesRomFileNameMapper = new Dictionary(); + private HttpAPI.GetRomListAPI m_romGetFunc; + private EnumPlatform m_platform; - public RomFile GetNesRomFile(string romFileName) + public RomLib(EnumPlatform platform) + { + m_platform = platform; + switch (platform) + { + case EnumPlatform.NES: + m_romGetFunc = AppAxibugEmuOnline.httpAPI.GetNesRomList; + break; + } + } + + public RomFile GetRomFile(string romFileName) { RomFile romFile; nesRomFileNameMapper.TryGetValue(romFileName, out romFile); return romFile; } - public void GetNesRomFile(int page, int pageSize, Action> callback) + /// + /// 获得所有Rom文件 + /// + /// + public void FetchRomCount(Action callback) { - AppAxibugEmuOnline.httpAPI.GetNesRomList((romList) => + m_romGetFunc((romList) => { - if (romList == null) + FetchPageCmd.Clear(); + nesRomFileIdMapper.Clear(); + nesRomFileNameMapper.Clear(); + nesRomFetchList = new RomFile[romList.resultAllCount]; + for (int i = 0; i < nesRomFetchList.Length; i++) { - callback.Invoke(null); + //以åŽè€ƒè™‘用对象池实例化RomFile + nesRomFetchList[i] = new RomFile(m_platform, i, i / PAGE_SIZE); } - else - { - List result = new List(); - for (int i = 0; i < romList.gameList.Count; i++) - { - var webData = romList.gameList[i]; - RomFile targetRomFile; - nesRomFileIdMapper.TryGetValue(webData.id, out targetRomFile); - if (targetRomFile == null) - { - targetRomFile = new RomFile(EnumPlatform.NES); - targetRomFile.SetWebData(webData); - nesRomFileIdMapper[webData.id] = targetRomFile; + SaveRomInfoFromWeb(romList); - nesRomFileNameMapper[targetRomFile.FileName] = targetRomFile; - } + callback.Invoke(nesRomFetchList); + }, 0, PAGE_SIZE); + } - result.Add(targetRomFile); - } + public void BeginFetchRomInfo(RomFile romFile) + { + if (romFile.InfoReady) return; - callback(result); - } - }, page, pageSize); + FetchPageCmd.Add(romFile.Page); + } + + public void ExecuteFetchRomInfo() + { + if (FetchPageCmd.Count == 0) return; + + foreach (var pageNo in FetchPageCmd) + { + m_romGetFunc(SaveRomInfoFromWeb, pageNo, PAGE_SIZE); + } + FetchPageCmd.Clear(); + } + + private void SaveRomInfoFromWeb(Resp_GameList resp) + { + for (int i = 0; i < resp.gameList.Count; i++) + { + var webData = resp.gameList[i]; + RomFile targetRomFile = nesRomFetchList[webData.orderid]; + + targetRomFile.SetWebData(webData); + nesRomFileIdMapper[webData.id] = nesRomFetchList[webData.orderid]; + nesRomFileNameMapper[targetRomFile.FileName] = targetRomFile; + } } public static string CalcHash(byte[] data) diff --git a/AxibugEmuOnline.Client/Assets/Script/NesEmulator/CoreSupporter.cs b/AxibugEmuOnline.Client/Assets/Script/NesEmulator/CoreSupporter.cs index 46ce0f8..3a23b53 100644 --- a/AxibugEmuOnline.Client/Assets/Script/NesEmulator/CoreSupporter.cs +++ b/AxibugEmuOnline.Client/Assets/Script/NesEmulator/CoreSupporter.cs @@ -20,7 +20,7 @@ namespace AxibugEmuOnline.Client { try { - var romFile = AppAxibugEmuOnline.romLib.GetNesRomFile(fname); + var romFile = AppAxibugEmuOnline.nesRomLib.GetRomFile(fname); var bytes = romFile.GetRomFileData(); Debug.Log($"Open {romFile.Alias}"); return new MemoryStream(bytes); @@ -34,7 +34,7 @@ namespace AxibugEmuOnline.Client public void GetRomPathInfo(string fname, out string fullPath, out string directPath) { - var romFile = AppAxibugEmuOnline.romLib.GetNesRomFile(fname); + var romFile = AppAxibugEmuOnline.nesRomLib.GetRomFile(fname); UnityEngine.Debug.Assert(romFile != null); fullPath = romFile.LocalFilePath; diff --git a/AxibugEmuOnline.Client/Assets/Script/NesEmulator/NesEmulator.cs b/AxibugEmuOnline.Client/Assets/Script/NesEmulator/NesEmulator.cs index c5699c4..c841f58 100644 --- a/AxibugEmuOnline.Client/Assets/Script/NesEmulator/NesEmulator.cs +++ b/AxibugEmuOnline.Client/Assets/Script/NesEmulator/NesEmulator.cs @@ -84,38 +84,6 @@ namespace AxibugEmuOnline.Client UnityEditor.EditorUtility.SetDirty(db); UnityEditor.AssetDatabase.SaveAssets(); } - - [ContextMenu("LoadRom")] - public void LoadRom() - { - AppAxibugEmuOnline.romLib.GetNesRomFile(0, 10, (romFiles) => - { - if (romFiles == null) return; - - var file = romFiles[2]; - - if (file.FileReady) - { - StartGame(file); - } - else - { - file.BeginDownload(); - Action action = null; - action = () => - { - file.OnDownloadOver -= action; - if (!file.FileReady) - { - throw new Exception("Download Failed"); - } - StartGame(file); - }; - file.OnDownloadOver += action; - } - - }); - } #endif } } diff --git a/AxibugEmuOnline.Client/Assets/Script/UI/Game_NES.cs b/AxibugEmuOnline.Client/Assets/Script/UI/Game_NES.cs new file mode 100644 index 0000000..f586a66 --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/Script/UI/Game_NES.cs @@ -0,0 +1,57 @@ +using AxibugEmuOnline.Client.UI; +using DG.Tweening; +using DG.Tweening.Core; +using DG.Tweening.Plugins.Options; +using UnityEngine; +using App = AxibugEmuOnline.Client.ClientCore.AppAxibugEmuOnline; + +namespace AxibugEmuOnline.Client +{ + public class Game_NES : MenuItem + { + [SerializeField] + ItemPresent RomGroup; + [SerializeField] + CanvasGroup RomGroupRoot; + private TweenerCore m_showTween; + + private void Awake() + { + RomGroupRoot.gameObject.SetActive(false); + RomGroupRoot.alpha = 0; + } + + public override void OnEnterItem() + { + RomGroupRoot.gameObject.SetActive(true); + RomGroupRoot.alpha = 0; + + if (m_showTween != null) + { + m_showTween.Kill(); + m_showTween = null; + } + m_showTween = DOTween.To(() => RomGroupRoot.alpha, (x) => RomGroupRoot.alpha = x, 1, 0.2f); + + App.nesRomLib.FetchRomCount((roms) => + { + RomGroup.UpdateDependencyProperty(App.nesRomLib); + RomGroup.SetData(roms); + }); + } + + public override void OnExitItem() + { + if (m_showTween != null) + { + m_showTween.Kill(); + m_showTween = null; + } + m_showTween = DOTween.To(() => RomGroupRoot.alpha, (x) => RomGroupRoot.alpha = x, 0, 0.2f) + .OnComplete(() => + { + RomGroupRoot.gameObject.SetActive(false); + }); + } + } +} diff --git a/AxibugEmuOnline.Client/Assets/Script/UI/Game_NES.cs.meta b/AxibugEmuOnline.Client/Assets/Script/UI/Game_NES.cs.meta new file mode 100644 index 0000000..6eaf4ac --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/Script/UI/Game_NES.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: e2f2e38adaa854144b67512333b1b363 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent.meta b/AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent.meta new file mode 100644 index 0000000..bde384f --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fb61074022db71f4a881a1c7fd10517e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent/GameObjectPool.cs b/AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent/GameObjectPool.cs new file mode 100644 index 0000000..1cf4dc4 --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent/GameObjectPool.cs @@ -0,0 +1,58 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public static class GameObjectPool +{ + private static GameObject PoolAttach; + private static Dictionary> s_poolMap = new Dictionary>(); + private static Dictionary s_instanceToSrc = new Dictionary(); + public static GameObject GetInstance(GameObject prefabSrc, Transform parent) + { + if (PoolAttach == null) + { + PoolAttach = new GameObject("[GameObjectPool]"); + PoolAttach.transform.localScale = Vector3.zero; + GameObject.DontDestroyOnLoad(PoolAttach); + } + + if (!s_poolMap.ContainsKey(prefabSrc)) s_poolMap[prefabSrc] = new Queue(); + + GameObject instance = null; + var pool = s_poolMap[prefabSrc]; + if (pool.Count > 0) + { + instance = pool.Dequeue(); + instance.transform.SetParent(parent, true); + instance.transform.localScale = prefabSrc.transform.localScale; + instance.transform.localRotation = prefabSrc.transform.localRotation; + instance.transform.localPosition = prefabSrc.transform.localPosition; + } + else + { + instance = GameObject.Instantiate(prefabSrc, parent); + s_instanceToSrc[instance] = prefabSrc; + } + + //instance.SetActive(true); + return instance; + } + + public static void Release(GameObject instance) + { + s_instanceToSrc.TryGetValue(instance, out var src); + if (src != null && s_poolMap.TryGetValue(src, out var pool)) + { + pool.Enqueue(instance); + //instance.SetActive(false); + if (instance == null) return; + if (PoolAttach == null) return; + + instance.transform.SetParent(PoolAttach.transform, true); + } + else + { + GameObject.Destroy(instance); + } + } +} diff --git a/AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent/GameObjectPool.cs.meta b/AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent/GameObjectPool.cs.meta new file mode 100644 index 0000000..f07624a --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent/GameObjectPool.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: b7775611896d42b429b31897cff4c6f7 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent/ItemPresent.cs b/AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent/ItemPresent.cs new file mode 100644 index 0000000..1c09858 --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent/ItemPresent.cs @@ -0,0 +1,542 @@ +using System; +using System.Collections; +using System.Collections.Generic; +using UnityEngine; +using UnityEngine.UI; + +public class ItemPresent : GridLayoutGroup, IVirtualLayout +{ + public RectTransform ItemTemplate; + public RectTransform ViewRect; + + private Dictionary _cacheItemScripts = new Dictionary(); + private List _dataList; + private object _dependencyProperty; + private Vector2 _layoutCellsize; + + public Action OnItemDelayShowPorcessComplete; + + +#if UNITY_EDITOR + public int EditorOnlyItemCount + { + get => ItemCount; + set => ItemCount = value; + } +#endif + + private int ItemCount + { + get => children.Count; + set + { + if (value == ItemCount) return; + + if (value <= 0) + { + foreach (var child in children) + { + child.Dispose(); + } + + children.Clear(); + } + else + { + var gap = value - children.Count; + + if (gap > 0) + { + for (int i = 0; i < gap; i++) + { + ItemProxy item = new ItemProxy(ItemTemplate, this); + children.Add(item); + item.Width = cellSize.x; + item.Height = cellSize.y; + item.Index = children.Count - 1; + } + } + else if (gap < 0) + { + for (int i = 0; i < -gap; i++) + { + int removeIndex = children.Count - 1; + children[removeIndex].Dispose(); + children.RemoveAt(removeIndex); + } + } + } + + SetDirty(); + } + } + private List children = new List(); + + private List handleChildren = new List(); + private bool m_dataDirty; + + public override void CalculateLayoutInputHorizontal() + { + handleChildren.Clear(); + for (int i = 0; i < children.Count; i++) + { + var child = children[i]; + if (child.IsDestroyed || !child.Visible) + continue; + + handleChildren.Add(child); + } + m_Tracker.Clear(); + updateFixHeightAndWidth(); + + int minColumns = 0; + int preferredColumns = 0; + if (m_Constraint == Constraint.FixedColumnCount) + { + minColumns = preferredColumns = m_ConstraintCount; + } + else if (m_Constraint == Constraint.FixedRowCount) + { + minColumns = preferredColumns = Mathf.CeilToInt(handleChildren.Count / (float)m_ConstraintCount - 0.001f); + } + else + { + minColumns = 1; + preferredColumns = Mathf.CeilToInt(Mathf.Sqrt(handleChildren.Count)); + } + + SetLayoutInputForAxis( + padding.horizontal + (_layoutCellsize.x + spacing.x) * minColumns - spacing.x, + padding.horizontal + (_layoutCellsize.x + spacing.x) * preferredColumns - spacing.x, + -1, 0); + } + + public void MoveToScrollViewCenter(ScrollRect scrollRect, int dataIndex) + { + if (m_dataDirty) + { + for (int i = 0; i < children.Count; i++) + { + var child = children[i]; + child.UpdateLayout(); + } + Canvas.ForceUpdateCanvases(); + } + + var targetProxy = children[dataIndex]; + var width = rectTransform.rect.width; + var height = rectTransform.rect.height; + + // Item is here + var itemCenterPositionInScroll = GetWorldPointInWidget(scrollRect.transform as RectTransform, GetWidgetWorldPoint(targetProxy)); + //Debug.Log("Item Anchor Pos In Scroll: " + itemCenterPositionInScroll); + // But must be here + var targetPositionInScroll = GetWorldPointInWidget(scrollRect.transform as RectTransform, GetWidgetWorldPoint(scrollRect.viewport)); + //Debug.Log("Target Anchor Pos In Scroll: " + targetPositionInScroll); + // So it has to move this distance + var difference = targetPositionInScroll - itemCenterPositionInScroll; + difference.z = 0f; + + var newNormalizedPosition = new Vector2(difference.x / (rectTransform.rect.width - scrollRect.viewport.rect.width), + difference.y / (rectTransform.rect.height - scrollRect.viewport.rect.height)); + + newNormalizedPosition = scrollRect.normalizedPosition - newNormalizedPosition; + + newNormalizedPosition.x = Mathf.Clamp01(newNormalizedPosition.x); + newNormalizedPosition.y = Mathf.Clamp01(newNormalizedPosition.y); + + scrollRect.normalizedPosition = newNormalizedPosition; + //DOTween.To(() => scrollRect.normalizedPosition, x => scrollRect.normalizedPosition = x, newNormalizedPosition, 0.2f); + } + + Vector3 GetWidgetWorldPoint(RectTransform target) + { + //pivot position + item size has to be included + var pivotOffset = new Vector3( + (0.5f - target.pivot.x) * target.rect.size.x, + (0.5f - target.pivot.y) * target.rect.size.y, + 0f); + var localPosition = target.localPosition + pivotOffset; + return target.parent.TransformPoint(localPosition); + } + + Vector3 GetWidgetWorldPoint(ItemProxy proxy) + { + Vector3[] temp = new Vector3[4]; + rectTransform.GetLocalCorners(temp); + var pos = (Vector2)temp[1] + proxy.AnchoredPosition; + pos = rectTransform.TransformPoint(pos); + + return pos; + } + + Vector3 GetWorldPointInWidget(RectTransform target, Vector3 worldPoint) + { + return target.InverseTransformPoint(worldPoint); + } + + public override void CalculateLayoutInputVertical() + { + int minRows = 0; + if (m_Constraint == Constraint.FixedColumnCount) + { + minRows = Mathf.CeilToInt(handleChildren.Count / (float)m_ConstraintCount - 0.001f); + } + else if (m_Constraint == Constraint.FixedRowCount) + { + minRows = m_ConstraintCount; + } + else + { + float width = rectTransform.rect.width; + int cellCountX = Mathf.Max(1, Mathf.FloorToInt((width - padding.horizontal + spacing.x + 0.001f) / (_layoutCellsize.x + spacing.x))); + minRows = Mathf.CeilToInt(handleChildren.Count / (float)cellCountX); + } + + float minSpace = padding.vertical + (_layoutCellsize.y + spacing.y) * minRows - spacing.y; + SetLayoutInputForAxis(minSpace, minSpace, -1, 1); + } + + public override void SetLayoutHorizontal() + { + SetProxyCellsAlongAxis(0); + } + + public override void SetLayoutVertical() + { + SetProxyCellsAlongAxis(1); + + foreach (var item in handleChildren) + { + item.UpdateLayout(); + } + } + + + + private void SetProxyCellsAlongAxis(int axis) + { + // Normally a Layout Controller should only set horizontal values when invoked for the horizontal axis + // and only vertical values when invoked for the vertical axis. + // However, in this case we set both the horizontal and vertical position when invoked for the vertical axis. + // Since we only set the horizontal position and not the size, it shouldn't affect children's layout, + // and thus shouldn't break the rule that all horizontal layout must be calculated before all vertical layout. + var proxyChildCount = handleChildren.Count; + if (axis == 0) + { + // Only set the sizes when invoked for horizontal axis, not the positions. + + for (int i = 0; i < proxyChildCount; i++) + { + ItemProxy proxy = handleChildren[i]; + + proxy.Width = _layoutCellsize.x; + proxy.Height = _layoutCellsize.y; + } + return; + } + + float width = rectTransform.rect.size.x; + float height = rectTransform.rect.size.y; + + int cellCountX = 1; + int cellCountY = 1; + if (m_Constraint == Constraint.FixedColumnCount) + { + cellCountX = m_ConstraintCount; + + if (proxyChildCount > cellCountX) + cellCountY = proxyChildCount / cellCountX + (proxyChildCount % cellCountX > 0 ? 1 : 0); + } + else if (m_Constraint == Constraint.FixedRowCount) + { + cellCountY = m_ConstraintCount; + + if (proxyChildCount > cellCountY) + cellCountX = proxyChildCount / cellCountY + (proxyChildCount % cellCountY > 0 ? 1 : 0); + } + else + { + if (_layoutCellsize.x + spacing.x <= 0) + cellCountX = int.MaxValue; + else + cellCountX = Mathf.Max(1, Mathf.FloorToInt((width - padding.horizontal + spacing.x + 0.001f) / (cellSize.x + spacing.x))); + + if (_layoutCellsize.y + spacing.y <= 0) + cellCountY = int.MaxValue; + else + cellCountY = Mathf.Max(1, Mathf.FloorToInt((height - padding.vertical + spacing.y + 0.001f) / (cellSize.y + spacing.y))); + } + + int cornerX = (int)startCorner % 2; + int cornerY = (int)startCorner / 2; + + int cellsPerMainAxis, actualCellCountX, actualCellCountY; + if (startAxis == Axis.Horizontal) + { + cellsPerMainAxis = cellCountX; + actualCellCountX = Mathf.Clamp(cellCountX, 1, proxyChildCount); + actualCellCountY = Mathf.Clamp(cellCountY, 1, Mathf.CeilToInt(proxyChildCount / (float)cellsPerMainAxis)); + } + else + { + cellsPerMainAxis = cellCountY; + actualCellCountY = Mathf.Clamp(cellCountY, 1, proxyChildCount); + actualCellCountX = Mathf.Clamp(cellCountX, 1, Mathf.CeilToInt(proxyChildCount / (float)cellsPerMainAxis)); + } + + Vector2 requiredSpace = new Vector2( + actualCellCountX * _layoutCellsize.x + (actualCellCountX - 1) * spacing.x, + actualCellCountY * _layoutCellsize.y + (actualCellCountY - 1) * spacing.y + ); + Vector2 startOffset = new Vector2( + GetStartOffset(0, requiredSpace.x), + GetStartOffset(1, requiredSpace.y) + ); + + for (int i = 0; i < proxyChildCount; i++) + { + int positionX; + int positionY; + if (startAxis == Axis.Horizontal) + { + positionX = i % cellsPerMainAxis; + positionY = i / cellsPerMainAxis; + } + else + { + positionX = i / cellsPerMainAxis; + positionY = i % cellsPerMainAxis; + } + + if (cornerX == 1) + positionX = actualCellCountX - 1 - positionX; + if (cornerY == 1) + positionY = actualCellCountY - 1 - positionY; + + SetProxyChildAlongAxis(handleChildren[i], 0, startOffset.x + (_layoutCellsize[0] + spacing[0]) * positionX, _layoutCellsize[0]); + SetProxyChildAlongAxis(handleChildren[i], 1, startOffset.y + (_layoutCellsize[1] + spacing[1]) * positionY, _layoutCellsize[1]); + } + } + + private void SetProxyChildAlongAxis(ItemProxy proxy, int axis, float pos, float size) + { + var scaleFactor = 1.0f; + + if (proxy == null) + return; + + Vector2 sizeDelta = new Vector2(proxy.Width, proxy.Height); + sizeDelta[axis] = size; + proxy.Width = sizeDelta.x; + proxy.Height = sizeDelta.y; + + Vector2 anchoredPosition = proxy.AnchoredPosition; + anchoredPosition[axis] = (axis == 0) ? (pos + size * proxy.Pivot[axis] * scaleFactor) : (-pos - size * (1f - proxy.Pivot[axis]) * scaleFactor); + proxy.AnchoredPosition = anchoredPosition; + } + + public void UpdateProxyVisualState() + { + if (m_dataDirty) + { + foreach (var proxy in children) + { + proxy.UpdateView(true); + } + Canvas.ForceUpdateCanvases(); + + m_dataDirty = false; + } + + if (ViewRect == null) + { + foreach (var proxy in children) + { + proxy.IsInViewRect = true; + } + return; + } + + Vector3[] corners = new Vector3[4]; + ViewRect.GetLocalCorners(corners); + Rect parentRect = ViewRect.rect; + parentRect.position = corners[0]; + + rectTransform.GetLocalCorners(corners); + Vector2 leftUpCorner = corners[1]; + + foreach (var proxy in children) + { + var localPos = leftUpCorner + proxy.AnchoredPosition; + localPos.x -= proxy.Width * 0.5f; + localPos.y -= proxy.Height * 0.5f; + localPos = transform.localToWorldMatrix.MultiplyPoint(localPos); + localPos = ViewRect.worldToLocalMatrix.MultiplyPoint(localPos); + + Rect proxyRect = new Rect(localPos, new Vector2(proxy.Width, proxy.Height)); + + if (parentRect.Overlaps(proxyRect)) proxy.IsInViewRect = true; + else proxy.IsInViewRect = false; + } + } + + public bool PauseUpdateView; + private void LateUpdate() + { + if (!PauseUpdateView) + { + updateFixHeightAndWidth(); + + UpdateProxyVisualState(); + HandleProxyShow(); + } + } + + private void updateFixHeightAndWidth() + { + _layoutCellsize = cellSize; + } + + private List NeedDelayShowItems = new List(); + private bool hasNeedShowInLastFrame = false; + private float stepDuration = 0f; + private void HandleProxyShow(bool allLoad = true, float delayStep = 0.02f) + { + if (allLoad) + { + foreach (var proxy in children) + { + if (proxy.NeedHide) + proxy.UpdateView(); + else if (proxy.NeedShow) + proxy.UpdateView(); + } + } + else + { + NeedDelayShowItems.Clear(); + foreach (var proxy in children) + { + if (proxy.NeedHide) + proxy.UpdateView(); + else if (proxy.NeedShow && !proxy.firstShow) + proxy.UpdateView(); + else if (proxy.NeedShow && proxy.firstShow) + { + NeedDelayShowItems.Add(proxy); + } + } + + if (NeedDelayShowItems.Count == 0 && hasNeedShowInLastFrame) + { + // Debug.Log("Show Complete!", gameObject); + OnItemDelayShowPorcessComplete?.Invoke(); + } + hasNeedShowInLastFrame = NeedDelayShowItems.Count > 0; + + stepDuration += Time.deltaTime; + while (stepDuration >= delayStep) + { + foreach (var proxy in NeedDelayShowItems) + { + if (proxy.NeedShow) + { + proxy.UpdateView(); + break; + } + } + stepDuration -= delayStep; + } + } + } + + protected override void OnDestroy() + { + Clear(); + } + + public void Clear() + { + foreach (var proxy in children) + proxy.Dispose(); + + children.Clear(); + } + + + public void SetData(object dataList) + { + Clear(); + + if (dataList == null) + { + ItemCount = 0; + if (_dataList != null) + _dataList.Clear(); + } + else if (dataList is IEnumerable ienumrable) + { + List temp = new List(); + foreach (var item in ienumrable) + { + temp.Add(item); + } + ItemCount = temp.Count; + _dataList = temp; + } + else + { + Debug.LogException(new Exception("ItemPresent SetData ´«µÝµÄ²ÎÊýÀàÐͲ»ÊÜÖ§³Ö"), gameObject); + return; + } + + m_dataDirty = true; + } + + public void UpdateDependencyProperty(object dp) + { + _dependencyProperty = dp; + foreach (var proxy in children) + { + proxy.UpdateDP(); + } + + m_dataDirty = true; + } + + public Dictionary CacheItemScripts => _cacheItemScripts; + + public object DependencyProperty => _dependencyProperty; + + public RectTransform RectTransform => rectTransform; + public Vector2 GetItemAnchorePos(int index) + { + var proxy = children[index]; + return proxy.AnchoredPosition; + } + public RectTransform GetItemUIIfExist(int index) + { + if (children.Count <= index) return null; + + var proxy = children[index]; + return proxy.RuntimeItemUI; + } + public List DataList + { + get => _dataList; + set => SetData(value); + } + + private ScrollRect _scrollRect; + public RectTransform GetItemUIByDataIndex(int dataIndex) + { + if (_scrollRect == null) + { + _scrollRect = GetComponentInParent(); + } + if (_scrollRect != null) MoveToScrollViewCenter(_scrollRect, dataIndex); + + return this.GetItemUIIfExist(dataIndex); + } +} diff --git a/AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent/ItemPresent.cs.meta b/AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent/ItemPresent.cs.meta new file mode 100644 index 0000000..8d5d4e9 --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent/ItemPresent.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: fdacbe30e88f6a844a435595a4affdbb +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent/ItemPresentEditor.meta b/AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent/ItemPresentEditor.meta new file mode 100644 index 0000000..45f03a0 --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent/ItemPresentEditor.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b2100bdc4db5eda45a986b3489ad79a5 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent/ItemPresentEditor/ItemPresentEditor.asmdef b/AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent/ItemPresentEditor/ItemPresentEditor.asmdef new file mode 100644 index 0000000..4bc13a6 --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent/ItemPresentEditor/ItemPresentEditor.asmdef @@ -0,0 +1,18 @@ +{ + "name": "ItemPresentEditor", + "rootNamespace": "", + "references": [ + "GUID:3fe77f1eed9fc0847a86648f644fe815" + ], + "includePlatforms": [ + "Editor" + ], + "excludePlatforms": [], + "allowUnsafeCode": false, + "overrideReferences": false, + "precompiledReferences": [], + "autoReferenced": true, + "defineConstraints": [], + "versionDefines": [], + "noEngineReferences": false +} \ No newline at end of file diff --git a/AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent/ItemPresentEditor/ItemPresentEditor.asmdef.meta b/AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent/ItemPresentEditor/ItemPresentEditor.asmdef.meta new file mode 100644 index 0000000..bfac4bf --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent/ItemPresentEditor/ItemPresentEditor.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 67e09745e7c253a4a86dab1e9001e7f1 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent/ItemPresentEditor/ItemPresentEditor.cs b/AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent/ItemPresentEditor/ItemPresentEditor.cs new file mode 100644 index 0000000..1652b81 --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent/ItemPresentEditor/ItemPresentEditor.cs @@ -0,0 +1,32 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEditor; +using UnityEditor.UI; +using UnityEngine; + +[CustomEditor(typeof(ItemPresent))] +public class ItemPresentEditor : GridLayoutGroupEditor +{ + public override void OnInspectorGUI() + { + ItemPresent behaviour = target as ItemPresent; + var itemTemplate = serializedObject.FindProperty("ItemTemplate"); + var viewRect = serializedObject.FindProperty("ViewRect"); + GUILayout.BeginHorizontal(); + EditorGUILayout.PropertyField(itemTemplate, new GUIContent("元素"), true); + if (GUILayout.Button("åŒæ­¥å¤§å°", GUILayout.Width(80))) + { + behaviour.cellSize = behaviour.ItemTemplate.rect.size; + GUIUtility.keyboardControl = 0; + } + GUILayout.EndHorizontal(); + + EditorGUILayout.PropertyField(viewRect, true); + + EditorGUILayout.Space(); + + serializedObject.ApplyModifiedProperties(); + + base.OnInspectorGUI(); + } +} diff --git a/AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent/ItemPresentEditor/ItemPresentEditor.cs.meta b/AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent/ItemPresentEditor/ItemPresentEditor.cs.meta new file mode 100644 index 0000000..1f21070 --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent/ItemPresentEditor/ItemPresentEditor.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ba5192681f4360d43ac870aac15ade3e +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent/ItemProxy.cs b/AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent/ItemProxy.cs new file mode 100644 index 0000000..fe55287 --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent/ItemProxy.cs @@ -0,0 +1,254 @@ +using System; +using System.Collections.Generic; +using UnityEngine; +using UnityEngine.UI; + + + +public interface IVirtualLayout +{ + Dictionary CacheItemScripts { get; } + public List DataList { get; } + public object DependencyProperty { get; } + public RectTransform RectTransform { get; } + + public Vector2 GetItemAnchorePos(int index); + public RectTransform GetItemUIIfExist(int index); + + public void UpdateProxyVisualState(); + public void UpdateDependencyProperty(object dp); + public void SetData(object dataList); + public void MoveToScrollViewCenter(ScrollRect scrollRect, int dataIndex); +} + +public class ItemProxy +{ + public bool IsDestroyed; + public bool Visible = true; + public int Index; + public bool IsInViewRect; + + public Vector2 Pivot => _template.pivot; + public Vector2 AnchoredPosition; + + public float Width; + public float Height; + + private IVirtualLayout _parent; + + private RectTransform _template; + private RectTransform _runtimeInstance; + private LayoutGroup _layoutElement; + + public RectTransform RuntimeItemUI => _runtimeInstance; + public bool firstShow { get; private set; } = true; + + public float PreferredWidth + { + get + { + if (_layoutElement == null) return 0; + + return _layoutElement.preferredWidth; + } + } + public float PreferredHeight + { + get + { + if (_layoutElement == null) return 0; + + return _layoutElement.preferredHeight; + } + } + + public ScripteInterface GetLuaObj() + { + if (_runtimeInstance == null) return null; + + _parent.CacheItemScripts.TryGetValue(_runtimeInstance.gameObject, out ScripteInterface lfi); + + return lfi; + } + + private Vector2? _forcePivot; + public ItemProxy(RectTransform Template, IVirtualLayout parent, Vector2? forcePivot = null) + { + _template = Template; + _parent = parent; + _forcePivot = forcePivot; + } + + + public void Dispose() + { + if (_runtimeInstance != null) + { + if (Application.isPlaying) + { + GameObjectPool.Release(_runtimeInstance.gameObject); + } + else + GameObject.DestroyImmediate(_runtimeInstance.gameObject); + } + } + + public bool NeedShow + { + get + { + if (IsInViewRect && _runtimeInstance == null) return true; + else + { + if (_runtimeInstance != null && IsInViewRect && _runtimeInstance.anchoredPosition != AnchoredPosition) + return true; + else + return false; + } + } + + } + public bool NeedHide => !IsInViewRect && _runtimeInstance != null; + + public void UpdateView(bool force = false) + { + if (IsInViewRect) + { + if (_runtimeInstance == null) + { + _runtimeInstance = GetInstance(); + _layoutElement = _runtimeInstance.GetComponent(); + UpdateViewData(); + } + else if (force) + { + UpdateViewData(); + } + + UpdateLayout(); + } + else + { + ReleaseInstance(); + } + } + + public void UpdateLayout() + { + if (_runtimeInstance != null) + { + _runtimeInstance.gameObject.SetActive(true); + _runtimeInstance.anchorMax = Vector2.up; + _runtimeInstance.anchorMin = Vector2.up; + if (_forcePivot != null) + { + _runtimeInstance.pivot = _forcePivot.Value; + } + _runtimeInstance.anchoredPosition = AnchoredPosition; + _runtimeInstance.sizeDelta = new Vector2(Width, Height); + } + if (_layoutElement != null) + { + _layoutElement.CalculateLayoutInputHorizontal(); + _layoutElement.CalculateLayoutInputVertical(); + _layoutElement.SetLayoutHorizontal(); + _layoutElement.SetLayoutVertical(); + } + + } + + private void UpdateViewData() + { + if (Application.isPlaying) + { + if (!_parent.CacheItemScripts.ContainsKey(_runtimeInstance.gameObject)) + { + var vItem = _runtimeInstance.gameObject.GetComponent(); + ScripteInterface newSI = new ScripteInterface(vItem); + _parent.CacheItemScripts[_runtimeInstance.gameObject] = newSI; + } + + _parent.CacheItemScripts.TryGetValue(_runtimeInstance.gameObject, out ScripteInterface si); + si.SetDataList(_parent.DataList[Index], Index); + if (_parent.DependencyProperty != null) + si.SetDependencyProperty(_parent.DependencyProperty); + } + } + + public void UpdateDP() + { + if (_runtimeInstance == null) return; + + _parent.CacheItemScripts.TryGetValue(_runtimeInstance.gameObject, out ScripteInterface luaInterface); + if (luaInterface == null) return; + + if (_parent.DependencyProperty != null) + luaInterface.SetDependencyProperty(_parent.DependencyProperty); + } + + private RectTransform GetInstance() + { + var res = GameObjectPool.GetInstance(_template.gameObject, _parent.RectTransform).GetComponent(); + return res; + } + + private void ReleaseInstance() + { + if (_runtimeInstance == null) return; + + _layoutElement = null; + + if (Application.isPlaying) + { + _parent.CacheItemScripts.TryGetValue(_runtimeInstance.gameObject, out ScripteInterface si); + if (si != null) si.Release(); + GameObjectPool.Release(_runtimeInstance.gameObject); + _runtimeInstance = null; + } + else + { + GameObject.DestroyImmediate(_runtimeInstance.gameObject); + _runtimeInstance = null; + } + } +} + +public class ScripteInterface +{ + private IVirtualItem _itemInstance; + public IVirtualItem ItemInstance => _itemInstance; + + public ScripteInterface(IVirtualItem lc) + { + _itemInstance = lc; + } + + public void SetDataList(object dataItem, int index) + { + if (_itemInstance == null) return; + _itemInstance.Index = index; + _itemInstance.SetData(dataItem); + } + public void Release() + { + if (_itemInstance == null) return; + _itemInstance.Release(); + } + + public void SetDependencyProperty(object dependencyProperty) + { + if (_itemInstance == null) return; + + _itemInstance.SetDependencyProperty(dependencyProperty); + } + +} + +public interface IVirtualItem +{ + GameObject gameObject { get; } + int Index { get; set; } + void SetData(object data); + void SetDependencyProperty(object data); + void Release(); +} diff --git a/AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent/ItemProxy.cs.meta b/AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent/ItemProxy.cs.meta new file mode 100644 index 0000000..7720eed --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/Script/UI/ItemPresent/ItemProxy.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f336cc2f1b183c748bf1db553448a734 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/AxibugEmuOnline.Client/Assets/Script/UI/MainMenuController.cs b/AxibugEmuOnline.Client/Assets/Script/UI/MainMenuController.cs index cf7f3b9..a998b83 100644 --- a/AxibugEmuOnline.Client/Assets/Script/UI/MainMenuController.cs +++ b/AxibugEmuOnline.Client/Assets/Script/UI/MainMenuController.cs @@ -4,9 +4,9 @@ using DG.Tweening.Plugins.Options; using System; using System.Collections.Generic; using System.Linq; +using UnityEditor; using UnityEngine; using UnityEngine.UI; -using static GluonGui.WorkspaceWindow.Views.Checkin.Operations.CheckinViewDeleteOperation; namespace AxibugEmuOnline.Client.UI { @@ -126,14 +126,17 @@ namespace AxibugEmuOnline.Client.UI for (int i = 0; i < MenuSetting.Count; i++) { + var settingData = MenuSetting[i]; + + var templatePrefab = settingData.OverrideTemplate != null ? settingData.OverrideTemplate.gameObject : Template.gameObject; MenuItem itemScript = null; - var prefabClone = UnityEditor.PrefabUtility.InstantiatePrefab(Template.gameObject) as GameObject; + var prefabClone = UnityEditor.PrefabUtility.InstantiatePrefab(templatePrefab) as GameObject; itemScript = prefabClone.GetComponent(); itemScript.gameObject.SetActive(true); itemScript.transform.SetParent(GroupRoot.transform); itemScript.transform.localScale = Vector3.one; - itemScript.SetData(MenuSetting[i]); + itemScript.SetData(settingData); } UnityEditor.EditorUtility.SetDirty(this); @@ -147,7 +150,7 @@ namespace AxibugEmuOnline.Client.UI public Sprite Icon; public string Name; public string Description; - + public MenuItem OverrideTemplate; public List SubMenus; } } diff --git a/AxibugEmuOnline.Client/Assets/Script/UI/MenuItem.cs b/AxibugEmuOnline.Client/Assets/Script/UI/MenuItem.cs index 992d96c..9d84719 100644 --- a/AxibugEmuOnline.Client/Assets/Script/UI/MenuItem.cs +++ b/AxibugEmuOnline.Client/Assets/Script/UI/MenuItem.cs @@ -20,6 +20,8 @@ namespace AxibugEmuOnline.Client.UI [SerializeField] Image ShadowIcon; [SerializeField] + CanvasGroup InfoNode; + [SerializeField] SubMenuItemGroup SubMenuItemGroup; public float SelectScale = 1f; @@ -27,10 +29,9 @@ namespace AxibugEmuOnline.Client.UI public RectTransform Rect => transform as RectTransform; - [SerializeField] - private bool m_select; - private TweenerCore progressTween; - public float m_progress; + bool m_select; + TweenerCore progressTween; + float m_progress; private void Awake() { m_select = false; @@ -38,31 +39,26 @@ namespace AxibugEmuOnline.Client.UI if (ShadowIcon != null) ShadowIcon.gameObject.SetActive(false); - var temp = Txt.color; - temp.a = 0; - Txt.color = temp; - if (Descript != null) - { - temp = Descript.color; - temp.a = 0; - Descript.color = temp; - } + InfoNode.alpha = 0; if (ShadowIcon != null) ShadowIcon.gameObject.SetActiveEx(false); if (SubMenuItemGroup != null) SubMenuItemGroup.SetSelect(false); } public void SetData(MenuData data) { - name = data.Name; - Icon.sprite = data.Icon; + SetBaseInfo(data.Name, data.Description, data.Icon); + if (SubMenuItemGroup != null) SubMenuItemGroup.Init(data.SubMenus); + } - if (ShadowIcon != null) ShadowIcon.sprite = data.Icon; + protected void SetBaseInfo(string name, string descript, Sprite icon) + { + this.name = name; - Txt.text = data.Name; - if (Descript != null) Descript.text = data.Description; + if (Icon != null) Icon.sprite = icon; + if (ShadowIcon != null) ShadowIcon.sprite = icon; + if (Txt != null) Txt.text = name; + if (Descript != null) Descript.text = descript; - if (SubMenuItemGroup != null) - SubMenuItemGroup.Init(data.SubMenus); } public void SetSelectState(bool selected) @@ -79,27 +75,14 @@ namespace AxibugEmuOnline.Client.UI progressTween = DOTween.To(() => m_progress, (x) => m_progress = x, m_select ? 1 : 0, 5) .SetSpeedBased().OnUpdate(() => { - var temp = Txt.color; - temp.a = m_progress; - Txt.color = temp; - if (Descript != null) - { - temp = Descript.color; - temp.a = m_progress; - Descript.color = temp; - } + InfoNode.alpha = m_progress; Root.localScale = Vector3.one * Mathf.Lerp(UnSelectScale, SelectScale, m_progress); }); } - public void OnEnterItem() - { - } + public virtual void OnEnterItem() { } - public void OnExitItem() - { - - } + public virtual void OnExitItem() { } } } diff --git a/AxibugEmuOnline.Client/Assets/Script/UI/RomItem.cs b/AxibugEmuOnline.Client/Assets/Script/UI/RomItem.cs new file mode 100644 index 0000000..e14858a --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/Script/UI/RomItem.cs @@ -0,0 +1,61 @@ +using AxibugEmuOnline.Client.UI; +using System; +using UnityEngine; +using UnityEngine.UI; + +namespace AxibugEmuOnline.Client +{ + public class RomItem : MenuItem, IVirtualItem + { + [SerializeField] + Image m_romImage; + + public int Index { get; set; } + + private RomLib m_romlib; + private RomFile m_romfile; + + public void SetData(object data) + { + SetSelectState(true); + + m_romfile = (RomFile)data; + + UpdateView(); + + if (!m_romfile.InfoReady) + { + m_romfile.OnInfoFilled += OnRomInfoFilled; + m_romlib.BeginFetchRomInfo(m_romfile); + } + } + + public void SetDependencyProperty(object data) + { + m_romlib = (RomLib)data; + } + + public void Release() + { + m_romfile.OnInfoFilled -= OnRomInfoFilled; + SetSelectState(false); + } + + private void OnRomInfoFilled() + { + UpdateView(); + } + + private void UpdateView() + { + if (!m_romfile.InfoReady) + { + SetBaseInfo(string.Empty, string.Empty, null); + } + else + { + SetBaseInfo(m_romfile.Alias, m_romfile.Descript, null); + } + } + } +} diff --git a/AxibugEmuOnline.Client/Assets/Script/UI/RomItem.cs.meta b/AxibugEmuOnline.Client/Assets/Script/UI/RomItem.cs.meta new file mode 100644 index 0000000..9758627 --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/Script/UI/RomItem.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f236de3ffaafd4149a3b7395e05b8d07 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/AxibugEmuOnline.Client/Assets/Script/UI/SubMenuItemGroup.cs b/AxibugEmuOnline.Client/Assets/Script/UI/SubMenuItemGroup.cs index 07db823..c67afa1 100644 --- a/AxibugEmuOnline.Client/Assets/Script/UI/SubMenuItemGroup.cs +++ b/AxibugEmuOnline.Client/Assets/Script/UI/SubMenuItemGroup.cs @@ -1,4 +1,5 @@ using AxibugEmuOnline.Client.UI; +using Codice.Utils; using DG.Tweening; using DG.Tweening.Core; using DG.Tweening.Plugins.Options; @@ -44,7 +45,9 @@ namespace AxibugEmuOnline.Client m_runtimeMenuUI.Clear(); foreach (MenuData menuData in menuDataList) { - var item = Clone(transform); + var template = menuData.OverrideTemplate != null ? menuData.OverrideTemplate : SubMenuItemTemplate; + + var item = Clone(template, transform); item.SetData(menuData); m_runtimeMenuUI.Add(item); } @@ -164,16 +167,16 @@ namespace AxibugEmuOnline.Client } } - private MenuItem Clone(Transform parent) + private MenuItem Clone(MenuItem template, Transform parent) { #if UNITY_EDITOR if (Application.isPlaying) { - return GameObject.Instantiate(SubMenuItemTemplate.gameObject, parent).GetComponent(); + return GameObject.Instantiate(template.gameObject, parent).GetComponent(); } else { - var clone = UnityEditor.PrefabUtility.InstantiatePrefab(SubMenuItemTemplate.gameObject, parent) as GameObject; + var clone = UnityEditor.PrefabUtility.InstantiatePrefab(template.gameObject, parent) as GameObject; return clone.GetComponent(); } #else diff --git a/AxibugEmuOnline.Client/Assets/Script/UI/ThirdMenuRoot.cs b/AxibugEmuOnline.Client/Assets/Script/UI/ThirdMenuRoot.cs new file mode 100644 index 0000000..e95d7ae --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/Script/UI/ThirdMenuRoot.cs @@ -0,0 +1,53 @@ +using UnityEngine; + +namespace AxibugEmuOnline.Client +{ + public class ThirdMenuRoot : MonoBehaviour + { + private RectTransform m_rect; + private RectTransform m_parent; + + [SerializeField] + float WidthFix = 50; + + private void Awake() + { + m_rect = transform as RectTransform; + m_parent = transform.parent as RectTransform; + } + + private void LateUpdate() + { + SyncRectToLaunchUI(); + } + + Vector3[] corner = new Vector3[4]; + private void SyncRectToLaunchUI() + { + if (LaunchUI.Instance == null) return; + var launchUIRect = LaunchUI.Instance.transform as RectTransform; + + m_rect.pivot = new Vector2(1, 0.5f); + m_rect.SetSizeWithCurrentAnchors(RectTransform.Axis.Horizontal, launchUIRect.rect.width); + m_rect.SetSizeWithCurrentAnchors(RectTransform.Axis.Vertical, launchUIRect.rect.height); + m_rect.position = launchUIRect.position; + var temp = m_rect.localPosition; + var offsetX = (m_rect.pivot.x - 0.5f) * m_rect.rect.size.x; + temp.x += offsetX; + var offsetY = (m_rect.pivot.y - 0.5f) * m_rect.rect.size.y; + temp.y += offsetY; + m_rect.localPosition = temp; + m_rect.localScale = launchUIRect.localScale; + + m_parent.GetWorldCorners(corner); + var parentPosition = corner[0]; + parentPosition = launchUIRect.InverseTransformPoint(parentPosition); + launchUIRect.GetWorldCorners(corner); + var rootPosition = corner[0]; + rootPosition = launchUIRect.InverseTransformPoint(rootPosition); + + var widthGap = parentPosition.x - rootPosition.x; + m_rect.SetSizeWithCurrentAnchors(RectTransform.Axis.Horizontal, launchUIRect.rect.width - widthGap - WidthFix); + } + } +} diff --git a/AxibugEmuOnline.Client/Assets/Script/UI/ThirdMenuRoot.cs.meta b/AxibugEmuOnline.Client/Assets/Script/UI/ThirdMenuRoot.cs.meta new file mode 100644 index 0000000..81230c0 --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/Script/UI/ThirdMenuRoot.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 1d1e3e91ac34bc8468f357ee247ffb6a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/AxibugEmuOnline.Client/ProjectSettings/ProjectSettings.asset b/AxibugEmuOnline.Client/ProjectSettings/ProjectSettings.asset index 5c3b929..b5cb201 100644 --- a/AxibugEmuOnline.Client/ProjectSettings/ProjectSettings.asset +++ b/AxibugEmuOnline.Client/ProjectSettings/ProjectSettings.asset @@ -642,7 +642,7 @@ PlayerSettings: scriptingDefineSymbols: 1: DOTWEEN 4: DOTWEEN - 7: DOTWEEN + 7: DOTWEEN;ODIN_INSPECTOR;ODIN_INSPECTOR_3;ODIN_INSPECTOR_3_1;ODIN_INSPECTOR_EDITOR_ONLY 13: DOTWEEN 14: DOTWEEN 19: DOTWEEN -- 2.36.0.windows.1 From 2f5b5d9841a671809bbf9fb31efd3b08eb97ba8f Mon Sep 17 00:00:00 2001 From: "ALIENJACK\\alien" Date: Thu, 22 Aug 2024 17:25:00 +0800 Subject: [PATCH 2/7] =?UTF-8?q?UI=20=E8=BF=AD=E4=BB=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../UIPrefabs/Game_NES_Template.prefab | 40 ++++++++ .../UIPrefabs/RomItemTemplate.prefab | 6 +- .../Assets/Script/AppAxibugEmuOnline.cs | 4 + .../Assets/Script/Manager/CacheManager.cs | 95 +++++++++++++++++++ .../Script/Manager/CacheManager.cs.meta | 11 +++ .../Assets/Script/Manager/RomLib/RomFile.cs | 4 +- .../Script/NesEmulator/CoreSupporter.cs | 18 +--- .../Script/NesEmulator/NesControllerMapper.cs | 7 +- .../Script/UI/AutoRaycastCanvasGroup.cs | 18 ++++ .../Script/UI/AutoRaycastCanvasGroup.cs.meta | 11 +++ .../Assets/Script/UI/MainMenuController.cs | 1 + .../Assets/Script/UI/MenuItem.cs | 16 ++-- .../Assets/Script/UI/RomItem.cs | 17 ++-- 13 files changed, 216 insertions(+), 32 deletions(-) create mode 100644 AxibugEmuOnline.Client/Assets/Script/Manager/CacheManager.cs create mode 100644 AxibugEmuOnline.Client/Assets/Script/Manager/CacheManager.cs.meta create mode 100644 AxibugEmuOnline.Client/Assets/Script/UI/AutoRaycastCanvasGroup.cs create mode 100644 AxibugEmuOnline.Client/Assets/Script/UI/AutoRaycastCanvasGroup.cs.meta diff --git a/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/Game_NES_Template.prefab b/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/Game_NES_Template.prefab index 65d70e7..8a39fca 100644 --- a/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/Game_NES_Template.prefab +++ b/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/Game_NES_Template.prefab @@ -388,6 +388,8 @@ GameObject: serializedVersion: 6 m_Component: - component: {fileID: 2303118795734916657} + - component: {fileID: 6792036789108903940} + - component: {fileID: 4997733671603798451} m_Layer: 5 m_Name: viewport m_TagString: Untagged @@ -415,6 +417,44 @@ RectTransform: m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 0, y: 0} m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &6792036789108903940 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3462611600707696275} + m_CullTransparentMesh: 1 +--- !u!114 &4997733671603798451 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3462611600707696275} + 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: 0} + 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: 0} + m_Type: 0 + 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!1 &3811189825355447390 GameObject: m_ObjectHideFlags: 0 diff --git a/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/RomItemTemplate.prefab b/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/RomItemTemplate.prefab index b8c04ec..6221903 100644 --- a/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/RomItemTemplate.prefab +++ b/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/RomItemTemplate.prefab @@ -134,7 +134,7 @@ MonoBehaviour: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 734025543935719296} - m_Enabled: 1 + m_Enabled: 0 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} m_Name: @@ -281,7 +281,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Material: {fileID: 0} - m_Color: {r: 1, g: 0.4577373, b: 0, a: 1} + m_Color: {r: 1, g: 0.45882356, b: 0, a: 1} m_RaycastTarget: 1 m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} m_Maskable: 1 @@ -353,7 +353,7 @@ MonoBehaviour: Descript: {fileID: 3380485461544738227} Root: {fileID: 8754483333502849411} ShadowIcon: {fileID: 2619187604372594158} - InfoNode: {fileID: 6788248266412682264} + InfoNode: {fileID: 0} SubMenuItemGroup: {fileID: 0} SelectScale: 1 UnSelectScale: 1 diff --git a/AxibugEmuOnline.Client/Assets/Script/AppAxibugEmuOnline.cs b/AxibugEmuOnline.Client/Assets/Script/AppAxibugEmuOnline.cs index dc62738..5f8b656 100644 --- a/AxibugEmuOnline.Client/Assets/Script/AppAxibugEmuOnline.cs +++ b/AxibugEmuOnline.Client/Assets/Script/AppAxibugEmuOnline.cs @@ -21,9 +21,12 @@ namespace AxibugEmuOnline.Client.ClientCore public static AppEmu emu; public static RomLib nesRomLib; public static HttpAPI httpAPI; + public static CacheManager CacheMgr; private static CoroutineRunner coRunner; + public static string PersistentDataPath => Application.persistentDataPath; + [RuntimeInitializeOnLoadMethod] static void Init() { @@ -37,6 +40,7 @@ namespace AxibugEmuOnline.Client.ClientCore netgame = new AppNetGame(); httpAPI = new HttpAPI(); nesRomLib = new RomLib(EnumPlatform.NES); + CacheMgr = new CacheManager(); var go = new GameObject("[AppAxibugEmuOnline]"); GameObject.DontDestroyOnLoad(go); diff --git a/AxibugEmuOnline.Client/Assets/Script/Manager/CacheManager.cs b/AxibugEmuOnline.Client/Assets/Script/Manager/CacheManager.cs new file mode 100644 index 0000000..aed9c9c --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/Script/Manager/CacheManager.cs @@ -0,0 +1,95 @@ +using AxibugEmuOnline.Client.ClientCore; +using System; +using System.Collections; +using System.Collections.Generic; +using System.IO; +using UnityEngine; +using UnityEngine.Networking; + +namespace AxibugEmuOnline.Client +{ + public class CacheManager + { + static readonly string CacheDirPath = $"{AppAxibugEmuOnline.PersistentDataPath}/Caches"; + static readonly string TextureCacheDirPath = $"{CacheDirPath}/Texture"; + + public void GetSpriteCache(string url, Action callback) + { + GetCacheData(url, TextureCacheDirPath, callback); + } + + IEnumerator DownloadFromURL(string url, string path, Action callback) + { + var request = UnityWebRequest.Get($"{AppAxibugEmuOnline.httpAPI.DownSite}/{url}"); + yield return request.SendWebRequest(); + + if (request.result == UnityWebRequest.Result.Success) + { + Directory.CreateDirectory(path); + File.WriteAllBytes($"{path}/{url.GetHashCode()}", request.downloadHandler.data); + callback.Invoke(request.downloadHandler.data); + } + else + callback.Invoke(null); + } + + private Dictionary cachesInMemory = new Dictionary(); + void GetCacheData(string url, string path, Action callback) where T : class + { + if (cachesInMemory.TryGetValue(url, out var cacheObj) && cacheObj is T obj) + { + callback.Invoke(obj, url); + } + + var fileName = $"{url.GetHashCode()}"; + byte[] rawData = null; + + var filePath = $"{path}/{fileName}"; + if (File.Exists(filePath)) + { + rawData = File.ReadAllBytes(filePath); + var @out = RawDataConvert(rawData); + cachesInMemory[url] = @out; + callback.Invoke(@out, url); + } + else + { + AppAxibugEmuOnline.StartCoroutine(DownloadFromURL(url, path, (data) => + { + var @out = RawDataConvert(data); + cachesInMemory[url] = @out; + callback.Invoke(@out, url); + })); + } + } + + Type t_texture2d = typeof(Texture2D); + Type t_sprite = typeof(Sprite); + Type t_byteArray = typeof(byte[]); + Type t_object = typeof(object); + + T RawDataConvert(byte[] data) where T : class + { + var vt = typeof(T); + + if (vt == t_texture2d || vt == t_sprite) + { + Texture2D texture = new Texture2D(2, 2); + texture.LoadImage(data); + + if (vt == t_texture2d) return texture as T; + else return Sprite.Create(texture, new Rect(0, 0, texture.width, texture.height), new Vector2(0.5f, 0.5f)) as T; + } + else if (vt == t_byteArray) + { + return data as T; + } + else + { + return data as T; + } + + throw new NotImplementedException($"{vt.Name}"); + } + } +} diff --git a/AxibugEmuOnline.Client/Assets/Script/Manager/CacheManager.cs.meta b/AxibugEmuOnline.Client/Assets/Script/Manager/CacheManager.cs.meta new file mode 100644 index 0000000..78f9e19 --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/Script/Manager/CacheManager.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 03fa430ca22517548b510b71d54ab2d6 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/AxibugEmuOnline.Client/Assets/Script/Manager/RomLib/RomFile.cs b/AxibugEmuOnline.Client/Assets/Script/Manager/RomLib/RomFile.cs index 193d26a..b0e29cc 100644 --- a/AxibugEmuOnline.Client/Assets/Script/Manager/RomLib/RomFile.cs +++ b/AxibugEmuOnline.Client/Assets/Script/Manager/RomLib/RomFile.cs @@ -16,7 +16,7 @@ namespace AxibugEmuOnline.Client private EnumPlatform platform; /// 指示该Rom文件的存放路径 - public string LocalFilePath => $"{CoreSupporter.PersistentDataPath}/RemoteRoms/{platform}/{fileName}"; + public string LocalFilePath => $"{AppAxibugEmuOnline.PersistentDataPath}/RemoteRoms/{platform}/{fileName}"; /// 指示该Rom文件是å¦å·²ä¸‹è½½å®Œæ¯• public bool RomReady => hasLocalFile; /// 指示是å¦æ­£åœ¨ä¸‹è½½Rom文件 @@ -30,6 +30,8 @@ namespace AxibugEmuOnline.Client public string Alias => webData.romName; /// æè¿° public string Descript => webData.desc; + /// å°å›¾URL + public string ImageURL => webData.imgUrl; /// 文件å public string FileName => fileName; diff --git a/AxibugEmuOnline.Client/Assets/Script/NesEmulator/CoreSupporter.cs b/AxibugEmuOnline.Client/Assets/Script/NesEmulator/CoreSupporter.cs index 3a23b53..b99d035 100644 --- a/AxibugEmuOnline.Client/Assets/Script/NesEmulator/CoreSupporter.cs +++ b/AxibugEmuOnline.Client/Assets/Script/NesEmulator/CoreSupporter.cs @@ -8,14 +8,6 @@ namespace AxibugEmuOnline.Client { public class CoreSupporter : ISupporterImpl { - public static string PersistentDataPath - { - get - { - return Application.persistentDataPath; - } - } - public Stream OpenRom(string fname) { try @@ -48,7 +40,7 @@ namespace AxibugEmuOnline.Client public void SaveSRAMToFile(byte[] sramContent, string romName) { - string sramDirectoryPath = $"{Application.persistentDataPath}/sav"; + string sramDirectoryPath = $"{AppAxibugEmuOnline.PersistentDataPath}/sav"; Directory.CreateDirectory(sramDirectoryPath); romName = Path.GetFileNameWithoutExtension(romName); File.WriteAllBytes($"{sramDirectoryPath}/{romName}.sav", sramContent); @@ -56,7 +48,7 @@ namespace AxibugEmuOnline.Client public void SaveDISKToFile(byte[] diskFileContent, string romName) { - string diskFileDirectoryPath = $"{Application.persistentDataPath}/dsv"; + string diskFileDirectoryPath = $"{AppAxibugEmuOnline.PersistentDataPath}/dsv"; Directory.CreateDirectory(diskFileDirectoryPath); romName = Path.GetFileNameWithoutExtension(romName); File.WriteAllBytes($"{diskFileDirectoryPath}/{romName}.dsv", diskFileContent); @@ -66,14 +58,14 @@ namespace AxibugEmuOnline.Client public void PrepareDirectory(string directPath) { - Directory.CreateDirectory($"{Application.persistentDataPath}/{directPath}"); + Directory.CreateDirectory($"{AppAxibugEmuOnline.PersistentDataPath}/{directPath}"); } public void SaveFile(byte[] fileData, string directPath, string fileName) { PrepareDirectory(directPath); - var fileFullpath = $"{Application.persistentDataPath}/{directPath}/{fileName}"; + var fileFullpath = $"{AppAxibugEmuOnline.PersistentDataPath}/{directPath}/{fileName}"; File.WriteAllBytes(fileFullpath, fileData); } @@ -81,7 +73,7 @@ namespace AxibugEmuOnline.Client { try { - var data = File.ReadAllBytes($"{Application.persistentDataPath}/{directPath}/{fileName}"); + var data = File.ReadAllBytes($"{AppAxibugEmuOnline.PersistentDataPath}/{directPath}/{fileName}"); if (data == null) return null; return new MemoryStream(data); } diff --git a/AxibugEmuOnline.Client/Assets/Script/NesEmulator/NesControllerMapper.cs b/AxibugEmuOnline.Client/Assets/Script/NesEmulator/NesControllerMapper.cs index c9ab5f6..8bb8dbb 100644 --- a/AxibugEmuOnline.Client/Assets/Script/NesEmulator/NesControllerMapper.cs +++ b/AxibugEmuOnline.Client/Assets/Script/NesEmulator/NesControllerMapper.cs @@ -1,4 +1,5 @@ -using System; +using AxibugEmuOnline.Client.ClientCore; +using System; using System.IO; using UnityEngine; using VirtualNes.Core; @@ -7,7 +8,7 @@ namespace AxibugEmuOnline.Client { public class NesControllerMapper { - private static readonly string ConfigFilePath = $"{Application.persistentDataPath}/NES/ControllerMapper.json"; + private static readonly string ConfigFilePath = $"{AppAxibugEmuOnline.PersistentDataPath}/NES/ControllerMapper.json"; public MapperSetter Player1 = new MapperSetter(); public MapperSetter Player2 = new MapperSetter(); @@ -49,7 +50,7 @@ namespace AxibugEmuOnline.Client { try { - var json = File.ReadAllText($"{Application.persistentDataPath}/Nes/ControllerMapper.json"); + var json = File.ReadAllText($"{AppAxibugEmuOnline.PersistentDataPath}/Nes/ControllerMapper.json"); s_setting = JsonUtility.FromJson(json); } catch diff --git a/AxibugEmuOnline.Client/Assets/Script/UI/AutoRaycastCanvasGroup.cs b/AxibugEmuOnline.Client/Assets/Script/UI/AutoRaycastCanvasGroup.cs new file mode 100644 index 0000000..fbbd9a4 --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/Script/UI/AutoRaycastCanvasGroup.cs @@ -0,0 +1,18 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +namespace AxibugEmuOnline.Client +{ + [RequireComponent(typeof(CanvasGroup))] + public class AutoRaycastCanvasGroup : MonoBehaviour + { + private CanvasGroup canvasGroup; + private void Update() + { + if (canvasGroup == null) canvasGroup = gameObject.GetComponent(); + + canvasGroup.blocksRaycasts = canvasGroup.alpha == 0 ? false : true; + } + } +} diff --git a/AxibugEmuOnline.Client/Assets/Script/UI/AutoRaycastCanvasGroup.cs.meta b/AxibugEmuOnline.Client/Assets/Script/UI/AutoRaycastCanvasGroup.cs.meta new file mode 100644 index 0000000..5cea066 --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/Script/UI/AutoRaycastCanvasGroup.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 4215c9d5a613e24428c8c705464719e3 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/AxibugEmuOnline.Client/Assets/Script/UI/MainMenuController.cs b/AxibugEmuOnline.Client/Assets/Script/UI/MainMenuController.cs index a998b83..74cbba9 100644 --- a/AxibugEmuOnline.Client/Assets/Script/UI/MainMenuController.cs +++ b/AxibugEmuOnline.Client/Assets/Script/UI/MainMenuController.cs @@ -32,6 +32,7 @@ namespace AxibugEmuOnline.Client.UI base.Start(); m_runtimeMenuUICanvas = m_runtimeMenuUI.Select(menu => menu.gameObject.AddComponent()).ToList(); + m_runtimeMenuUICanvas.ForEach(canv => canv.gameObject.AddComponent()); } diff --git a/AxibugEmuOnline.Client/Assets/Script/UI/MenuItem.cs b/AxibugEmuOnline.Client/Assets/Script/UI/MenuItem.cs index 9d84719..f880967 100644 --- a/AxibugEmuOnline.Client/Assets/Script/UI/MenuItem.cs +++ b/AxibugEmuOnline.Client/Assets/Script/UI/MenuItem.cs @@ -39,26 +39,30 @@ namespace AxibugEmuOnline.Client.UI if (ShadowIcon != null) ShadowIcon.gameObject.SetActive(false); - InfoNode.alpha = 0; + if (InfoNode != null) InfoNode.alpha = 0; if (ShadowIcon != null) ShadowIcon.gameObject.SetActiveEx(false); if (SubMenuItemGroup != null) SubMenuItemGroup.SetSelect(false); } public void SetData(MenuData data) { - SetBaseInfo(data.Name, data.Description, data.Icon); + SetBaseInfo(data.Name, data.Description); + SetIcon(data.Icon); if (SubMenuItemGroup != null) SubMenuItemGroup.Init(data.SubMenus); } - protected void SetBaseInfo(string name, string descript, Sprite icon) + protected void SetBaseInfo(string name, string descript) { this.name = name; - if (Icon != null) Icon.sprite = icon; - if (ShadowIcon != null) ShadowIcon.sprite = icon; if (Txt != null) Txt.text = name; if (Descript != null) Descript.text = descript; + } + protected void SetIcon(Sprite icon) + { + if (Icon != null) Icon.sprite = icon; + if (ShadowIcon != null) ShadowIcon.sprite = icon; } public void SetSelectState(bool selected) @@ -75,7 +79,7 @@ namespace AxibugEmuOnline.Client.UI progressTween = DOTween.To(() => m_progress, (x) => m_progress = x, m_select ? 1 : 0, 5) .SetSpeedBased().OnUpdate(() => { - InfoNode.alpha = m_progress; + if (InfoNode != null) InfoNode.alpha = m_progress; Root.localScale = Vector3.one * Mathf.Lerp(UnSelectScale, SelectScale, m_progress); }); diff --git a/AxibugEmuOnline.Client/Assets/Script/UI/RomItem.cs b/AxibugEmuOnline.Client/Assets/Script/UI/RomItem.cs index e14858a..c729ae1 100644 --- a/AxibugEmuOnline.Client/Assets/Script/UI/RomItem.cs +++ b/AxibugEmuOnline.Client/Assets/Script/UI/RomItem.cs @@ -1,3 +1,4 @@ +using AxibugEmuOnline.Client.ClientCore; using AxibugEmuOnline.Client.UI; using System; using UnityEngine; @@ -17,15 +18,14 @@ namespace AxibugEmuOnline.Client public void SetData(object data) { - SetSelectState(true); - m_romfile = (RomFile)data; + m_romfile.OnInfoFilled += OnRomInfoFilled; + m_romImage.sprite = null; UpdateView(); if (!m_romfile.InfoReady) { - m_romfile.OnInfoFilled += OnRomInfoFilled; m_romlib.BeginFetchRomInfo(m_romfile); } } @@ -38,7 +38,6 @@ namespace AxibugEmuOnline.Client public void Release() { m_romfile.OnInfoFilled -= OnRomInfoFilled; - SetSelectState(false); } private void OnRomInfoFilled() @@ -50,11 +49,17 @@ namespace AxibugEmuOnline.Client { if (!m_romfile.InfoReady) { - SetBaseInfo(string.Empty, string.Empty, null); + SetBaseInfo(string.Empty, string.Empty); } else { - SetBaseInfo(m_romfile.Alias, m_romfile.Descript, null); + SetBaseInfo(m_romfile.Alias, m_romfile.Descript); + AppAxibugEmuOnline.CacheMgr.GetSpriteCache(m_romfile.ImageURL, (img, url) => + { + if (url != m_romfile.ImageURL) return; + + m_romImage.sprite = img; + }); } } } -- 2.36.0.windows.1 From 5ce82c9406d73e14513f48f0aecad16e536df63d Mon Sep 17 00:00:00 2001 From: "ALIENJACK\\alien" Date: Thu, 29 Aug 2024 17:20:01 +0800 Subject: [PATCH 3/7] =?UTF-8?q?NEScore=20StateSave=E6=9C=BA=E5=88=B6=20?= =?UTF-8?q?=E5=AE=9E=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Assets/Script/NesEmulator/NesEmulator.cs | 3 +- .../Script/NesEmulator/VideoProvider.cs | 1 + .../Assets/VirtualNes.Core/APU.cs | 53 +++ .../Assets/VirtualNes.Core/ApuEX/APU_FDS.cs | 49 ++- .../Assets/VirtualNes.Core/ApuEX/APU_FME7.cs | 99 ++++- .../VirtualNes.Core/ApuEX/APU_INTERFACE.cs | 16 +- .../VirtualNes.Core/ApuEX/APU_INTERNAL.cs | 184 ++++++++- .../Assets/VirtualNes.Core/ApuEX/APU_MMC5.cs | 61 ++- .../Assets/VirtualNes.Core/ApuEX/APU_N106.cs | 353 +++++++++--------- .../Assets/VirtualNes.Core/ApuEX/APU_VRC6.cs | 52 ++- .../Assets/VirtualNes.Core/ApuEX/APU_VRC7.cs | 11 + .../Assets/VirtualNes.Core/CPU.cs | 5 + .../VirtualNes.Core/CoreLibs/ByteArrayRef.cs | 5 + .../VirtualNes.Core/CoreLibs/MemoryUtility.cs | 5 + .../VirtualNes.Core/CoreLibs/NESCOMMAND.cs | 23 -- .../Assets/VirtualNes.Core/MMU.cs | 6 +- .../Assets/VirtualNes.Core/NES.cs | 282 ++++++++++++-- .../Assets/VirtualNes.Core/PAD.cs | 66 +++- .../Assets/VirtualNes.Core/State.meta | 8 + .../Assets/VirtualNes.Core/State/BLOCKHDR.cs | 23 ++ .../BLOCKHDR.cs.meta} | 2 +- .../Assets/VirtualNes.Core/State/CTRSTAT.cs | 28 ++ .../VirtualNes.Core/State/CTRSTAT.cs.meta | 11 + .../Assets/VirtualNes.Core/State/DISKDATA.cs | 7 + .../VirtualNes.Core/State/DISKDATA.cs.meta | 11 + .../Assets/VirtualNes.Core/State/EXCTRSTAT.cs | 17 + .../VirtualNes.Core/State/EXCTRSTAT.cs.meta | 11 + .../Assets/VirtualNes.Core/State/FILEHDR2.cs | 32 ++ .../VirtualNes.Core/State/FILEHDR2.cs.meta | 11 + .../Assets/VirtualNes.Core/State/MMCSTAT.cs | 22 ++ .../VirtualNes.Core/State/MMCSTAT.cs.meta | 11 + .../Assets/VirtualNes.Core/State/MMUSTAT.cs | 38 ++ .../VirtualNes.Core/State/MMUSTAT.cs.meta | 11 + .../Assets/VirtualNes.Core/State/RAMSTAT.cs | 38 ++ .../VirtualNes.Core/State/RAMSTAT.cs.meta | 11 + .../Assets/VirtualNes.Core/State/REGSTAT.cs | 96 +++++ .../VirtualNes.Core/State/REGSTAT.cs.meta | 11 + .../Assets/VirtualNes.Core/State/SNDSTAT.cs | 28 ++ .../VirtualNes.Core/State/SNDSTAT.cs.meta | 11 + .../Assets/VirtualNes.Core/State/State.cs | 39 ++ .../VirtualNes.Core/State/State.cs.meta | 11 + .../VirtualNes.Core/State/StateBuffer.cs | 88 +++++ .../VirtualNes.Core/State/StateBuffer.cs.meta | 11 + .../ProjectSettings/ProjectSettings.asset | 2 +- 44 files changed, 1606 insertions(+), 257 deletions(-) delete mode 100644 AxibugEmuOnline.Client/Assets/VirtualNes.Core/CoreLibs/NESCOMMAND.cs create mode 100644 AxibugEmuOnline.Client/Assets/VirtualNes.Core/State.meta create mode 100644 AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/BLOCKHDR.cs rename AxibugEmuOnline.Client/Assets/VirtualNes.Core/{CoreLibs/NESCOMMAND.cs.meta => State/BLOCKHDR.cs.meta} (83%) create mode 100644 AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/CTRSTAT.cs create mode 100644 AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/CTRSTAT.cs.meta create mode 100644 AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/DISKDATA.cs create mode 100644 AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/DISKDATA.cs.meta create mode 100644 AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/EXCTRSTAT.cs create mode 100644 AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/EXCTRSTAT.cs.meta create mode 100644 AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/FILEHDR2.cs create mode 100644 AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/FILEHDR2.cs.meta create mode 100644 AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/MMCSTAT.cs create mode 100644 AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/MMCSTAT.cs.meta create mode 100644 AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/MMUSTAT.cs create mode 100644 AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/MMUSTAT.cs.meta create mode 100644 AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/RAMSTAT.cs create mode 100644 AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/RAMSTAT.cs.meta create mode 100644 AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/REGSTAT.cs create mode 100644 AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/REGSTAT.cs.meta create mode 100644 AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/SNDSTAT.cs create mode 100644 AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/SNDSTAT.cs.meta create mode 100644 AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/State.cs create mode 100644 AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/State.cs.meta create mode 100644 AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/StateBuffer.cs create mode 100644 AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/StateBuffer.cs.meta diff --git a/AxibugEmuOnline.Client/Assets/Script/NesEmulator/NesEmulator.cs b/AxibugEmuOnline.Client/Assets/Script/NesEmulator/NesEmulator.cs index c841f58..02760be 100644 --- a/AxibugEmuOnline.Client/Assets/Script/NesEmulator/NesEmulator.cs +++ b/AxibugEmuOnline.Client/Assets/Script/NesEmulator/NesEmulator.cs @@ -8,8 +8,9 @@ using VirtualNes.Core.Debug; namespace AxibugEmuOnline.Client { + public class NesEmulator : MonoBehaviour - { + { public NES NesCore { get; private set; } public VideoProvider VideoProvider; diff --git a/AxibugEmuOnline.Client/Assets/Script/NesEmulator/VideoProvider.cs b/AxibugEmuOnline.Client/Assets/Script/NesEmulator/VideoProvider.cs index 6688bbc..ea8c838 100644 --- a/AxibugEmuOnline.Client/Assets/Script/NesEmulator/VideoProvider.cs +++ b/AxibugEmuOnline.Client/Assets/Script/NesEmulator/VideoProvider.cs @@ -17,6 +17,7 @@ namespace AxibugEmuOnline.Client private int TexBufferSize; private Texture2D pPal; + public void SetDrawData(uint[] screenData, byte[] lineColorMode, int screenWidth, int screenHeight) { if (wrapTex == null) diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/APU.cs b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/APU.cs index a95d338..0aa713b 100644 --- a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/APU.cs +++ b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/APU.cs @@ -1,5 +1,6 @@  using System; +using System.IO; using VirtualNes.Core.Debug; namespace VirtualNes.Core @@ -536,6 +537,58 @@ namespace VirtualNes.Core return data; } + + internal void GetFrameIRQ(ref int Cycle, ref byte Count, ref byte Type, ref byte IRQ, ref byte Occur) + { + @internal.GetFrameIRQ(ref Cycle, ref Count, ref Type, ref IRQ, ref Occur); + } + + internal void SaveState(StateBuffer buffer) + { + // 時間軸をåŒæœŸã•ã›ã‚‹ç‚ºFlushã™ã‚‹ + QueueFlush(); + + @internal.SaveState(buffer); + buffer.Position += (@internal.GetSize() + 15) & (~0x0F); + + // VRC6 + if ((exsound_select & 0x01) != 0) + { + vrc6.SaveState(buffer); + buffer.Position += (vrc6.GetSize() + 15) & (~0x0F); // Padding + } + // VRC7 (not support) + if ((exsound_select & 0x02) != 0) + { + vrc7.SaveState(buffer); + buffer.Position += (vrc7.GetSize() + 15) & (~0x0F); // Padding + } + // FDS + if ((exsound_select & 0x04) != 0) + { + fds.SaveState(buffer); + buffer.Position += (fds.GetSize() + 15) & (~0x0F); // Padding + + } + // MMC5 + if ((exsound_select & 0x08) != 0) + { + mmc5.SaveState(buffer); + buffer.Position += (mmc5.GetSize() + 15) & (~0x0F); // Padding + } + // N106 + if ((exsound_select & 0x10) != 0) + { + n106.SaveState(buffer); + buffer.Position += (n106.GetSize() + 15) & (~0x0F); // Padding + } + // FME7 + if ((exsound_select & 0x20) != 0) + { + fme7.SaveState(buffer); + buffer.Position += (fme7.GetSize() + 15) & (~0x0F); // Padding + } + } } public struct QUEUEDATA diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/ApuEX/APU_FDS.cs b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/ApuEX/APU_FDS.cs index d67f9c9..88566a0 100644 --- a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/ApuEX/APU_FDS.cs +++ b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/ApuEX/APU_FDS.cs @@ -1,4 +1,5 @@ using System; +using System.IO; namespace VirtualNes.Core { @@ -403,7 +404,18 @@ namespace VirtualNes.Core return fds.now_freq; } - private class FDSSOUND + public override uint GetSize() + { + return fds.GetSize() + fds_sync.GetSize(); + } + + public override void SaveState(StateBuffer buffer) + { + fds.SaveState(buffer); + fds_sync.SaveState(buffer); + } + + private class FDSSOUND : IStateBufferObject { public byte[] reg = new byte[0x80]; public byte volenv_mode; // Volume Envelope @@ -467,6 +479,41 @@ namespace VirtualNes.Core now_freq = 0; output = 0; } + + public uint GetSize() + { + return 512; + } + + public void SaveState(StateBuffer buffer) + { + buffer.Write(reg); + buffer.Write(volenv_mode); + buffer.Write(volenv_gain); + buffer.Write(volenv_decay); + buffer.Write(volenv_phaseacc); + buffer.Write(swpenv_mode); + buffer.Write(swpenv_gain); + buffer.Write(swpenv_decay); + buffer.Write(swpenv_phaseacc); + buffer.Write(envelope_enable); + buffer.Write(envelope_speed); + buffer.Write(wave_setup); + buffer.Write(master_volume); + buffer.Write(main_wavetable); + buffer.Write(main_enable); + buffer.Write(main_frequency); + buffer.Write(main_addr); + buffer.Write(lfo_wavetable); + buffer.Write(lfo_enable); + buffer.Write(lfo_frequency); + buffer.Write(lfo_addr); + buffer.Write(lfo_phaseacc); + buffer.Write(sweep_bias); + buffer.Write(now_volume); + buffer.Write(now_freq); + buffer.Write(output); + } } } } diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/ApuEX/APU_FME7.cs b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/ApuEX/APU_FME7.cs index ae0b7e3..c707084 100644 --- a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/ApuEX/APU_FME7.cs +++ b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/ApuEX/APU_FME7.cs @@ -1,4 +1,5 @@ using System; +using static VirtualNes.Core.APU_FME7; namespace VirtualNes.Core { @@ -91,7 +92,7 @@ namespace VirtualNes.Core byte[][] envelope_table; sbyte[][] envstep_table; - ENVELOPE envelope = new ENVELOPE(); + ENVELOPE envelope; NOISE noise = new NOISE(); CHANNEL[] op = new CHANNEL[3] { new CHANNEL(), new CHANNEL(), new CHANNEL() }; byte address; @@ -117,6 +118,7 @@ namespace VirtualNes.Core envstep_sawtooth, envstep_pulse, envstep_triangle, envstep_pulse, envstep_sawtooth, envstep_pulse, envstep_triangle, envstep_pulse }; + envelope = new ENVELOPE(envelope_table, envstep_table); Reset(APU_CLOCK, 22050); } @@ -133,8 +135,8 @@ namespace VirtualNes.Core item.ZeroMemory(); } - envelope.envtbl = envelope_table[0]; - envelope.envstep = envstep_table[0]; + envelope.envtbl_index = 0; + envelope.envstep_index = 0; noise.noiserange = 1; noise.noiseout = 0xFF; @@ -211,8 +213,8 @@ namespace VirtualNes.Core envelope.freq = INT2FIX(((envelope.reg[1] & 0x0F) << 8) + envelope.reg[0] + 1); break; case 0x0D: - envelope.envtbl = envelope_table[data & 0x0F]; - envelope.envstep = envstep_table[data & 0x0F]; + envelope.envtbl_index = (byte)(data & 0x0F); + envelope.envstep_index = (byte)(data & 0x0F); envelope.envadr = 0; break; } @@ -332,7 +334,22 @@ namespace VirtualNes.Core return ch.output_vol; } - public class ENVELOPE + public override uint GetSize() + { + return (uint)(1 + envelope.GetSize() + noise.GetSize() + op[0].GetSize() * op.Length); + } + + public override void SaveState(StateBuffer buffer) + { + buffer.Write(address); + + envelope.SaveState(buffer); + noise.SaveState(buffer); + foreach (var oneOp in op) + oneOp.SaveState(buffer); + } + + public class ENVELOPE : IStateBufferObject { public byte[] reg = new byte[3]; public byte volume; @@ -341,8 +358,19 @@ namespace VirtualNes.Core public int phaseacc; public int envadr; - public byte[] envtbl; - public sbyte[] envstep; + public byte envtbl_index; + public byte envstep_index; + + byte[][] ref_envtbl; + sbyte[][] ref_envstep; + public byte[] envtbl => ref_envtbl[envtbl_index]; + public sbyte[] envstep => ref_envstep[envstep_index]; + public ENVELOPE(byte[][] envtbl, sbyte[][] envstep) + { + ref_envtbl = envtbl; + ref_envstep = envstep; + } + public void ZeroMemory() { @@ -351,12 +379,28 @@ namespace VirtualNes.Core freq = 0; phaseacc = 0; envadr = 0; - envtbl = null; - envstep = null; + envtbl_index = 0; + envstep_index = 0; + } + + public uint GetSize() + { + return 18; + } + + public void SaveState(StateBuffer buffer) + { + buffer.Write(reg); + buffer.Write(volume); + buffer.Write(freq); + buffer.Write(phaseacc); + buffer.Write(envadr); + buffer.Write(envtbl_index); + buffer.Write(envstep_index); } } - public class NOISE + public class NOISE : IStateBufferObject { public int freq; public int phaseacc; @@ -367,9 +411,22 @@ namespace VirtualNes.Core { freq = 0; phaseacc = 0; noiserange = 0; noiseout = 0; } + + public uint GetSize() + { + return 13; + } + + public void SaveState(StateBuffer buffer) + { + buffer.Write(freq); + buffer.Write(phaseacc); + buffer.Write(noiserange); + buffer.Write(noiseout); + } } - public class CHANNEL + public class CHANNEL : IStateBufferObject { public byte[] reg = new byte[3]; public byte enable; @@ -394,6 +451,24 @@ namespace VirtualNes.Core phaseacc = 0; output_vol = 0; } + + public uint GetSize() + { + return 20; + } + + public void SaveState(StateBuffer buffer) + { + buffer.Write(reg); + buffer.Write(enable); + buffer.Write(env_on); + buffer.Write(noise_on); + buffer.Write(adder); + buffer.Write(volume); + buffer.Write(freq); + buffer.Write(phaseacc); + buffer.Write(output_vol); + } } } } diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/ApuEX/APU_INTERFACE.cs b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/ApuEX/APU_INTERFACE.cs index 391406c..db28ed6 100644 --- a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/ApuEX/APU_INTERFACE.cs +++ b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/ApuEX/APU_INTERFACE.cs @@ -1,6 +1,9 @@ -namespace VirtualNes.Core +using System; +using System.IO; + +namespace VirtualNes.Core { - public abstract class APU_INTERFACE + public abstract class APU_INTERFACE : IStateBufferObject { public const float APU_CLOCK = 1789772.5f; @@ -19,8 +22,7 @@ public virtual void VSync() { } public virtual bool Sync(int cycles) { return false; } public virtual int GetFreq(int channel) { return 0; } - public virtual int GetStateSize() { return 0; } - public virtual void SaveState(byte[] p) { } + public virtual void SaveState(StateBuffer buffer) { } public virtual void LoadState(byte[] p) { } public static int INT2FIX(int x) @@ -32,5 +34,11 @@ { return x >> 16; } + + + public virtual uint GetSize() + { + return 0; + } } } diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/ApuEX/APU_INTERNAL.cs b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/ApuEX/APU_INTERNAL.cs index 6942744..51c8aef 100644 --- a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/ApuEX/APU_INTERNAL.cs +++ b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/ApuEX/APU_INTERNAL.cs @@ -1,5 +1,8 @@ using System; +using System.Collections.Generic; +using System.IO; +using UnityEngine; namespace VirtualNes.Core { @@ -1190,7 +1193,49 @@ namespace VirtualNes.Core break; } } - public class RECTANGLE + + internal void GetFrameIRQ(ref int cycle, ref byte count, ref byte type, ref byte IRQ, ref byte occur) + { + cycle = FrameCycle; + count = (byte)FrameCount; + type = (byte)FrameType; + IRQ = FrameIRQ; + occur = FrameIRQoccur; + } + + public override uint GetSize() + { + return sizeof(byte) + + sizeof(byte) + + sizeof(int) + + sizeof(int) + + sizeof(int) + + sizeof(byte) + + sizeof(byte) + + ch0.GetSize() + + ch1.GetSize() + + ch2.GetSize() + + ch3.GetSize() + + ch4.GetSize(); + } + + public unsafe override void SaveState(StateBuffer p) + { + p.Write(reg4015); + p.Write(sync_reg4015); + p.Write(FrameCycle); + p.Write(FrameCount); + p.Write(FrameType); + p.Write(FrameIRQ); + p.Write(FrameIRQoccur); + ch0.SaveState(p); + ch1.SaveState(p); + ch2.SaveState(p); + ch3.SaveState(p); + ch4.SaveState(p); + } + + public class RECTANGLE : IStateBufferObject { public byte[] reg = new byte[4]; // register @@ -1269,8 +1314,46 @@ namespace VirtualNes.Core dummy2 = 0; sync_len_count = 0; } + + public uint GetSize() + { + return 64; + } + + public void SaveState(StateBuffer buffer) + { + buffer.Write(reg); + buffer.Write(enable); + buffer.Write(holdnote); + buffer.Write(volume); + buffer.Write(complement); + buffer.Write(phaseacc); + buffer.Write(freq); + buffer.Write(freqlimit); + buffer.Write(adder); + buffer.Write(duty); + buffer.Write(len_count); + buffer.Write(nowvolume); + buffer.Write(env_fixed); + buffer.Write(env_decay); + buffer.Write(env_count); + buffer.Write(dummy0); + buffer.Write(env_vol); + buffer.Write(swp_on); + buffer.Write(swp_inc); + buffer.Write(swp_shift); + buffer.Write(swp_decay); + buffer.Write(swp_count); + buffer.Write(dummy1); + buffer.Write(sync_reg); + buffer.Write(sync_output_enable); + buffer.Write(sync_enable); + buffer.Write(sync_holdnote); + buffer.Write(dummy2); + buffer.Write(sync_len_count); + } } - public class TRIANGLE + public class TRIANGLE : IStateBufferObject { public byte[] reg = new byte[4]; @@ -1296,6 +1379,7 @@ namespace VirtualNes.Core public int sync_len_count; public int sync_lin_count; + internal void ZeroMemory() { Array.Clear(reg, 0, reg.Length); @@ -1318,8 +1402,34 @@ namespace VirtualNes.Core sync_len_count = 0; sync_lin_count = 0; } + + public uint GetSize() + { + return 47; + } + + public void SaveState(StateBuffer buffer) + { + buffer.Write(reg); + buffer.Write(enable); + buffer.Write(holdnote); + buffer.Write(counter_start); + buffer.Write(dummy0); + buffer.Write(phaseacc); + buffer.Write(freq); + buffer.Write(len_count); + buffer.Write(lin_count); + buffer.Write(adder); + buffer.Write(nowvolume); + buffer.Write(sync_reg); + buffer.Write(sync_enable); + buffer.Write(sync_holdnote); + buffer.Write(sync_counter_start); + buffer.Write(sync_len_count); + buffer.Write(sync_lin_count); + } } - public class DPCM + public class DPCM : IStateBufferObject { public byte[] reg = new byte[4]; public byte enable; @@ -1343,8 +1453,42 @@ namespace VirtualNes.Core public byte sync_irq_enable; public int sync_cycles, sync_cache_cycles; public int sync_dmalength, sync_cache_dmalength; + + public uint GetSize() + { + return 72; + } + + public void SaveState(StateBuffer buffer) + { + buffer.Write(reg); + buffer.Write(enable); + buffer.Write(looping); + buffer.Write(cur_byte); + buffer.Write(dpcm_value); + buffer.Write(freq); + buffer.Write(phaseacc); + buffer.Write(output); + buffer.Write(address); + buffer.Write(cache_addr); + buffer.Write(dmalength); + buffer.Write(cache_dmalength); + buffer.Write(dpcm_output_real); + buffer.Write(dpcm_output_fake); + buffer.Write(dpcm_output_old); + buffer.Write(dpcm_output_offset); + buffer.Write(sync_reg); + buffer.Write(sync_enable); + buffer.Write(sync_looping); + buffer.Write(sync_irq_gen); + buffer.Write(sync_irq_enable); + buffer.Write(sync_cycles); + buffer.Write(sync_cache_cycles); + buffer.Write(sync_dmalength); + buffer.Write(sync_cache_dmalength); + } } - public class NOISE + public class NOISE : IStateBufferObject { public byte[] reg = new byte[4]; // register @@ -1377,6 +1521,7 @@ namespace VirtualNes.Core public byte dummy1; public int sync_len_count; + internal void ZeroMemory() { Array.Clear(reg, 0, reg.Length); @@ -1406,6 +1551,37 @@ namespace VirtualNes.Core dummy1 = 0; sync_len_count = 0; } + + public uint GetSize() + { + return 52; + } + + public void SaveState(StateBuffer buffer) + { + buffer.Write(reg); + buffer.Write(enable); + buffer.Write(holdnote); + buffer.Write(volume); + buffer.Write(xor_tap); + buffer.Write(shift_reg); + buffer.Write(phaseacc); + buffer.Write(freq); + buffer.Write(len_count); + buffer.Write(nowvolume); + buffer.Write(output); + buffer.Write(env_fixed); + buffer.Write(env_decay); + buffer.Write(env_count); + buffer.Write(dummy0); + buffer.Write(env_vol); + buffer.Write(sync_reg); + buffer.Write(sync_output_enable); + buffer.Write(sync_enable); + buffer.Write(sync_holdnote); + buffer.Write(dummy1); + buffer.Write(sync_len_count); + } } } } diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/ApuEX/APU_MMC5.cs b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/ApuEX/APU_MMC5.cs index d1807d1..f8f5ff0 100644 --- a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/ApuEX/APU_MMC5.cs +++ b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/ApuEX/APU_MMC5.cs @@ -370,7 +370,27 @@ namespace VirtualNes.Core return ch.output_vol; } - public class SYNCRECTANGLE + public override uint GetSize() + { + //3*sizeof(BYTE) + sizeof(ch0) + sizeof(ch1) + sizeof(sch0) + sizeof(sch1); æºä»£ç ä¼¼ä¹Žå°‘了sync_reg5015çš„å¤§å° + return 3 + ch0.GetSize() + ch1.GetSize() + 1 + sch0.GetSize() + sch1.GetSize(); + } + + public override void SaveState(StateBuffer buffer) + { + buffer.Write(reg5010); + buffer.Write(reg5011); + buffer.Write(reg5015); + + ch0.SaveState(buffer); + ch1.SaveState(buffer); + + buffer.Write(sync_reg5015); + sch0.SaveState(buffer); + sch1.SaveState(buffer); + } + + public class SYNCRECTANGLE : IStateBufferObject { // For sync public byte[] reg = new byte[4]; @@ -387,9 +407,23 @@ namespace VirtualNes.Core Array.Clear(dummy, 0, dummy.Length); vbl_length = 0; } + + public uint GetSize() + { + return 12; + } + + public void SaveState(StateBuffer buffer) + { + buffer.Write(reg); + buffer.Write(enable); + buffer.Write(holdnote); + buffer.Write(dummy); + buffer.Write(vbl_length); + } } - public class RECTANGLE + public class RECTANGLE : IStateBufferObject { public byte[] reg = new byte[4]; public byte enable; @@ -410,6 +444,29 @@ namespace VirtualNes.Core public int adder; public int duty_flip; + + public uint GetSize() + { + return 45; + } + + public void SaveState(StateBuffer buffer) + { + buffer.Write(reg); + buffer.Write(enable); + buffer.Write(vbl_length); + buffer.Write(phaseacc); + buffer.Write(freq); + buffer.Write(output_vol); + buffer.Write(fixed_envelope); + buffer.Write(holdnote); + buffer.Write(volume); + buffer.Write(env_vol); + buffer.Write(env_phase); + buffer.Write(env_decay); + buffer.Write(adder); + buffer.Write(duty_flip); + } } } } diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/ApuEX/APU_N106.cs b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/ApuEX/APU_N106.cs index 197fab7..dadd4c7 100644 --- a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/ApuEX/APU_N106.cs +++ b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/ApuEX/APU_N106.cs @@ -1,101 +1,130 @@ -using RECTANGLE = VirtualNes.Core.APU_VRC6.RECTANGLE; +using Codice.CM.Client.Differences; +using System; +using RECTANGLE = VirtualNes.Core.APU_VRC6.RECTANGLE; using SAWTOOTH = VirtualNes.Core.APU_VRC6.SAWTOOTH; namespace VirtualNes.Core { public class APU_N106 : APU_INTERFACE { - RECTANGLE ch0 = new RECTANGLE(); - RECTANGLE ch1 = new RECTANGLE(); - SAWTOOTH ch2 = new SAWTOOTH(); + CHANNEL[] op = new CHANNEL[8]; + + const int CHANNEL_VOL_SHIFT = 6; float cpu_clock; - int cycle_rate; + uint cycle_rate; + + byte addrinc; + byte address; + byte channel_use; + + byte[] tone = new byte[0x100]; public APU_N106() { - Reset(APU_CLOCK, 22050); + // 仮設定 + cpu_clock = APU_CLOCK; + cycle_rate = (uint)(cpu_clock * 12.0f * (1 << 20) / (45.0f * 22050.0f)); } public override void Reset(float fClock, int nRate) { - ch0.ZeroMemory(); - ch1.ZeroMemory(); - ch2.ZeroMemory(); + for (int i = 0; i < 8; i++) + { + op[i].ZeroMemory(); + op[i].tonelen = 0x10 << 18; + } + + address = 0; + addrinc = 1; + channel_use = 8; Setup(fClock, nRate); + + // TONEã®åˆæœŸåŒ–ã¯ã—ãªã„... } public override void Setup(float fClock, int nRate) { cpu_clock = fClock; - cycle_rate = (int)(fClock * 65536.0f / nRate); + cycle_rate = (uint)(cpu_clock * 12.0f * (1 << 20) / (45.0f * nRate)); } public override void Write(ushort addr, byte data) { - switch (addr) + if (addr == 0x4800) { - // VRC6 CH0 rectangle - case 0x9000: - ch0.reg[0] = data; - ch0.gate = (byte)(data & 0x80); - ch0.volume = (byte)(data & 0x0F); - ch0.duty_pos = (byte)((data >> 4) & 0x07); - break; - case 0x9001: - ch0.reg[1] = data; - ch0.freq = INT2FIX((((ch0.reg[2] & 0x0F) << 8) | data) + 1); - break; - case 0x9002: - ch0.reg[2] = data; - ch0.enable = (byte)(data & 0x80); - ch0.freq = INT2FIX((((data & 0x0F) << 8) | ch0.reg[1]) + 1); - break; - // VRC6 CH1 rectangle - case 0xA000: - ch1.reg[0] = data; - ch1.gate = (byte)(data & 0x80); - ch1.volume = (byte)(data & 0x0F); - ch1.duty_pos = (byte)((data >> 4) & 0x07); - break; - case 0xA001: - ch1.reg[1] = data; - ch1.freq = INT2FIX((((ch1.reg[2] & 0x0F) << 8) | data) + 1); - break; - case 0xA002: - ch1.reg[2] = data; - ch1.enable = (byte)(data & 0x80); - ch1.freq = INT2FIX((((data & 0x0F) << 8) | ch1.reg[1]) + 1); - break; - // VRC6 CH2 sawtooth - case 0xB000: - ch2.reg[1] = data; - ch2.phaseaccum = (byte)(data & 0x3F); - break; - case 0xB001: - ch2.reg[1] = data; - ch2.freq = INT2FIX((((ch2.reg[2] & 0x0F) << 8) | data) + 1); - break; - case 0xB002: - ch2.reg[2] = data; - ch2.enable = (byte)(data & 0x80); - ch2.freq = INT2FIX((((data & 0x0F) << 8) | ch2.reg[1]) + 1); - // ch2.adder = 0; // クリアã™ã‚‹ã¨ãƒŽã‚¤ã‚ºã®åŽŸå› ã«ãªã‚‹ - // ch2.accum = 0; // クリアã™ã‚‹ã¨ãƒŽã‚¤ã‚ºã®åŽŸå› ã«ãªã‚‹ - break; + // tone[address*2+0] = (INT)(data&0x0F); + // tone[address*2+1] = (INT)(data >>4); + tone[address * 2 + 0] = (byte)(data & 0x0F); + tone[address * 2 + 1] = (byte)(data >> 4); + + if (address >= 0x40) + { + int no = (address - 0x40) >> 3; + uint tonelen = 0; + ref CHANNEL ch = ref op[no]; + + switch (address & 7) + { + case 0x00: + ch.freq = (uint)((ch.freq & ~0x000000FF) | data); + break; + case 0x02: + ch.freq = (uint)((ch.freq & ~0x0000FF00) | ((uint)data << 8)); + break; + case 0x04: + ch.freq = (uint)((ch.freq & ~0x00030000) | (((uint)data & 0x03) << 16)); + tonelen = (uint)((0x20 - (data & 0x1c)) << 18); + ch.databuf = (byte)((data & 0x1c) >> 2); + if (ch.tonelen != tonelen) + { + ch.tonelen = tonelen; + ch.phase = 0; + } + break; + case 0x06: + ch.toneadr = data; + break; + case 0x07: + ch.vol = (byte)(data & 0x0f); + ch.volupdate = 0xFF; + if (no == 7) + channel_use = (byte)(((data >> 4) & 0x07) + 1); + break; + } + } + + if (addrinc != 0) + { + address = (byte)((address + 1) & 0x7f); + } } + else if (addr == 0xF800) + { + address = (byte)(data & 0x7F); + addrinc = (byte)(data & 0x80); + } + } + + public override byte Read(ushort addr) + { + // $4800 dummy read!! + if (addr == 0x0000) + { + if (addrinc != 0) + { + address = (byte)((address + 1) & 0x7F); + } + } + + return (byte)(addr >> 8); } public override int Process(int channel) { - switch (channel) + if (channel >= (8 - channel_use) && channel < 8) { - case 0: - return RectangleRender(ch0); - case 1: - return RectangleRender(ch1); - case 2: - return SawtoothRender(ch2); + return ChannelRender(ref op[channel]); } return 0; @@ -103,143 +132,117 @@ namespace VirtualNes.Core public override int GetFreq(int channel) { - if (channel == 0 || channel == 1) + if (channel < 8) { - RECTANGLE ch; - if (channel == 0) ch = ch0; - else ch = ch1; - if (ch.enable == 0 || ch.gate != 0 || ch.volume == 0) + channel &= 7; + if (channel < (8 - channel_use)) return 0; - if (ch.freq < INT2FIX(8)) + + ref CHANNEL ch = ref op[channel & 0x07]; + if (ch.freq == 0 || ch.vol == 0) return 0; - return (int)((256.0f * cpu_clock / (FIX2INT(ch.freq) * 16.0f))); - } - if (channel == 2) - { - SAWTOOTH ch = ch2; - if (ch.enable == 0 || ch.phaseaccum == 0) + int temp = channel_use * (8 - ch.databuf) * 4 * 45; + if (temp == 0) return 0; - if (ch.freq < INT2FIX(8)) - return 0; - return (int)(256.0f * cpu_clock / (FIX2INT(ch.freq) * 14.0f)); + return (int)(256.0 * (double)cpu_clock * 12.0 * ch.freq / ((double)0x40000 * temp)); } return 0; } - int RectangleRender(RECTANGLE ch) + private int ChannelRender(ref CHANNEL ch) { - // Enable? - if (ch.enable == 0) - { - ch.output_vol = 0; - ch.adder = 0; - return ch.output_vol; - } + uint phasespd = (uint)(channel_use << 20); - // Digitized output - if (ch.gate != 0) - { - ch.output_vol = ch.volume << APU_VRC6.RECTANGLE_VOL_SHIFT; - return ch.output_vol; - } - - // 一定以上ã®å‘¨æ³¢æ•°ã¯å‡¦ç†ã—ãªã„(無駄) - if (ch.freq < INT2FIX(8)) - { - ch.output_vol = 0; - return ch.output_vol; - } - - ch.phaseacc -= cycle_rate; + ch.phaseacc -= (int)cycle_rate; if (ch.phaseacc >= 0) - return ch.output_vol; - - int output = ch.volume << APU_VRC6.RECTANGLE_VOL_SHIFT; - - if (ch.freq > cycle_rate) { - // add 1 step - ch.phaseacc += ch.freq; - ch.adder = (byte)((ch.adder + 1) & 0x0F); - if (ch.adder <= ch.duty_pos) - ch.output_vol = output; - else - ch.output_vol = -output; - } - else - { - // average calculate - int num_times, total; - num_times = total = 0; - while (ch.phaseacc < 0) + if (ch.volupdate != 0) { - ch.phaseacc += ch.freq; - ch.adder = (byte)((ch.adder + 1) & 0x0F); - if (ch.adder <= ch.duty_pos) - total += output; - else - total += -output; - num_times++; + ch.output = (tone[((ch.phase >> 18) + ch.toneadr) & 0xFF] * ch.vol) << CHANNEL_VOL_SHIFT; + ch.volupdate = 0; } - ch.output_vol = total / num_times; + return ch.output; } - return ch.output_vol; + while (ch.phaseacc < 0) + { + ch.phaseacc += (int)phasespd; + ch.phase += ch.freq; + } + while (ch.tonelen != 0 && (ch.phase >= ch.tonelen)) + { + ch.phase -= ch.tonelen; + } + + ch.output = (tone[((ch.phase >> 18) + ch.toneadr) & 0xFF] * ch.vol) << CHANNEL_VOL_SHIFT; + + return ch.output; } - int SawtoothRender(SAWTOOTH ch) + public override uint GetSize() { - // Digitized output - if (ch.enable == 0) + return (uint)(3 * sizeof(byte) + 8 * op[0].GetSize() + tone.Length); + } + + public override void SaveState(StateBuffer buffer) + { + buffer.Write(addrinc); + buffer.Write(address); + buffer.Write(channel_use); + + foreach (var oneOp in op) + oneOp.SaveState(buffer); + + buffer.Write(tone); + } + + public struct CHANNEL : IStateBufferObject + { + public int phaseacc; + + public uint freq; + public uint phase; + public uint tonelen; + + public int output; + + public byte toneadr; + public byte volupdate; + + public byte vol; + public byte databuf; + + internal void ZeroMemory() { - ch.output_vol = 0; - return ch.output_vol; + phaseacc = 0; + freq = 0; + phase = 0; + tonelen = 0; + output = 0; + toneadr = 0; + volupdate = 0; + vol = 0; + databuf = 0; } - // 一定以上ã®å‘¨æ³¢æ•°ã¯å‡¦ç†ã—ãªã„(無駄) - if (ch.freq < INT2FIX(9)) + public uint GetSize() { - return ch.output_vol; + return 4 * 5 + 4; } - ch.phaseacc -= cycle_rate / 2; - if (ch.phaseacc >= 0) - return ch.output_vol; - - if (ch.freq > cycle_rate / 2) + public void SaveState(StateBuffer buffer) { - // add 1 step - ch.phaseacc += ch.freq; - if (++ch.adder >= 7) - { - ch.adder = 0; - ch.accum = 0; - } - ch.accum += ch.phaseaccum; - ch.output_vol = ch.accum << APU_VRC6.SAWTOOTH_VOL_SHIFT; + buffer.Write(phaseacc); + buffer.Write(freq); + buffer.Write(phase); + buffer.Write(tonelen); + buffer.Write(output); + buffer.Write(toneadr); + buffer.Write(volupdate); + buffer.Write(vol); + buffer.Write(databuf); } - else - { - // average calculate - int num_times, total; - num_times = total = 0; - while (ch.phaseacc < 0) - { - ch.phaseacc += ch.freq; - if (++ch.adder >= 7) - { - ch.adder = 0; - ch.accum = 0; - } - ch.accum += ch.phaseaccum; - total += ch.accum << APU_VRC6.SAWTOOTH_VOL_SHIFT; - num_times++; - } - ch.output_vol = (total / num_times); - } - - return ch.output_vol; } } } diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/ApuEX/APU_VRC6.cs b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/ApuEX/APU_VRC6.cs index 1b0845e..cdc442f 100644 --- a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/ApuEX/APU_VRC6.cs +++ b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/ApuEX/APU_VRC6.cs @@ -1,4 +1,5 @@ using System; +using System.IO; namespace VirtualNes.Core { @@ -245,7 +246,18 @@ namespace VirtualNes.Core return ch.output_vol; } - public class RECTANGLE + public override uint GetSize() + { + return ch0.GetSize() + ch1.GetSize() + ch2.GetSize(); + } + public override void SaveState(StateBuffer p) + { + ch0.SaveState(p); + ch1.SaveState(p); + ch2.SaveState(p); + } + + public class RECTANGLE : IStateBufferObject { public byte[] reg = new byte[3]; @@ -274,9 +286,27 @@ namespace VirtualNes.Core adder = 0; duty_pos = 0; } + + public uint GetSize() + { + return 20; + } + + public void SaveState(StateBuffer buffer) + { + buffer.Write(reg); + buffer.Write(enable); + buffer.Write(gate); + buffer.Write(volume); + buffer.Write(phaseacc); + buffer.Write(freq); + buffer.Write(output_vol); + buffer.Write(adder); + buffer.Write(duty_pos); + } } - public class SAWTOOTH + public class SAWTOOTH : IStateBufferObject { public byte[] reg = new byte[3]; @@ -305,6 +335,24 @@ namespace VirtualNes.Core accum = 0; phaseaccum = 0; } + + public uint GetSize() + { + return 20; + } + + public void SaveState(StateBuffer buffer) + { + buffer.Write(reg); + buffer.Write(enable); + buffer.Write(volume); + buffer.Write(phaseacc); + buffer.Write(freq); + buffer.Write(output_vol); + buffer.Write(adder); + buffer.Write(accum); + buffer.Write(phaseaccum); + } } } } diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/ApuEX/APU_VRC7.cs b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/ApuEX/APU_VRC7.cs index 83b2e79..5ffde57 100644 --- a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/ApuEX/APU_VRC7.cs +++ b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/ApuEX/APU_VRC7.cs @@ -1,4 +1,5 @@ using System; +using System.IO; using VirtualNes.Core.Emu2413; namespace VirtualNes.Core @@ -92,5 +93,15 @@ namespace VirtualNes.Core return 0; } + + public override uint GetSize() + { + return 0; + } + + public override void SaveState(StateBuffer buffer) + { + //not impl + } } } diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/CPU.cs b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/CPU.cs index edf83a5..be4fc29 100644 --- a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/CPU.cs +++ b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/CPU.cs @@ -2021,6 +2021,11 @@ namespace VirtualNes.Core { r = R; } + + internal int GetDmaCycles() + { + return DMA_cycles; + } } public enum StatusFlag6502 : int diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/CoreLibs/ByteArrayRef.cs b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/CoreLibs/ByteArrayRef.cs index 3126a59..c23925c 100644 --- a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/CoreLibs/ByteArrayRef.cs +++ b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/CoreLibs/ByteArrayRef.cs @@ -53,6 +53,11 @@ namespace VirtualNes.Core } } + public Span Span(int start, int length) + { + return new Span(m_rawArray, start + Offset, length); + } + public static implicit operator ArrayRef(T[] array) { return new ArrayRef(array); diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/CoreLibs/MemoryUtility.cs b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/CoreLibs/MemoryUtility.cs index eea81c1..1f9b1a1 100644 --- a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/CoreLibs/MemoryUtility.cs +++ b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/CoreLibs/MemoryUtility.cs @@ -40,5 +40,10 @@ namespace VirtualNes.Core } } } + + public static void memcpy(Array dst, Array src, int length) + { + Array.Copy(src, dst, length); + } } } diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/CoreLibs/NESCOMMAND.cs b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/CoreLibs/NESCOMMAND.cs deleted file mode 100644 index e6ed2f8..0000000 --- a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/CoreLibs/NESCOMMAND.cs +++ /dev/null @@ -1,23 +0,0 @@ -namespace VirtualNes.Core -{ - public enum NESCOMMAND - { - NESCMD_NONE = 0, - NESCMD_HWRESET, - NESCMD_SWRESET, - NESCMD_EXCONTROLLER, // Commandparam - NESCMD_DISK_THROTTLE_ON, - NESCMD_DISK_THROTTLE_OFF, - NESCMD_DISK_EJECT, - NESCMD_DISK_0A, - NESCMD_DISK_0B, - NESCMD_DISK_1A, - NESCMD_DISK_1B, - NESCMD_DISK_2A, - NESCMD_DISK_2B, - NESCMD_DISK_3A, - NESCMD_DISK_3B, - - NESCMD_SOUND_MUTE, // CommandParam - } -} diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/MMU.cs b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/MMU.cs index 391254c..fbd63ef 100644 --- a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/MMU.cs +++ b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/MMU.cs @@ -60,12 +60,12 @@ namespace VirtualNes public const byte BANKTYPE_CRAM = 0x01; public const byte BANKTYPE_VRAM = 0x80; - // 儈儔乕僞僀僾 + // =ミラータイプ; public const byte VRAM_HMIRROR = 0x00; // Horizontal public const byte VRAM_VMIRROR = 0x01; // Virtical public const byte VRAM_MIRROR4 = 0x02; // All screen - public const byte VRAM_MIRROR4L = 0x03; // PA10 L屌掕 $2000-$23FFåºå„ˆå„”乕 - public const byte VRAM_MIRROR4H = 0x04; // PA10 H屌掕 $2400-$27FFåºå„ˆå„”乕 + public const byte VRAM_MIRROR4L = 0x03; // PA10 L固定 $2000-$23FFã®ãƒŸãƒ©ãƒ¼ + public const byte VRAM_MIRROR4H = 0x04; // PA10 H固定 $2400-$27FFã®ãƒŸãƒ©ãƒ¼ // Frame-IRQ儗僕僗僞($4017) public static int FrameIRQ; diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/NES.cs b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/NES.cs index 391ef68..9ea39ef 100644 --- a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/NES.cs +++ b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/NES.cs @@ -1,7 +1,12 @@ +using Codice.CM.Client.Differences; using System; using System.Collections.Generic; using System.IO; +using System.Runtime.ConstrainedExecution; +using System.Runtime.InteropServices.ComTypes; +using System.Security.Cryptography; using System.Text; +using UnityEngine; using VirtualNes.Core.Debug; namespace VirtualNes.Core @@ -21,7 +26,6 @@ namespace VirtualNes.Core private List m_CheatCode = new List(); private List m_GenieCode = new List(); private bool m_bDiskThrottle; - private int m_CommandRequest; private int m_nSnapNo; private bool m_bNsfPlaying; private bool m_bNsfInit; @@ -173,7 +177,6 @@ namespace VirtualNes.Core Debuger.Log("VirtuaNES - CSharpCore\n"); m_bDiskThrottle = false; - m_CommandRequest = 0; m_nSnapNo = 0; @@ -451,31 +454,6 @@ namespace VirtualNes.Core } } - public void Command(NESCOMMAND cmd) - { - CommandParam(cmd, 0); - } - - public bool CommandParam(NESCOMMAND cmd, int param) - { - switch (cmd) - { - case NESCOMMAND.NESCMD_NONE: break; - case NESCOMMAND.NESCMD_HWRESET: - Reset(); - m_CommandRequest = (int)cmd; - break; - case NESCOMMAND.NESCMD_SWRESET: - SoftReset(); - m_CommandRequest = (int)cmd; - break; - default: - throw new NotImplementedException($"{cmd} not impl right now"); - } - - return true; - } - public void CheatInitial() { m_CheatCode.Clear(); @@ -1673,6 +1651,256 @@ namespace VirtualNes.Core return m_BarcodeOut; } + public State GetState() + { + State state = new State(); + + //HEADER + { + state.HEADER.ID = "VirtuaNES ST"; + state.HEADER.BlockVersion = 0x0200; + + if (rom.GetMapperNo() != 20) + state.HEADER.Ext0 = rom.GetPROM_CRC(); + else + { + state.HEADER.Ext0 = rom.GetGameID(); + state.HEADER.Ext1 = (ushort)rom.GetMakerID(); + state.HEADER.Ext2 = (ushort)rom.GetDiskNo(); + } + } + + //REGISTER STATE + { + state.regBLOCK.ID = "REG DATA"; + state.regBLOCK.BlockVersion = 0x0210; + state.regBLOCK.BlockSize = state.reg.GetSize(); + + R6502 R = null; + cpu.GetContext(ref R); + + state.reg.cpureg.PC = R.PC; + state.reg.cpureg.A = R.A; + state.reg.cpureg.X = R.X; + state.reg.cpureg.Y = R.Y; + state.reg.cpureg.S = R.S; + state.reg.cpureg.P = R.P; + state.reg.cpureg.I = R.INT_pending; + + int cycles = 0; + apu.GetFrameIRQ(ref cycles, + ref state.reg.cpureg.FrameIRQ_count, + ref state.reg.cpureg.FrameIRQ_type, + ref state.reg.cpureg.FrameIRQ, + ref state.reg.cpureg.FrameIRQ_occur); + state.reg.cpureg.FrameIRQ_cycles = cycles; // ²ÎÕÕ¤¬INT¤Êžé£¨¤© + + state.reg.cpureg.DMA_cycles = cpu.GetDmaCycles(); + state.reg.cpureg.emul_cycles = emul_cycles; + state.reg.cpureg.base_cycles = base_cycles; + + // SAVE PPU STATE + state.reg.ppureg.reg0 = MMU.PPUREG[0]; + state.reg.ppureg.reg1 = MMU.PPUREG[1]; + state.reg.ppureg.reg2 = MMU.PPUREG[2]; + state.reg.ppureg.reg3 = MMU.PPUREG[3]; + state.reg.ppureg.reg7 = MMU.PPU7_Temp; + state.reg.ppureg.loopy_t = MMU.loopy_t; + state.reg.ppureg.loopy_v = MMU.loopy_v; + state.reg.ppureg.loopy_x = MMU.loopy_x; + state.reg.ppureg.toggle56 = MMU.PPU56Toggle; + } + + //RAM STATE + { + state.ram = RAMSTAT.GetDefault(); + uint size = 0; + + // SAVE RAM STATE + MemoryUtility.memcpy(state.ram.RAM, MMU.RAM, state.ram.RAM.Length); + MemoryUtility.memcpy(state.ram.BGPAL, MMU.BGPAL, state.ram.BGPAL.Length); + MemoryUtility.memcpy(state.ram.SPPAL, MMU.SPPAL, state.ram.SPPAL.Length); + MemoryUtility.memcpy(state.ram.SPRAM, MMU.SPRAM, state.ram.SPRAM.Length); + + // S-RAM STATE(ʹÓÃ/δʹÓäËév¤ï¤é¤º´æÔÚ¤¹¤ì¤Ð¥»©`¥Ö¤¹¤ë) + if (rom.IsSAVERAM()) + { + size = (uint)SAVERAM_SIZE; + } + + // Create Header + state.ramBLOCK.ID = "RAM DATA"; + state.ramBLOCK.BlockVersion = 0x0100; + state.ramBLOCK.BlockSize = size + state.ram.GetSize(); + + if (rom.IsSAVERAM()) + { + state.WRAM = new byte[SAVERAM_SIZE]; + Array.Copy(MMU.WRAM, state.WRAM, SAVERAM_SIZE); + } + } + + //BANK STATE + { + state.mmu = MMUSTAT.GetDefault(); + uint size = 0; + + // SAVE CPU MEMORY BANK DATA + // BANK0,1,2¤Ï¥Ð¥ó¥¯¥»©`¥Ö¤Ëév‚S¤Ê¤· + // VirtuaNES0.30¤«¤é + // ¥Ð¥ó¥¯£³¤ÏSRAMʹÓäËév¤ï¤é¤º¥»©`¥Ö + for (int i = 3; i < 8; i++) + { + state.mmu.CPU_MEM_TYPE[i] = MMU.CPU_MEM_TYPE[i]; + state.mmu.CPU_MEM_PAGE[i] = (ushort)MMU.CPU_MEM_PAGE[i]; + + if (MMU.CPU_MEM_TYPE[i] == MMU.BANKTYPE_RAM + || MMU.CPU_MEM_TYPE[i] == MMU.BANKTYPE_DRAM) + { + size += 8 * 1024; // 8K BANK + } + } + + // SAVE VRAM MEMORY DATA + for (int i = 0; i < 12; i++) + { + state.mmu.PPU_MEM_TYPE[i] = MMU.PPU_MEM_TYPE[i]; + state.mmu.PPU_MEM_PAGE[i] = (ushort)MMU.PPU_MEM_PAGE[i]; + } + size += 4 * 1024; // 1K BANK x 4 (VRAM) + + for (int i = 0; i < 8; i++) + { + state.mmu.CRAM_USED[i] = MMU.CRAM_USED[i]; + if (MMU.CRAM_USED[i] != 0) + { + size += 4 * 1024; // 4K BANK + } + } + + // Create Header + state.mmuBLOCK.ID = "MMU DATA"; + state.mmuBLOCK.BlockVersion = 0x0200; + state.mmuBLOCK.BlockSize = size + state.mmu.GetSize(); + + state.CPU_MEM_BANK = new List(); + // WRITE CPU RAM MEMORY BANK + for (int i = 3; i < 8; i++) + { + if (state.mmu.CPU_MEM_TYPE[i] != MMU.BANKTYPE_ROM) + { + state.CPU_MEM_BANK.AddRange(MMU.CPU_MEM_BANK[i].Span(0, 8 * 1024).ToArray()); + } + } + + // WRITE VRAM MEMORY(³£¤Ë4K·Ö¤¹¤Ù¤Æ•ø¤­Þz¤à) + state.VRAM = new byte[4 * 1024]; + Array.Copy(MMU.VRAM, state.VRAM, state.VRAM.Length); + + state.CRAM = new List(); + // WRITE CRAM MEMORY + for (int i = 0; i < 8; i++) + { + if (MMU.CRAM_USED[i] != 0) + { + var bytes = new byte[4 * 1024]; + Array.Copy(MMU.CRAM, 0x1000 * i, bytes, 0, bytes.Length); + state.CRAM.AddRange(bytes); + } + } + } + + // MMC STATE + { + state.mmc = MMCSTAT.GetDefault(); + + // Create Header + state.mmcBLOCK.ID = "MMC DATA"; + state.mmcBLOCK.BlockVersion = 0x0100; + state.mmcBLOCK.BlockSize = state.mmc.GetSize(); + + if (mapper.IsStateSave()) + { + mapper.SaveState(state.mmc.mmcdata); + } + } + + //CONTROLLER STATE + { + // Create Header + state.ctrBLOCK.ID = "CTR DATA"; + state.ctrBLOCK.BlockVersion = 0x0100; + state.ctrBLOCK.BlockSize = state.ctr.GetSize(); + + state.ctr.pad1bit = pad.pad1bit; + state.ctr.pad2bit = pad.pad2bit; + state.ctr.pad3bit = pad.pad3bit; + state.ctr.pad4bit = pad.pad4bit; + state.ctr.strobe = (byte)(pad.GetStrobe() ? 0xFF : 0); + } + + //SND STATE + { + state.snd = SNDSTAT.GetDefault(); + + // Create Header + state.sndBLOCK.ID = "SND DATA"; + state.sndBLOCK.BlockVersion = 0x0100; + state.sndBLOCK.BlockSize = state.snd.GetSize(); + + StateBuffer buffer = new StateBuffer(); + apu.SaveState(buffer); + Array.Copy(buffer.Data.ToArray(), state.snd.snddata, buffer.Data.Count); + } + + // DISKIMAGE STATE + if (rom.GetMapperNo() == 20) + { + var lpDisk = rom.GetPROM(); + var lpWrite = rom.GetDISK(); + int DiskSize = 16 + 65500 * rom.GetDiskNo(); + + + // Ïàß`Êý¤ò¥«¥¦¥ó¥È + for (int i = 16; i < DiskSize; i++) + { + if (lpWrite[i] != 0) + state.dsk.DifferentSize++; + } + + state.dskBLOCK.ID = "DISKDATA"; + state.dskBLOCK.BlockVersion = 0x0210; + state.dskBLOCK.BlockSize = 0; + + for (int i = 16; i < DiskSize; i++) + { + if (lpWrite[i] != 0) + { + state.dskdata = (uint)(i & 0x00FFFFFF); + state.dskdata |= ((uint)lpDisk[i] & 0xFF) << 24; + } + } + } + + // EXCTR STATE + if (pad.GetExController() != 0) + { + state.exctrBLOCK.ID = "EXCTRDAT"; + state.exctrBLOCK.BlockVersion = 0x0100; + state.exctrBLOCK.BlockSize = state.exctr.GetSize(); + + // Some excontrollers will default 0 + state.exctr.data = pad.GetSyncExData(); + } + + return state; + } + + public void LoadState(State state) + { + + } + public enum IRQMETHOD { IRQ_HSYNC = 0, IRQ_CLOCK = 1 diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/PAD.cs b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/PAD.cs index 836e44c..f418d58 100644 --- a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/PAD.cs +++ b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/PAD.cs @@ -1,4 +1,6 @@ -using System.Collections.Generic; +using Codice.CM.Client.Differences; +using System; +using System.Collections.Generic; namespace VirtualNes.Core { @@ -507,6 +509,68 @@ namespace VirtualNes.Core { return excontroller_select; } + + internal bool GetStrobe() + { + return bStrobe; + } + + internal uint GetSyncExData() + { + uint data = 0; + + switch ((EXCONTROLLER)excontroller_select) + { + case EXCONTROLLER.EXCONTROLLER_ZAPPER: + case EXCONTROLLER.EXCONTROLLER_PADDLE: + case EXCONTROLLER.EXCONTROLLER_SPACESHADOWGUN: + case EXCONTROLLER.EXCONTROLLER_OEKAKIDS_TABLET: + case EXCONTROLLER.EXCONTROLLER_VSZAPPER: + { + int x, y; + x = expad.GetSyncData(0); + y = expad.GetSyncData(1); + if (x == -1 || y == -1) + { + data = 0x80000000; + } + else + { + data = (uint)((x & 0xFF) | ((y & 0xFF) << 8)); + } + } + if (excontroller_select != (int)EXCONTROLLER.EXCONTROLLER_SPACESHADOWGUN) + { + if (expad.GetSyncData(2) != 0) + data |= 0x0010000; + } + else + { + data |= (uint)(expad.GetSyncData(2) << 16); + } + break; + case EXCONTROLLER.EXCONTROLLER_CRAZYCLIMBER: + data = (uint)expad.GetSyncData(0); + break; + case EXCONTROLLER.EXCONTROLLER_TOPRIDER: + data = (uint)expad.GetSyncData(0); + break; + case EXCONTROLLER.EXCONTROLLER_FAMILYTRAINER_A: + case EXCONTROLLER.EXCONTROLLER_FAMILYTRAINER_B: + data = (uint)expad.GetSyncData(0); + break; + case EXCONTROLLER.EXCONTROLLER_EXCITINGBOXING: + data = (uint)expad.GetSyncData(0); + break; + case EXCONTROLLER.EXCONTROLLER_MAHJANG: + data = (uint)expad.GetSyncData(0); + break; + + default: + break; + } + return data; + } } public enum VSType diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State.meta b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State.meta new file mode 100644 index 0000000..4afed5a --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 915f7790a5c8e34469efbee412b66d3a +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/BLOCKHDR.cs b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/BLOCKHDR.cs new file mode 100644 index 0000000..f9a6a03 --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/BLOCKHDR.cs @@ -0,0 +1,23 @@ +namespace VirtualNes.Core +{ + public struct BLOCKHDR : IStateBufferObject + { + public string ID; + public ushort Reserved; + public ushort BlockVersion; + public uint BlockSize; + + public readonly void SaveState(StateBuffer buffer) + { + buffer.Write(ID); + buffer.Write(Reserved); + buffer.Write(BlockVersion); + buffer.Write(BlockSize); + } + + public readonly uint GetSize() + { + return (uint)(ID.Length + sizeof(ushort) + sizeof(ushort) + sizeof(uint)); + } + } +} diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/CoreLibs/NESCOMMAND.cs.meta b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/BLOCKHDR.cs.meta similarity index 83% rename from AxibugEmuOnline.Client/Assets/VirtualNes.Core/CoreLibs/NESCOMMAND.cs.meta rename to AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/BLOCKHDR.cs.meta index db767eb..beaf18e 100644 --- a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/CoreLibs/NESCOMMAND.cs.meta +++ b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/BLOCKHDR.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: d7e8126382c9728429056ba33afc85eb +guid: 4c00b92c189cbc841a1f8e26749ba6df MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/CTRSTAT.cs b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/CTRSTAT.cs new file mode 100644 index 0000000..950610a --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/CTRSTAT.cs @@ -0,0 +1,28 @@ +using Codice.CM.Client.Differences; +using System; + +namespace VirtualNes.Core +{ + public struct CTRSTAT : IStateBufferObject + { + public uint pad1bit; + public uint pad2bit; + public uint pad3bit; + public uint pad4bit; + public byte strobe; + + public readonly uint GetSize() + { + return sizeof(uint) * 4 + sizeof(byte); + } + + public readonly void SaveState(StateBuffer buffer) + { + buffer.Write(pad1bit); + buffer.Write(pad2bit); + buffer.Write(pad3bit); + buffer.Write(pad4bit); + buffer.Write(strobe); + } + } +} diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/CTRSTAT.cs.meta b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/CTRSTAT.cs.meta new file mode 100644 index 0000000..b5613b1 --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/CTRSTAT.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: be39d1ba53756fc4fa9cbdc7d7fc34a2 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/DISKDATA.cs b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/DISKDATA.cs new file mode 100644 index 0000000..9ff4b22 --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/DISKDATA.cs @@ -0,0 +1,7 @@ +namespace VirtualNes.Core +{ + public struct DISKDATA + { + public int DifferentSize; + } +} diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/DISKDATA.cs.meta b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/DISKDATA.cs.meta new file mode 100644 index 0000000..c576319 --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/DISKDATA.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f364c4c9681ea6b4fad0c68f42f9b230 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/EXCTRSTAT.cs b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/EXCTRSTAT.cs new file mode 100644 index 0000000..8351127 --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/EXCTRSTAT.cs @@ -0,0 +1,17 @@ +namespace VirtualNes.Core +{ + public struct EXCTRSTAT : IStateBufferObject + { + public uint data; + + public readonly uint GetSize() + { + return sizeof(uint); + } + + public readonly void SaveState(StateBuffer buffer) + { + throw new System.NotImplementedException(); + } + } +} diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/EXCTRSTAT.cs.meta b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/EXCTRSTAT.cs.meta new file mode 100644 index 0000000..51cd6ba --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/EXCTRSTAT.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ed6b363609705fd41a70255c4bbc7dd2 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/FILEHDR2.cs b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/FILEHDR2.cs new file mode 100644 index 0000000..b8c62fb --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/FILEHDR2.cs @@ -0,0 +1,32 @@ +using System; +using System.Collections.Generic; +using System.Text; + +namespace VirtualNes.Core +{ + public struct FILEHDR2 : IStateBufferObject + { + public string ID; + /// 2字节 + public ushort BlockVersion; + /// 4字节 + public uint Ext0; + /// 2字节 + public ushort Ext1; + /// 2字节 + public ushort Ext2; + + public void SaveState(StateBuffer buffer) + { + buffer.Write(ID); + buffer.Write(BlockVersion); + buffer.Write(Ext1); + buffer.Write(Ext2); + } + + public uint GetSize() + { + return (uint)(ID.Length + sizeof(ushort) + sizeof(uint) + sizeof(ushort) + sizeof(ushort)); + } + } +} diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/FILEHDR2.cs.meta b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/FILEHDR2.cs.meta new file mode 100644 index 0000000..c673a9c --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/FILEHDR2.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 86729820f1e0c0d4cbd58955e1238fd6 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/MMCSTAT.cs b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/MMCSTAT.cs new file mode 100644 index 0000000..2f5ada0 --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/MMCSTAT.cs @@ -0,0 +1,22 @@ +namespace VirtualNes.Core +{ + public struct MMCSTAT : IStateBufferObject + { + public byte[] mmcdata; + + public static MMCSTAT GetDefault() + { + return new MMCSTAT() { mmcdata = new byte[256] }; + } + + public uint GetSize() + { + return (uint)mmcdata.Length; + } + + public void SaveState(StateBuffer buffer) + { + buffer.Write(mmcdata); + } + } +} diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/MMCSTAT.cs.meta b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/MMCSTAT.cs.meta new file mode 100644 index 0000000..5d6157b --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/MMCSTAT.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 61532b9db0674494099449267f13b2c5 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/MMUSTAT.cs b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/MMUSTAT.cs new file mode 100644 index 0000000..1109c89 --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/MMUSTAT.cs @@ -0,0 +1,38 @@ +namespace VirtualNes.Core +{ + public struct MMUSTAT : IStateBufferObject + { + public byte[] CPU_MEM_TYPE; + public ushort[] CPU_MEM_PAGE; + public byte[] PPU_MEM_TYPE; + public ushort[] PPU_MEM_PAGE; + public byte[] CRAM_USED; + + public static MMUSTAT GetDefault() + { + var res = new MMUSTAT(); + + res.CPU_MEM_TYPE = new byte[8]; + res.CPU_MEM_PAGE = new ushort[8]; + res.PPU_MEM_TYPE = new byte[12]; + res.PPU_MEM_PAGE = new ushort[12]; + res.CRAM_USED = new byte[8]; + + return res; + } + + public uint GetSize() + { + return (uint)(CPU_MEM_TYPE.Length + CPU_MEM_PAGE.Length + PPU_MEM_TYPE.Length + PPU_MEM_PAGE.Length + CRAM_USED.Length); + } + + public void SaveState(StateBuffer buffer) + { + buffer.Write(CPU_MEM_TYPE); + buffer.Write(CPU_MEM_PAGE); + buffer.Write(PPU_MEM_TYPE); + buffer.Write(PPU_MEM_PAGE); + buffer.Write(CRAM_USED); + } + } +} diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/MMUSTAT.cs.meta b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/MMUSTAT.cs.meta new file mode 100644 index 0000000..8e91228 --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/MMUSTAT.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: bae9e1d800e0de741b04ec6979bc086f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/RAMSTAT.cs b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/RAMSTAT.cs new file mode 100644 index 0000000..f6eec9e --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/RAMSTAT.cs @@ -0,0 +1,38 @@ + +namespace VirtualNes.Core +{ + public struct RAMSTAT : IStateBufferObject + { + /// Internal NES RAM + public byte[] RAM; + /// BG Palette + public byte[] BGPAL; + /// SP Palette + public byte[] SPPAL; + /// Sprite RAM + public byte[] SPRAM; + + public static RAMSTAT GetDefault() + { + var res = new RAMSTAT(); + res.RAM = new byte[2 * 1024]; + res.BGPAL = new byte[16]; + res.SPPAL = new byte[16]; + res.SPRAM = new byte[256]; + return res; + } + + public readonly uint GetSize() + { + return (uint)(RAM.Length + BGPAL.Length + SPPAL.Length + SPRAM.Length); + } + + public readonly void SaveState(StateBuffer buffer) + { + buffer.Write(RAM); + buffer.Write(BGPAL); + buffer.Write(SPPAL); + buffer.Write(SPRAM); + } + } +} diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/RAMSTAT.cs.meta b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/RAMSTAT.cs.meta new file mode 100644 index 0000000..e110163 --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/RAMSTAT.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 1acd6e5360be08b4e88b477d7983aa1d +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/REGSTAT.cs b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/REGSTAT.cs new file mode 100644 index 0000000..52ce17d --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/REGSTAT.cs @@ -0,0 +1,96 @@ +namespace VirtualNes.Core +{ + public struct REGSTAT : IStateBufferObject + { + public CPUSTAT cpureg; + public PPUSTAT ppureg; + + public void SaveState(StateBuffer buffer) + { + cpureg.SaveState(buffer); + ppureg.SaveState(buffer); + } + + public uint GetSize() + { + return cpureg.GetSize() + ppureg.GetSize(); + } + } + + public struct CPUSTAT : IStateBufferObject + { + public ushort PC; + public byte A; + public byte X; + public byte Y; + public byte S; + public byte P; + public byte I; // Interrupt pending flag + + public byte FrameIRQ; + public byte FrameIRQ_occur; + public byte FrameIRQ_count; + public byte FrameIRQ_type; + public int FrameIRQ_cycles; + public int DMA_cycles; + + public long emul_cycles; + public long base_cycles; + + public readonly uint GetSize() + { + return 32; + } + + public readonly void SaveState(StateBuffer buffer) + { + buffer.Write(PC); + buffer.Write(A); + buffer.Write(X); + buffer.Write(Y); + buffer.Write(S); + buffer.Write(P); + buffer.Write(I); + buffer.Write(FrameIRQ); + buffer.Write(FrameIRQ_occur); + buffer.Write(FrameIRQ_count); + buffer.Write(FrameIRQ_type); + buffer.Write(FrameIRQ_cycles); + buffer.Write(DMA_cycles); + buffer.Write(emul_cycles); + buffer.Write(base_cycles); + } + } + + public struct PPUSTAT : IStateBufferObject + { + public byte reg0; + public byte reg1; + public byte reg2; + public byte reg3; + public byte reg7; + public byte toggle56; + + public ushort loopy_t; + public ushort loopy_v; + public ushort loopy_x; + + public readonly uint GetSize() + { + return 12; + } + + public readonly void SaveState(StateBuffer buffer) + { + buffer.Write(reg0); + buffer.Write(reg1); + buffer.Write(reg2); + buffer.Write(reg3); + buffer.Write(reg7); + buffer.Write(toggle56); + buffer.Write(loopy_t); + buffer.Write(loopy_v); + buffer.Write(loopy_x); + } + } +} diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/REGSTAT.cs.meta b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/REGSTAT.cs.meta new file mode 100644 index 0000000..3858ea9 --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/REGSTAT.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 1350a5cfb70265848b3af2a05a2709eb +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/SNDSTAT.cs b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/SNDSTAT.cs new file mode 100644 index 0000000..38bd9e9 --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/SNDSTAT.cs @@ -0,0 +1,28 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace VirtualNes.Core +{ + public struct SNDSTAT : IStateBufferObject + { + public byte[] snddata; + + public static SNDSTAT GetDefault() + { + return new SNDSTAT() { snddata = new byte[0x800] }; + } + + public uint GetSize() + { + return (uint)snddata.Length; + } + + public void SaveState(StateBuffer buffer) + { + buffer.Write(snddata); + } + } +} diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/SNDSTAT.cs.meta b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/SNDSTAT.cs.meta new file mode 100644 index 0000000..ba3e420 --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/SNDSTAT.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 1906102fbfecacf4a988a89e6d373c10 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/State.cs b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/State.cs new file mode 100644 index 0000000..2edd3fb --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/State.cs @@ -0,0 +1,39 @@ +using System.Collections.Generic; + +namespace VirtualNes.Core +{ + public struct State + { + public FILEHDR2 HEADER; + + public BLOCKHDR regBLOCK; + public REGSTAT reg; + + public BLOCKHDR ramBLOCK; + public RAMSTAT ram; + /// Maybe null cause by rom IsSaveRAM() + public byte[] WRAM; + + public BLOCKHDR mmuBLOCK; + public MMUSTAT mmu; + public List CPU_MEM_BANK; + public byte[] VRAM; + public List CRAM; + + public BLOCKHDR mmcBLOCK; + public MMCSTAT mmc; + + public BLOCKHDR ctrBLOCK; + public CTRSTAT ctr; + + public BLOCKHDR sndBLOCK; + public SNDSTAT snd; + + public BLOCKHDR dskBLOCK; + public DISKDATA dsk; + public uint dskdata; + + public BLOCKHDR exctrBLOCK; + public EXCTRSTAT exctr; + } +} diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/State.cs.meta b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/State.cs.meta new file mode 100644 index 0000000..723c7b7 --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/State.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: b685425b0082cf246bf59e849aef0d0b +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/StateBuffer.cs b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/StateBuffer.cs new file mode 100644 index 0000000..b5c86f2 --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/StateBuffer.cs @@ -0,0 +1,88 @@ +using System; +using System.Collections.Generic; +using System.Text; + +namespace VirtualNes.Core +{ + public class StateBuffer + { + public List Data = new List(); + + public long Position + { + get => Data.Count - 1; + set + { + var gap = value - Position; + if (gap > 0) + { + Data.AddRange(new byte[gap]); + } + else + { + Data.RemoveRange((int)Position, (int)gap); + } + } + } + + public void Write(byte[] bytes) + { + Data.AddRange(bytes); + } + public void Write(sbyte[] sbytes) + { + foreach(var value in sbytes) + { + Write(value); + } + } + public void Write(byte[] bytes, int length) + { + Data.AddRange(bytes); + } + public void Write(byte value) + { + Data.Add(value); + } + public void Write(ushort[] values) + { + foreach (var value in values) + Write(value); + } + public void Write(int[] values) + { + foreach (var value in values) + Write(value); + } + public void Write(string value) + { + Write(Encoding.ASCII.GetBytes(value)); + } + public void Write(double value) + { + Write(BitConverter.GetBytes(value)); + } + public void Write(ushort value) + { + Write(BitConverter.GetBytes(value)); + } + public void Write(int value) + { + Write(BitConverter.GetBytes(value)); + } + public void Write(sbyte value) + { + Write(value); + } + public void Write(long value) + { + Write(BitConverter.GetBytes(value)); + } + } + + public interface IStateBufferObject + { + uint GetSize(); + void SaveState(StateBuffer buffer); + } +} diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/StateBuffer.cs.meta b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/StateBuffer.cs.meta new file mode 100644 index 0000000..595c59d --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/StateBuffer.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: f215860b2526aa04a819da176e190437 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/AxibugEmuOnline.Client/ProjectSettings/ProjectSettings.asset b/AxibugEmuOnline.Client/ProjectSettings/ProjectSettings.asset index b5cb201..641bd9f 100644 --- a/AxibugEmuOnline.Client/ProjectSettings/ProjectSettings.asset +++ b/AxibugEmuOnline.Client/ProjectSettings/ProjectSettings.asset @@ -658,7 +658,7 @@ PlayerSettings: additionalCompilerArguments: {} platformArchitecture: {} scriptingBackend: - Android: 1 + Android: 0 Standalone: 1 il2cppCompilerConfiguration: {} managedStrippingLevel: {} -- 2.36.0.windows.1 From 273015f95b214685a23b6d2f8c7e6dda1655cf1f Mon Sep 17 00:00:00 2001 From: "ALIENJACK\\alien" Date: Thu, 29 Aug 2024 17:30:56 +0800 Subject: [PATCH 4/7] =?UTF-8?q?=E8=A1=A5=E5=85=85State?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Assets/VirtualNes.Core/State/DISKDATA.cs | 12 +++++- .../Assets/VirtualNes.Core/State/EXCTRSTAT.cs | 2 +- .../Assets/VirtualNes.Core/State/FILEHDR2.cs | 5 ++- .../Assets/VirtualNes.Core/State/State.cs | 39 +++++++++++++++++++ 4 files changed, 54 insertions(+), 4 deletions(-) diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/DISKDATA.cs b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/DISKDATA.cs index 9ff4b22..95e21b6 100644 --- a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/DISKDATA.cs +++ b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/DISKDATA.cs @@ -1,7 +1,17 @@ namespace VirtualNes.Core { - public struct DISKDATA + public struct DISKDATA : IStateBufferObject { public int DifferentSize; + + public uint GetSize() + { + return sizeof(int); + } + + public void SaveState(StateBuffer buffer) + { + buffer.Write(DifferentSize); + } } } diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/EXCTRSTAT.cs b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/EXCTRSTAT.cs index 8351127..469c414 100644 --- a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/EXCTRSTAT.cs +++ b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/EXCTRSTAT.cs @@ -11,7 +11,7 @@ public readonly void SaveState(StateBuffer buffer) { - throw new System.NotImplementedException(); + buffer.Write(data); } } } diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/FILEHDR2.cs b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/FILEHDR2.cs index b8c62fb..46dc209 100644 --- a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/FILEHDR2.cs +++ b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/FILEHDR2.cs @@ -16,15 +16,16 @@ namespace VirtualNes.Core /// 2字节 public ushort Ext2; - public void SaveState(StateBuffer buffer) + public readonly void SaveState(StateBuffer buffer) { buffer.Write(ID); buffer.Write(BlockVersion); + buffer.Write(Ext0); buffer.Write(Ext1); buffer.Write(Ext2); } - public uint GetSize() + public readonly uint GetSize() { return (uint)(ID.Length + sizeof(ushort) + sizeof(uint) + sizeof(ushort) + sizeof(ushort)); } diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/State.cs b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/State.cs index 2edd3fb..d1f5ddb 100644 --- a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/State.cs +++ b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/State/State.cs @@ -35,5 +35,44 @@ namespace VirtualNes.Core public BLOCKHDR exctrBLOCK; public EXCTRSTAT exctr; + + public readonly byte[] ToBytes() + { + StateBuffer buffer = new StateBuffer(); + + HEADER.SaveState(buffer); + + regBLOCK.SaveState(buffer); + reg.SaveState(buffer); + + ramBLOCK.SaveState(buffer); + ram.SaveState(buffer); + + if(WRAM!=null) buffer.Write(WRAM); + + mmuBLOCK.SaveState(buffer); + mmu.SaveState(buffer); + buffer.Write(CPU_MEM_BANK.ToArray()); + buffer.Write(VRAM); + buffer.Write(CRAM.ToArray()); + + mmcBLOCK.SaveState(buffer); + mmc.SaveState(buffer); + + ctrBLOCK.SaveState(buffer); + ctr.SaveState(buffer); + + sndBLOCK.SaveState(buffer); + snd.SaveState(buffer); + + dskBLOCK.SaveState(buffer); + dsk.SaveState(buffer); + buffer.Write(dskdata); + + exctrBLOCK.SaveState(buffer); + exctr.SaveState(buffer); + + return buffer.Data.ToArray(); + } } } -- 2.36.0.windows.1 From fc94396dfa3b935bedfb6130853cc366baab8b10 Mon Sep 17 00:00:00 2001 From: "ALIENJACK\\alien" Date: Thu, 29 Aug 2024 18:31:36 +0800 Subject: [PATCH 5/7] =?UTF-8?q?Ui=E8=BF=AD=E4=BB=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../UIPrefabs/RomItemTemplate.prefab | 44 ++++- .../Assets/Scene/AxibugEmuOnline.Client.unity | 101 +----------- .../Assets/Scene/EmuTest.unity | 151 +----------------- .../Assets/Script/AppAxibugEmuOnline.cs | 2 + .../Assets/Script/Manager/AppSceneLoader.cs | 89 +++++++++++ .../Script/Manager/AppSceneLoader.cs.meta | 11 ++ .../Assets/Script/NesEmulator/NesEmulator.cs | 11 +- .../Assets/Script/UI/RomItem.cs | 17 +- .../VirtualNes.Core/Mapper/Mapper245.cs | 2 +- .../ProjectSettings/EditorBuildSettings.asset | 3 + 10 files changed, 178 insertions(+), 253 deletions(-) create mode 100644 AxibugEmuOnline.Client/Assets/Script/Manager/AppSceneLoader.cs create mode 100644 AxibugEmuOnline.Client/Assets/Script/Manager/AppSceneLoader.cs.meta diff --git a/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/RomItemTemplate.prefab b/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/RomItemTemplate.prefab index 6221903..b16983a 100644 --- a/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/RomItemTemplate.prefab +++ b/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/RomItemTemplate.prefab @@ -389,6 +389,8 @@ GameObject: - component: {fileID: 8789823129857705082} - component: {fileID: 3252398029444565139} - component: {fileID: 6788248266412682264} + - component: {fileID: 8081109478688381999} + - component: {fileID: 6660646139021869069} m_Layer: 5 m_Name: InfoNode m_TagString: Untagged @@ -414,8 +416,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: 100, y: 0} - m_SizeDelta: {x: -200, y: 0} + m_AnchoredPosition: {x: 494.04688, y: 0} + m_SizeDelta: {x: 588.0938, y: 0} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &3252398029444565139 MonoBehaviour: @@ -455,6 +457,44 @@ CanvasGroup: m_Interactable: 1 m_BlocksRaycasts: 1 m_IgnoreParentGroups: 0 +--- !u!222 &8081109478688381999 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3993825260653792697} + m_CullTransparentMesh: 1 +--- !u!114 &6660646139021869069 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3993825260653792697} + 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: 0} + 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: 0} + m_Type: 0 + 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!1 &4643603390456494410 GameObject: m_ObjectHideFlags: 0 diff --git a/AxibugEmuOnline.Client/Assets/Scene/AxibugEmuOnline.Client.unity b/AxibugEmuOnline.Client/Assets/Scene/AxibugEmuOnline.Client.unity index 97c57cb..f56e1a2 100644 --- a/AxibugEmuOnline.Client/Assets/Scene/AxibugEmuOnline.Client.unity +++ b/AxibugEmuOnline.Client/Assets/Scene/AxibugEmuOnline.Client.unity @@ -38,7 +38,7 @@ RenderSettings: m_ReflectionIntensity: 1 m_CustomReflection: {fileID: 0} m_Sun: {fileID: 0} - m_IndirectSpecularColor: {r: 0.44657898, g: 0.4964133, b: 0.5748178, a: 1} + m_IndirectSpecularColor: {r: 0.37311953, g: 0.38074014, b: 0.3587274, a: 1} m_UseRadianceAmbientProbe: 0 --- !u!157 &3 LightmapSettings: @@ -216,106 +216,13 @@ RectTransform: m_Children: - {fileID: 730698712} m_Father: {fileID: 0} - m_RootOrder: 4 + m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 0, y: 0} m_Pivot: {x: 0, y: 0} ---- !u!1 &537454904 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 537454906} - - component: {fileID: 537454905} - m_Layer: 0 - m_Name: Directional Light - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!108 &537454905 -Light: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 537454904} - m_Enabled: 1 - serializedVersion: 10 - m_Type: 1 - m_Shape: 0 - m_Color: {r: 1, g: 0.95686275, b: 0.8392157, a: 1} - m_Intensity: 1 - m_Range: 10 - m_SpotAngle: 30 - m_InnerSpotAngle: 21.80208 - m_CookieSize: 10 - m_Shadows: - m_Type: 2 - m_Resolution: -1 - m_CustomResolution: -1 - m_Strength: 1 - m_Bias: 0.05 - m_NormalBias: 0.4 - m_NearPlane: 0.2 - m_CullingMatrixOverride: - e00: 1 - e01: 0 - e02: 0 - e03: 0 - e10: 0 - e11: 1 - e12: 0 - e13: 0 - e20: 0 - e21: 0 - e22: 1 - e23: 0 - e30: 0 - e31: 0 - e32: 0 - e33: 1 - m_UseCullingMatrixOverride: 0 - m_Cookie: {fileID: 0} - m_DrawHalo: 0 - m_Flare: {fileID: 0} - m_RenderMode: 0 - m_CullingMask: - serializedVersion: 2 - m_Bits: 4294967295 - m_RenderingLayerMask: 1 - m_Lightmapping: 4 - m_LightShadowCasterMode: 0 - m_AreaSize: {x: 1, y: 1} - m_BounceIntensity: 1 - m_ColorTemperature: 6570 - 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 &537454906 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 537454904} - m_LocalRotation: {x: 0.40821788, y: -0.23456968, z: 0.10938163, w: 0.8754261} - m_LocalPosition: {x: 0, y: 3, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 0} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 50, y: -30, z: 0} --- !u!1 &589359925 GameObject: m_ObjectHideFlags: 0 @@ -380,7 +287,7 @@ Transform: m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 2 + m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1001 &730698711 PrefabInstance: @@ -4976,5 +4883,5 @@ Transform: m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 3 + m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} diff --git a/AxibugEmuOnline.Client/Assets/Scene/EmuTest.unity b/AxibugEmuOnline.Client/Assets/Scene/EmuTest.unity index 9804021..0d5cca2 100644 --- a/AxibugEmuOnline.Client/Assets/Scene/EmuTest.unity +++ b/AxibugEmuOnline.Client/Assets/Scene/EmuTest.unity @@ -123,155 +123,6 @@ NavMeshSettings: debug: m_Flags: 0 m_NavMeshData: {fileID: 0} ---- !u!1 &1232273651 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1232273654} - - component: {fileID: 1232273653} - - component: {fileID: 1232273652} - m_Layer: 0 - m_Name: Main Camera - m_TagString: MainCamera - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!81 &1232273652 -AudioListener: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1232273651} - m_Enabled: 1 ---- !u!20 &1232273653 -Camera: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1232273651} - m_Enabled: 1 - serializedVersion: 2 - m_ClearFlags: 1 - m_BackGroundColor: {r: 0, g: 0, b: 0, a: 0} - m_projectionMatrixMode: 1 - m_GateFitMode: 2 - m_FOVAxisMode: 0 - m_SensorSize: {x: 36, y: 24} - m_LensShift: {x: 0, y: 0} - m_FocalLength: 50 - m_NormalizedViewPortRect: - serializedVersion: 2 - x: 0 - y: 0 - width: 1 - height: 1 - near clip plane: 0.3 - far clip plane: 1000 - field of view: 60 - orthographic: 0 - orthographic size: 5 - m_Depth: -1 - m_CullingMask: - serializedVersion: 2 - m_Bits: 4294967295 - m_RenderingPath: -1 - m_TargetTexture: {fileID: 0} - m_TargetDisplay: 0 - m_TargetEye: 3 - m_HDR: 1 - m_AllowMSAA: 1 - m_AllowDynamicResolution: 0 - m_ForceIntoRT: 0 - m_OcclusionCulling: 1 - m_StereoConvergence: 10 - m_StereoSeparation: 0.022 ---- !u!4 &1232273654 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1232273651} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 1, z: -10} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 0} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1359344831 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1359344834} - - component: {fileID: 1359344833} - - component: {fileID: 1359344832} - m_Layer: 0 - m_Name: EventSystem - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &1359344832 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1359344831} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 4f231c4fb786f3946a6b90b886c48677, type: 3} - m_Name: - m_EditorClassIdentifier: - m_HorizontalAxis: Horizontal - m_VerticalAxis: Vertical - m_SubmitButton: Submit - m_CancelButton: Cancel - m_InputActionsPerSecond: 10 - m_RepeatDelay: 0.5 - m_ForceModuleActive: 0 ---- !u!114 &1359344833 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1359344831} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 76c392e42b5098c458856cdf6ecaaaa1, type: 3} - m_Name: - m_EditorClassIdentifier: - m_FirstSelected: {fileID: 0} - m_sendNavigationEvents: 1 - m_DragThreshold: 10 ---- !u!4 &1359344834 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1359344831} - 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: 0} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1001 &4232056520998800727 PrefabInstance: m_ObjectHideFlags: 0 @@ -281,7 +132,7 @@ PrefabInstance: m_Modifications: - target: {fileID: 4232056521131536011, guid: f8bea3f8aa351bb46ada33b2274729ea, type: 3} propertyPath: m_RootOrder - value: 2 + value: 0 objectReference: {fileID: 0} - target: {fileID: 4232056521131536011, guid: f8bea3f8aa351bb46ada33b2274729ea, type: 3} propertyPath: m_LocalPosition.x diff --git a/AxibugEmuOnline.Client/Assets/Script/AppAxibugEmuOnline.cs b/AxibugEmuOnline.Client/Assets/Script/AppAxibugEmuOnline.cs index 5f8b656..acd93b4 100644 --- a/AxibugEmuOnline.Client/Assets/Script/AppAxibugEmuOnline.cs +++ b/AxibugEmuOnline.Client/Assets/Script/AppAxibugEmuOnline.cs @@ -22,6 +22,7 @@ namespace AxibugEmuOnline.Client.ClientCore public static RomLib nesRomLib; public static HttpAPI httpAPI; public static CacheManager CacheMgr; + public static AppSceneLoader SceneLoader; private static CoroutineRunner coRunner; @@ -41,6 +42,7 @@ namespace AxibugEmuOnline.Client.ClientCore httpAPI = new HttpAPI(); nesRomLib = new RomLib(EnumPlatform.NES); CacheMgr = new CacheManager(); + SceneLoader = new AppSceneLoader(); var go = new GameObject("[AppAxibugEmuOnline]"); GameObject.DontDestroyOnLoad(go); diff --git a/AxibugEmuOnline.Client/Assets/Script/Manager/AppSceneLoader.cs b/AxibugEmuOnline.Client/Assets/Script/Manager/AppSceneLoader.cs new file mode 100644 index 0000000..bd60912 --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/Script/Manager/AppSceneLoader.cs @@ -0,0 +1,89 @@ +using AxibugEmuOnline.Client.ClientCore; +using System; +using System.Collections; +using System.Collections.Generic; +using UnityEngine; +using UnityEngine.SceneManagement; + +namespace AxibugEmuOnline.Client +{ + public class AppSceneLoader + { + public LoadTask CurrentTask { get; private set; } + + Queue m_tasks = new Queue(); + Coroutine m_coroutine; + public void BeginLoad(string scenePath, Action callback) + { + m_tasks.Enqueue(new LoadTask(scenePath, callback)); + if (m_coroutine == null) + m_coroutine = AppAxibugEmuOnline.StartCoroutine(TaskFlow()); + } + + private IEnumerator TaskFlow() + { + while (m_tasks.Count > 0) + { + CurrentTask = m_tasks.Dequeue(); + + while (CurrentTask.MoveNext()) yield return null; + + CurrentTask.Callback(); + } + + CurrentTask = null; + m_coroutine = null; + } + + public class LoadTask + { + public EnumTaskState State { get; private set; } = EnumTaskState.Idle; + public float Progress => m_loadingOp != null ? m_loadingOp.progress : 0; + + private AsyncOperation m_loadingOp; + private string m_scenePath; + private Action m_callback; + public LoadTask(string scenePath, Action callback) + { + m_scenePath = scenePath; + m_callback = callback; + } + + public bool MoveNext() + { + if (State == EnumTaskState.Idle) + { + State = EnumTaskState.Running; + m_loadingOp = SceneManager.LoadSceneAsync(m_scenePath, LoadSceneMode.Additive); + return true; + } + else if (State == EnumTaskState.Running) + { + m_loadingOp.allowSceneActivation = true; + if (m_loadingOp.isDone) + { + State = EnumTaskState.Complete; + } + + return true; + } + else + { + return false; + } + } + + public void Callback() + { + m_callback?.Invoke(); + } + } + + public enum EnumTaskState + { + Idle, + Running, + Complete + } + } +} diff --git a/AxibugEmuOnline.Client/Assets/Script/Manager/AppSceneLoader.cs.meta b/AxibugEmuOnline.Client/Assets/Script/Manager/AppSceneLoader.cs.meta new file mode 100644 index 0000000..e9929a3 --- /dev/null +++ b/AxibugEmuOnline.Client/Assets/Script/Manager/AppSceneLoader.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 31fee02299bfd5141aefb2bbfb0555a9 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/AxibugEmuOnline.Client/Assets/Script/NesEmulator/NesEmulator.cs b/AxibugEmuOnline.Client/Assets/Script/NesEmulator/NesEmulator.cs index 02760be..f3f8857 100644 --- a/AxibugEmuOnline.Client/Assets/Script/NesEmulator/NesEmulator.cs +++ b/AxibugEmuOnline.Client/Assets/Script/NesEmulator/NesEmulator.cs @@ -62,8 +62,8 @@ namespace AxibugEmuOnline.Client } #if UNITY_EDITOR - [ContextMenu("IMPORT")] - public void TTTA() + [ContextMenu("ImportNesDB")] + public void ImportNesDB() { var db = Resources.Load("NES/ROMDB"); db.Clear(); @@ -85,6 +85,13 @@ namespace AxibugEmuOnline.Client UnityEditor.EditorUtility.SetDirty(db); UnityEditor.AssetDatabase.SaveAssets(); } + + [ContextMenu("GetState")] + public void GetState() + { + var state = NesCore.GetState(); + var bytes = state.ToBytes(); + } #endif } } diff --git a/AxibugEmuOnline.Client/Assets/Script/UI/RomItem.cs b/AxibugEmuOnline.Client/Assets/Script/UI/RomItem.cs index c729ae1..1137adc 100644 --- a/AxibugEmuOnline.Client/Assets/Script/UI/RomItem.cs +++ b/AxibugEmuOnline.Client/Assets/Script/UI/RomItem.cs @@ -2,11 +2,13 @@ using AxibugEmuOnline.Client.ClientCore; using AxibugEmuOnline.Client.UI; using System; using UnityEngine; +using UnityEngine.EventSystems; +using UnityEngine.SceneManagement; using UnityEngine.UI; namespace AxibugEmuOnline.Client { - public class RomItem : MenuItem, IVirtualItem + public class RomItem : MenuItem, IVirtualItem, IPointerClickHandler { [SerializeField] Image m_romImage; @@ -62,5 +64,18 @@ namespace AxibugEmuOnline.Client }); } } + + public void OnPointerClick(PointerEventData eventData) + { + if (!m_romfile.RomReady) + m_romfile.BeginDownload(); + else + { + AppAxibugEmuOnline.SceneLoader.BeginLoad("Scene/EmuTest", () => + { + var nesEmu = GameObject.FindObjectOfType(); + }); + } + } } } diff --git a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/Mapper/Mapper245.cs b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/Mapper/Mapper245.cs index 8705ad5..0ee53b9 100644 --- a/AxibugEmuOnline.Client/Assets/VirtualNes.Core/Mapper/Mapper245.cs +++ b/AxibugEmuOnline.Client/Assets/VirtualNes.Core/Mapper/Mapper245.cs @@ -248,7 +248,7 @@ namespace VirtualNes.Core chr6 = p[14]; chr7 = p[15]; irq_enable = p[16]; - irq_counter = (INT)p[17]; + irq_counter = p[17]; irq_latch = p[18]; irq_request = p[19]; } diff --git a/AxibugEmuOnline.Client/ProjectSettings/EditorBuildSettings.asset b/AxibugEmuOnline.Client/ProjectSettings/EditorBuildSettings.asset index 65e4435..bf15112 100644 --- a/AxibugEmuOnline.Client/ProjectSettings/EditorBuildSettings.asset +++ b/AxibugEmuOnline.Client/ProjectSettings/EditorBuildSettings.asset @@ -5,6 +5,9 @@ EditorBuildSettings: m_ObjectHideFlags: 0 serializedVersion: 2 m_Scenes: + - enabled: 1 + path: Assets/Scene/AxibugEmuOnline.Client.unity + guid: eb0c18a619175384d95147898a43054b - enabled: 1 path: Assets/Scene/EmuTest.unity guid: 3dba71db67877594a9b5b77059205ec8 -- 2.36.0.windows.1 From 96d0df534830a367965c79bec4f738b6095594ea Mon Sep 17 00:00:00 2001 From: "ALIENJACK\\alien" Date: Fri, 30 Aug 2024 16:23:27 +0800 Subject: [PATCH 6/7] =?UTF-8?q?UI=E8=BF=AD=E4=BB=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...-74e93e8b5108d6763a22df752eb86134.png.meta | 1828 +++++++- .../UIPrefabs/Game_NES_Template.prefab | 95 +- .../Resources/UIPrefabs/LaunchUI.prefab | 987 ++++- .../UIPrefabs/RomItemTemplate.prefab | 26 +- .../Assets/Scene/AxibugEmuOnline.Client.unity | 3830 +---------------- .../Assets/Script/Manager/AppSceneLoader.cs | 3 +- .../Assets/Script/UI/Game_NES.cs | 33 +- .../Assets/Script/UI/LaunchUI.cs | 2 + .../Assets/Script/UI/MainMenuController.cs | 6 +- .../Assets/Script/UI/MenuItem.cs | 22 +- .../Assets/Script/UI/MenuItemController.cs | 102 +- .../Assets/Script/UI/RomItem.cs | 5 +- .../Assets/Script/UI/SubMenuItemGroup.cs | 6 +- .../Assets/Script/UI/ThirdMenuRoot.cs | 69 +- AxibugEmuOnline.Client/Packages/manifest.json | 1 + .../Packages/packages-lock.json | 6 + 16 files changed, 3051 insertions(+), 3970 deletions(-) diff --git a/AxibugEmuOnline.Client/Assets/Resources/Icons/XMB-Icons/6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134.png.meta b/AxibugEmuOnline.Client/Assets/Resources/Icons/XMB-Icons/6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134.png.meta index bdd7afe..fbd320f 100644 --- a/AxibugEmuOnline.Client/Assets/Resources/Icons/XMB-Icons/6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134.png.meta +++ b/AxibugEmuOnline.Client/Assets/Resources/Icons/XMB-Icons/6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134.png.meta @@ -1,7 +1,169 @@ fileFormatVersion: 2 guid: d518d00d4940e854bbe45d9ef891401a TextureImporter: - internalIDToNameTable: [] + internalIDToNameTable: + - first: + 213: 7665297941653243114 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_0 + - first: + 213: -2412944145381371751 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_1 + - first: + 213: 8228730565043098574 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_2 + - first: + 213: -4367146705986076312 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_3 + - first: + 213: -3387028827871034133 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_4 + - first: + 213: 8919398700965861057 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_5 + - first: + 213: 3289497763870857541 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_6 + - first: + 213: 478874488427336611 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_7 + - first: + 213: 4258782385970040740 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_8 + - first: + 213: 7822982110854853509 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_9 + - first: + 213: 5118644077100750541 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_10 + - first: + 213: -7229163220818308577 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_11 + - first: + 213: -9120600793784221690 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_12 + - first: + 213: -2965399405385539181 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_13 + - first: + 213: 5890682809854816866 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_14 + - first: + 213: -5417909841277648442 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_15 + - first: + 213: -665050849695395008 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_16 + - first: + 213: 8682034241610782507 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_17 + - first: + 213: -6573334790318447088 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_18 + - first: + 213: 5059980875731502256 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_19 + - first: + 213: -7628388697099029080 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_20 + - first: + 213: 7170745494925433077 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_21 + - first: + 213: -2571023184296165555 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_22 + - first: + 213: -9192091367895293934 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_23 + - first: + 213: -848421759184358351 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_24 + - first: + 213: 9196411889247722995 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_25 + - first: + 213: 561609785760361907 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_26 + - first: + 213: -3531842527505809125 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_27 + - first: + 213: -9089168110512617150 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_28 + - first: + 213: -2889922845592434480 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_29 + - first: + 213: -5976518448480754117 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_30 + - first: + 213: 734113830533174147 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_31 + - first: + 213: 1733158932351378369 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_32 + - first: + 213: 5209310801971091685 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_33 + - first: + 213: 2322582001942222071 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_34 + - first: + 213: 8793726190578518524 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_35 + - first: + 213: 8655294034446077772 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_36 + - first: + 213: 6926578295133225156 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_37 + - first: + 213: -1023481969782777897 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_38 + - first: + 213: 7396147576320674940 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_39 + - first: + 213: -4033469010363751939 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_40 + - first: + 213: 5274365655463907642 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_41 + - first: + 213: -2467852506163787726 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_42 + - first: + 213: 5515399202704813096 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_43 + - first: + 213: -5924611699074615935 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_44 + - first: + 213: 8421009961591445557 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_45 + - first: + 213: 6004397793811865258 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_46 + - first: + 213: -8913036746241933309 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_47 + - first: + 213: 989669249371308002 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_48 + - first: + 213: -3624656263914950298 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_49 + - first: + 213: -7607456627298300113 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_50 + - first: + 213: -1609881186388565241 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_51 + - first: + 213: -3532837954792265543 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_52 + - first: + 213: -2811571389252335670 + second: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_53 externalObjects: {} serializedVersion: 11 mipmaps: @@ -41,17 +203,17 @@ TextureImporter: nPOTScale: 0 lightmap: 0 compressionQuality: 50 - spriteMode: 1 + spriteMode: 2 spriteExtrude: 1 spriteMeshType: 1 alignment: 0 spritePivot: {x: 0.5, y: 0.5} spritePixelsToUnits: 100 spriteBorder: {x: 0, y: 0, z: 0, w: 0} - spriteGenerateFallbackPhysicsShape: 1 + spriteGenerateFallbackPhysicsShape: 0 alphaUsage: 1 alphaIsTransparency: 1 - spriteTessellationDetail: -1 + spriteTessellationDetail: 0 textureType: 8 textureShape: 1 singleChannelComponent: 0 @@ -101,8 +263,1662 @@ TextureImporter: forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 - sprites: [] - outline: [] + sprites: + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_0 + rect: + serializedVersion: 2 + x: 124 + y: 688 + width: 80 + height: 79 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: ae446cd8ddb906a60800000000000000 + internalID: 7665297941653243114 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_1 + rect: + serializedVersion: 2 + x: 224 + y: 684 + width: 108 + height: 82 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 9905fa78510838ed0800000000000000 + internalID: -2412944145381371751 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_2 + rect: + serializedVersion: 2 + x: 344 + y: 680 + width: 108 + height: 88 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: ec31bc9e9d2523270800000000000000 + internalID: 8228730565043098574 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_3 + rect: + serializedVersion: 2 + x: 472 + y: 684 + width: 108 + height: 84 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 861cea38537c463c0800000000000000 + internalID: -4367146705986076312 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_4 + rect: + serializedVersion: 2 + x: 597 + y: 680 + width: 63 + height: 91 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: be44dbee93bdef0d0800000000000000 + internalID: -3387028827871034133 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_5 + rect: + serializedVersion: 2 + x: 681 + y: 676 + width: 115 + height: 97 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 1c6962d8cd118cb70800000000000000 + internalID: 8919398700965861057 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_6 + rect: + serializedVersion: 2 + x: 844 + y: 676 + width: 116 + height: 83 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 549d6f8a9c4a6ad20800000000000000 + internalID: 3289497763870857541 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_7 + rect: + serializedVersion: 2 + x: 992 + y: 664 + width: 68 + height: 116 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 3a355be5fcd45a600800000000000000 + internalID: 478874488427336611 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_8 + rect: + serializedVersion: 2 + x: 1092 + y: 668 + width: 112 + height: 91 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 4af4f6b140c3a1b30800000000000000 + internalID: 4258782385970040740 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_9 + rect: + serializedVersion: 2 + x: 1236 + y: 672 + width: 112 + height: 89 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 5833db928c0d09c60800000000000000 + internalID: 7822982110854853509 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_10 + rect: + serializedVersion: 2 + x: 1376 + y: 672 + width: 120 + height: 96 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: dc65f3b1ba3190740800000000000000 + internalID: 5118644077100750541 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_11 + rect: + serializedVersion: 2 + x: 112 + y: 576 + width: 84 + height: 88 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: f125ec73a5adcab90800000000000000 + internalID: -7229163220818308577 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_12 + rect: + serializedVersion: 2 + x: 200 + y: 576 + width: 88 + height: 85 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 600885ca6ed1d6180800000000000000 + internalID: -9120600793784221690 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_13 + rect: + serializedVersion: 2 + x: 293 + y: 576 + width: 83 + height: 85 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 39127d0c3f8c8d6d0800000000000000 + internalID: -2965399405385539181 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_14 + rect: + serializedVersion: 2 + x: 400 + y: 568 + width: 60 + height: 100 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 26275ed2ec8efb150800000000000000 + internalID: 5890682809854816866 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_15 + rect: + serializedVersion: 2 + x: 496 + y: 568 + width: 60 + height: 100 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 6c18d8564b7bfc4b0800000000000000 + internalID: -5417909841277648442 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_16 + rect: + serializedVersion: 2 + x: 600 + y: 568 + width: 76 + height: 106 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 043955a96c345c6f0800000000000000 + internalID: -665050849695395008 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_17 + rect: + serializedVersion: 2 + x: 705 + y: 568 + width: 75 + height: 104 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: b271df2b428cc7870800000000000000 + internalID: 8682034241610782507 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_18 + rect: + serializedVersion: 2 + x: 804 + y: 584 + width: 104 + height: 74 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 0162a51d5d2d6c4a0800000000000000 + internalID: -6573334790318447088 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_19 + rect: + serializedVersion: 2 + x: 952 + y: 584 + width: 104 + height: 74 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 0b40f3c2cc9a83640800000000000000 + internalID: 5059980875731502256 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_20 + rect: + serializedVersion: 2 + x: 114 + y: 472 + width: 94 + height: 82 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 8a5becc95e4822690800000000000000 + internalID: -7628388697099029080 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_21 + rect: + serializedVersion: 2 + x: 212 + y: 472 + width: 96 + height: 81 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 5f853cf090b938360800000000000000 + internalID: 7170745494925433077 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_22 + rect: + serializedVersion: 2 + x: 332 + y: 480 + width: 116 + height: 60 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: d4fbbb62904e15cd0800000000000000 + internalID: -2571023184296165555 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_23 + rect: + serializedVersion: 2 + x: 476 + y: 480 + width: 120 + height: 60 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 210aaa94a912f6080800000000000000 + internalID: -9192091367895293934 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_24 + rect: + serializedVersion: 2 + x: 620 + y: 484 + width: 108 + height: 54 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 134ba18b7ecc934f0800000000000000 + internalID: -848421759184358351 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_25 + rect: + serializedVersion: 2 + x: 756 + y: 480 + width: 112 + height: 57 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 3fd1aca73e730af70800000000000000 + internalID: 9196411889247722995 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_26 + rect: + serializedVersion: 2 + x: 904 + y: 480 + width: 84 + height: 59 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 3bd21a6ef1d3bc700800000000000000 + internalID: 561609785760361907 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_27 + rect: + serializedVersion: 2 + x: 1008 + y: 476 + width: 52 + height: 62 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: b1106690fef5cfec0800000000000000 + internalID: -3531842527505809125 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_28 + rect: + serializedVersion: 2 + x: 1092 + y: 480 + width: 56 + height: 58 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 249461d82c9ccd180800000000000000 + internalID: -9089168110512617150 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_29 + rect: + serializedVersion: 2 + x: 1192 + y: 476 + width: 84 + height: 61 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 0d84d20cb7ee4e7d0800000000000000 + internalID: -2889922845592434480 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_30 + rect: + serializedVersion: 2 + x: 1308 + y: 476 + width: 92 + height: 60 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: b366cb4d2242f0da0800000000000000 + internalID: -5976518448480754117 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_31 + rect: + serializedVersion: 2 + x: 112 + y: 372 + width: 96 + height: 81 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 38391ada3a8103a00800000000000000 + internalID: 734113830533174147 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_32 + rect: + serializedVersion: 2 + x: 248 + y: 380 + width: 139 + height: 68 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 1c36916cdda6d0810800000000000000 + internalID: 1733158932351378369 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_33 + rect: + serializedVersion: 2 + x: 420 + y: 376 + width: 260 + height: 74 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 5e8971403903b4840800000000000000 + internalID: 5209310801971091685 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_34 + rect: + serializedVersion: 2 + x: 688 + y: 376 + width: 236 + height: 74 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 7f45b7376087b3020800000000000000 + internalID: 2322582001942222071 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_35 + rect: + serializedVersion: 2 + x: 952 + y: 368 + width: 116 + height: 90 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: cf94b711167990a70800000000000000 + internalID: 8793726190578518524 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_36 + rect: + serializedVersion: 2 + x: 1104 + y: 368 + width: 188 + height: 91 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: c4f47bd0118cd1870800000000000000 + internalID: 8655294034446077772 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_37 + rect: + serializedVersion: 2 + x: 1325 + y: 376 + width: 211 + height: 74 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 4c0c856c246202060800000000000000 + internalID: 6926578295133225156 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_38 + rect: + serializedVersion: 2 + x: 117 + y: 280 + width: 63 + height: 70 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 7d79415329cdbc1f0800000000000000 + internalID: -1023481969782777897 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_39 + rect: + serializedVersion: 2 + x: 212 + y: 304 + width: 668 + height: 18 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: c7cc5f0c80564a660800000000000000 + internalID: 7396147576320674940 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_40 + rect: + serializedVersion: 2 + x: 916 + y: 292 + width: 620 + height: 33 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: df1e8b82e4d3608c0800000000000000 + internalID: -4033469010363751939 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_41 + rect: + serializedVersion: 2 + x: 96 + y: 192 + width: 280 + height: 68 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: a31527d6e9f423940800000000000000 + internalID: 5274365655463907642 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_42 + rect: + serializedVersion: 2 + x: 412 + y: 192 + width: 276 + height: 68 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 238cc0c883d60cdd0800000000000000 + internalID: -2467852506163787726 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_43 + rect: + serializedVersion: 2 + x: 732 + y: 192 + width: 284 + height: 68 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 82c61bf5a52aa8c40800000000000000 + internalID: 5515399202704813096 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_44 + rect: + serializedVersion: 2 + x: 1036 + y: 188 + width: 280 + height: 69 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 185b884bc0d87cda0800000000000000 + internalID: -5924611699074615935 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_45 + rect: + serializedVersion: 2 + x: 1352 + y: 112 + width: 160 + height: 156 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 5381fa291ff6dd470800000000000000 + internalID: 8421009961591445557 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_46 + rect: + serializedVersion: 2 + x: 100 + y: 92 + width: 244 + height: 70 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: aae9b461bf7e35350800000000000000 + internalID: 6004397793811865258 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_47 + rect: + serializedVersion: 2 + x: 408 + y: 92 + width: 244 + height: 70 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 3000f367d488e4480800000000000000 + internalID: -8913036746241933309 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_48 + rect: + serializedVersion: 2 + x: 732 + y: 92 + width: 240 + height: 70 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 2ef77e550f20cbd00800000000000000 + internalID: 989669249371308002 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_49 + rect: + serializedVersion: 2 + x: 100 + y: 4 + width: 151 + height: 70 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 661747c0552a2bdc0800000000000000 + internalID: -3624656263914950298 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_50 + rect: + serializedVersion: 2 + x: 408 + y: 4 + width: 152 + height: 70 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: f2f81b5e082ec6690800000000000000 + internalID: -7607456627298300113 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_51 + rect: + serializedVersion: 2 + x: 732 + y: 4 + width: 160 + height: 70 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 703a9ba279d88a9e0800000000000000 + internalID: -1609881186388565241 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_52 + rect: + serializedVersion: 2 + x: 1032 + y: 4 + width: 152 + height: 70 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 9b8e69f0996d8fec0800000000000000 + internalID: -3532837954792265543 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: 6rf7oodogdjj94kre161mjq6bn-74e93e8b5108d6763a22df752eb86134_53 + rect: + serializedVersion: 2 + x: 1320 + y: 4 + width: 172 + height: 70 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: ac786f2c7ba4bf8d0800000000000000 + internalID: -2811571389252335670 + vertices: [] + indices: + edges: [] + weights: [] + outline: + - - {x: -702, y: -398} + - {x: -547, y: -398} + - {x: -547, y: -324} + - {x: -700, y: -324} + - {x: -702, y: -332} + - - {x: -394, y: -324} + - {x: -394, y: -398} + - {x: -238, y: -398} + - {x: -238, y: -333} + - {x: -244, y: -324} + - - {x: -70, y: -324} + - {x: -70, y: -398} + - {x: 94, y: -398} + - {x: 94, y: -328} + - {x: 89, y: -324} + - - {x: 233, y: -324} + - {x: 230, y: -329} + - {x: 230, y: -398} + - {x: 386, y: -398} + - {x: 386, y: -335} + - {x: 385, y: -324} + - - {x: 518, y: -324} + - {x: 518, y: -398} + - {x: 685, y: -398} + - {x: 694, y: -389} + - {x: 694, y: -324} + - - {x: -699, y: -236} + - {x: -702, y: -239} + - {x: -702, y: -308} + - {x: -697, y: -310} + - {x: -464, y: -310} + - {x: -454, y: -305} + - {x: -454, y: -247} + - {x: -456, y: -236} + - - {x: -392, y: -236} + - {x: -394, y: -238} + - {x: -394, y: -310} + - {x: -154, y: -310} + - {x: -146, y: -305} + - {x: -146, y: -247} + - {x: -148, y: -236} + - - {x: -70, y: -236} + - {x: -70, y: -310} + - {x: 174, y: -310} + - {x: 174, y: -236} + - - {x: 550, y: -130} + - {x: 550, y: -290} + - {x: 714, y: -290} + - {x: 714, y: -136} + - {x: 705, y: -130} + - - {x: 615, y: -211} + - {x: 621, y: -211} + - {x: 621, y: -236} + - {x: 623, y: -238} + - {x: 615, y: -237} + - - {x: 651, y: -199} + - {x: 661, y: -199} + - {x: 661, y: -237} + - {x: 651, y: -237} + - - {x: 516, y: -154} + - {x: 504, y: -141} + - {x: 238, y: -141} + - {x: 234, y: -150} + - {x: 234, y: -210} + - {x: 241, y: -214} + - {x: 496, y: -214} + - {x: 506, y: -212} + - {x: 518, y: -191} + - {x: 518, y: -165} + - - {x: -701, y: -138} + - {x: -706, y: -148} + - {x: -706, y: -210} + - {x: -422, y: -210} + - {x: -422, y: -138} + - - {x: -118, y: -138} + - {x: -390, y: -138} + - {x: -390, y: -210} + - {x: -124, y: -210} + - {x: -110, y: -203} + - {x: -110, y: -144} + - {x: -111, y: -140} + - - {x: 212, y: -138} + - {x: -54, y: -138} + - {x: -70, y: -140} + - {x: -70, y: -210} + - {x: 206, y: -210} + - {x: 218, y: -198} + - {x: 218, y: -154} + - {x: 215, y: -142} + - - {x: -647, y: -48} + - {x: -685, y: -77} + - {x: -685, y: -99} + - {x: -667, y: -122} + - {x: -618, y: -122} + - {x: -618, y: -52} + - {x: -625, y: -48} + - - {x: 115, y: -73} + - {x: 114, y: -79} + - {x: 114, y: -109} + - {x: 116, y: -110} + - {x: 545, y: -110} + - {x: 738, y: -108} + - {x: 738, y: -76} + - {x: 734, y: -73} + - - {x: 79, y: -76} + - {x: -590, y: -76} + - {x: -590, y: -98} + - {x: 82, y: -98} + - {x: 82, y: -79} + - - {x: 150, y: 60} + - {x: 150, y: -33} + - {x: 153, y: -34} + - {x: 267, y: -34} + - {x: 270, y: -32} + - {x: 270, y: 56} + - {x: 267, y: 60} + - - {x: 316, y: 61} + - {x: 302, y: 33} + - {x: 302, y: -16} + - {x: 314, y: -22} + - {x: 416, y: -34} + - {x: 468, y: -34} + - {x: 494, y: -9} + - {x: 494, y: 44} + - {x: 424, y: 61} + - - {x: -598, y: 55} + - {x: -683, y: 55} + - {x: -688, y: 42} + - {x: -690, y: 30} + - {x: -690, y: -30} + - {x: -598, y: -30} + - {x: -591, y: -19} + - {x: -590, y: -17} + - {x: -590, y: 54} + - - {x: -373, y: 52} + - {x: -382, y: 42} + - {x: -382, y: -9} + - {x: -376, y: -26} + - {x: -127, y: -26} + - {x: -119, y: -21} + - {x: -118, y: -18} + - {x: -118, y: 52} + - - {x: -107, y: 52} + - {x: -114, y: 33} + - {x: -114, y: -10} + - {x: -102, y: -26} + - {x: 117, y: -26} + - {x: 126, y: -7} + - {x: 126, y: 37} + - {x: 106, y: 52} + - - {x: 537, y: 52} + - {x: 523, y: 38} + - {x: 523, y: -9} + - {x: 529, y: -26} + - {x: 727, y: -26} + - {x: 738, y: -11} + - {x: 738, y: 25} + - {x: 718, y: 52} + - - {x: -538, y: 50} + - {x: -554, y: 16} + - {x: -554, y: -19} + - {x: -551, y: -22} + - {x: -411, y: -22} + - {x: -411, y: 46} + - {x: -413, y: 50} + - - {x: 327, y: 6} + - {x: 321, y: 11} + - {x: 319, y: 14} + - {x: 318, y: 22} + - {x: 319, y: 23} + - {x: 321, y: 29} + - {x: 325, y: 33} + - {x: 333, y: 36} + - {x: 333, y: 20} + - {x: 334, y: 17} + - {x: 337, y: 14} + - {x: 340, y: 13} + - {x: 353, y: 13} + - {x: 361, y: 17} + - {x: 370, y: 17} + - {x: 374, y: 19} + - {x: 376, y: 17} + - {x: 380, y: 17} + - {x: 383, y: 20} + - {x: 383, y: 21} + - {x: 387, y: 21} + - {x: 390, y: 23} + - {x: 392, y: 21} + - {x: 396, y: 21} + - {x: 399, y: 24} + - {x: 399, y: 25} + - {x: 404, y: 25} + - {x: 409, y: 29} + - {x: 412, y: 29} + - {x: 415, y: 32} + - {x: 415, y: 36} + - {x: 414, y: 37} + - {x: 459, y: 36} + - {x: 460, y: 35} + - {x: 464, y: 34} + - {x: 469, y: 29} + - {x: 470, y: 25} + - {x: 471, y: 22} + - {x: 469, y: 20} + - {x: 469, y: 12} + - {x: 467, y: 11} + - {x: 462, y: 15} + - {x: 458, y: 15} + - {x: 455, y: 18} + - {x: 454, y: 18} + - {x: 446, y: 16} + - {x: 440, y: 15} + - {x: 433, y: 13} + - {x: 425, y: 11} + - {x: 420, y: 10} + - {x: 404, y: 6} + - {x: 399, y: 5} + - {x: 398, y: 4} + - {x: 332, y: 4} + - {x: 331, y: 5} + - - {x: -667, y: 42} + - {x: -616, y: 42} + - {x: -617, y: 42} + - {x: -618, y: 43} + - - {x: -677, y: 156} + - {x: -688, y: 140} + - {x: -688, y: 74} + - {x: -682, y: 70} + - {x: -606, y: 70} + - {x: -590, y: 77} + - {x: -590, y: 156} + - - {x: -501, y: 155} + - {x: -572, y: 155} + - {x: -590, y: 138} + - {x: -590, y: 70} + - {x: -499, y: 70} + - {x: -491, y: 81} + - {x: -490, y: 88} + - {x: -490, y: 150} + - - {x: 206, y: 140} + - {x: 206, y: 77} + - {x: 207, y: 77} + - {x: 210, y: 74} + - {x: 262, y: 74} + - {x: 262, y: 135} + - {x: 252, y: 140} + - - {x: 430, y: 139} + - {x: 390, y: 139} + - {x: 390, y: 74} + - {x: 449, y: 74} + - {x: 478, y: 93} + - {x: 478, y: 118} + - {x: 472, y: 130} + - - {x: 506, y: 138} + - {x: 506, y: 74} + - {x: 586, y: 74} + - {x: 602, y: 92} + - {x: 602, y: 131} + - {x: 557, y: 138} + - - {x: -350, y: 138} + - {x: -357, y: 142} + - {x: -470, y: 142} + - {x: -470, y: 78} + - {x: -359, y: 78} + - {x: -350, y: 79} + - - {x: -326, y: 86} + - {x: -320, y: 78} + - {x: -202, y: 78} + - {x: -202, y: 142} + - {x: -320, y: 142} + - {x: -326, y: 137} + - - {x: -46, y: 139} + - {x: -46, y: 78} + - {x: 47, y: 78} + - {x: 70, y: 95} + - {x: 70, y: 129} + - {x: 64, y: 139} + - - {x: 114, y: 141} + - {x: 102, y: 141} + - {x: 102, y: 78} + - {x: 122, y: 78} + - {x: 179, y: 91} + - {x: 190, y: 108} + - {x: 190, y: 116} + - {x: 142, y: 134} + - - {x: 290, y: 140} + - {x: 290, y: 83} + - {x: 292, y: 80} + - {x: 307, y: 78} + - {x: 349, y: 78} + - {x: 350, y: 80} + - {x: 350, y: 140} + - - {x: -157, y: 140} + - {x: -182, y: 120} + - {x: -182, y: 101} + - {x: -153, y: 82} + - {x: -70, y: 82} + - {x: -70, y: 140} + - - {x: -567, y: 142} + - {x: -516, y: 142} + - {x: -517, y: 142} + - {x: -518, y: 143} + - - {x: -667, y: 143} + - {x: -616, y: 143} + - {x: -617, y: 143} + - {x: -618, y: 144} + - - {x: -387, y: 270} + - {x: -402, y: 217} + - {x: -402, y: 176} + - {x: -377, y: 166} + - {x: -338, y: 166} + - {x: -338, y: 270} + - - {x: -276, y: 270} + - {x: -306, y: 270} + - {x: -306, y: 230} + - {x: -298, y: 166} + - {x: -265, y: 166} + - {x: -242, y: 191} + - {x: -242, y: 254} + - - {x: -173, y: 276} + - {x: -179, y: 269} + - {x: -202, y: 220} + - {x: -202, y: 190} + - {x: -191, y: 167} + - {x: -188, y: 166} + - {x: -137, y: 166} + - {x: -122, y: 188} + - {x: -122, y: 244} + - {x: -155, y: 276} + - - {x: -79, y: 274} + - {x: -97, y: 242} + - {x: -97, y: 207} + - {x: -83, y: 176} + - {x: -72, y: 166} + - {x: -53, y: 166} + - {x: -38, y: 172} + - {x: -18, y: 215} + - {x: -18, y: 245} + - {x: -33, y: 274} + - - {x: -631, y: 266} + - {x: -679, y: 266} + - {x: -690, y: 261} + - {x: -690, y: 212} + - {x: -683, y: 200} + - {x: -631, y: 174} + - {x: -610, y: 174} + - {x: -602, y: 182} + - {x: -602, y: 213} + - {x: -618, y: 257} + - - {x: -550, y: 263} + - {x: -585, y: 263} + - {x: -602, y: 245} + - {x: -602, y: 210} + - {x: -598, y: 191} + - {x: -552, y: 174} + - {x: -513, y: 174} + - {x: -510, y: 186} + - {x: -510, y: 208} + - {x: -533, y: 245} + - - {x: -509, y: 263} + - {x: -509, y: 201} + - {x: -490, y: 174} + - {x: -422, y: 174} + - {x: -422, y: 212} + - {x: -435, y: 263} + - - {x: 51, y: 260} + - {x: 2, y: 240} + - {x: 2, y: 204} + - {x: 32, y: 182} + - {x: 99, y: 182} + - {x: 110, y: 186} + - {x: 110, y: 238} + - {x: 83, y: 260} + - - {x: 150, y: 260} + - {x: 150, y: 196} + - {x: 154, y: 182} + - {x: 215, y: 182} + - {x: 258, y: 202} + - {x: 258, y: 232} + - {x: 246, y: 260} + - - {x: 190, y: 262} + - {x: 262, y: 262} + - {x: 262, y: 355} + - {x: 227, y: 382} + - {x: 214, y: 382} + - {x: 204, y: 381} + - {x: 190, y: 300} + - - {x: 291, y: 361} + - {x: 290, y: 356} + - {x: 290, y: 266} + - {x: 385, y: 266} + - {x: 406, y: 272} + - {x: 406, y: 319} + - {x: 389, y: 361} + - - {x: 526, y: 363} + - {x: 447, y: 363} + - {x: 434, y: 355} + - {x: 434, y: 271} + - {x: 443, y: 270} + - {x: 546, y: 270} + - {x: 550, y: 281} + - {x: 550, y: 358} + - - {x: 587, y: 370} + - {x: 582, y: 368} + - {x: 574, y: 360} + - {x: 574, y: 312} + - {x: 579, y: 293} + - {x: 635, y: 270} + - {x: 686, y: 270} + - {x: 698, y: 295} + - {x: 698, y: 347} + - {x: 651, y: 370} + - - {x: -116, y: 375} + - {x: -121, y: 373} + - {x: -121, y: 314} + - {x: -96, y: 274} + - {x: -16, y: 274} + - {x: -2, y: 279} + - {x: -2, y: 349} + - {x: -38, y: 375} + - - {x: 136, y: 361} + - {x: 94, y: 361} + - {x: 46, y: 327} + - {x: 42, y: 300} + - {x: 42, y: 274} + - {x: 139, y: 274} + - {x: 162, y: 313} + - {x: 162, y: 353} + - - {x: -456, y: 370} + - {x: -458, y: 368} + - {x: -458, y: 279} + - {x: -444, y: 278} + - {x: -350, y: 278} + - {x: -346, y: 285} + - {x: -346, y: 370} + - - {x: -199, y: 373} + - {x: -205, y: 356} + - {x: -205, y: 312} + - {x: -195, y: 278} + - {x: -157, y: 278} + - {x: -138, y: 310} + - {x: -138, y: 356} + - {x: -146, y: 373} + - - {x: -570, y: 368} + - {x: -578, y: 366} + - {x: -578, y: 282} + - {x: -481, y: 282} + - {x: -472, y: 283} + - {x: -466, y: 307} + - {x: -466, y: 349} + - {x: -469, y: 368} + - - {x: -231, y: 370} + - {x: -312, y: 370} + - {x: -328, y: 367} + - {x: -330, y: 348} + - {x: -330, y: 302} + - {x: -318, y: 282} + - {x: -234, y: 282} + - {x: -218, y: 297} + - {x: -218, y: 354} + - {x: -221, y: 365} + - - {x: -594, y: 369} + - {x: -678, y: 369} + - {x: -678, y: 298} + - {x: -667, y: 287} + - {x: -659, y: 286} + - {x: -615, y: 286} + - {x: -609, y: 291} + - {x: -598, y: 311} + - {x: -594, y: 325} + - - {x: -417, y: 341} + - {x: -381, y: 341} + - {x: -381, y: 311} + - {x: -417, y: 311} + - - {x: -312, y: 318} + - {x: -313, y: 324} + - {x: -313, y: 332} + - {x: -314, y: 341} + - {x: -313, y: 342} + - {x: -310, y: 353} + - {x: -308, y: 353} + - {x: -306, y: 355} + - {x: -302, y: 355} + - {x: -301, y: 357} + - {x: -303, y: 356} + - {x: -303, y: 351} + - {x: -304, y: 351} + - {x: -307, y: 348} + - {x: -311, y: 339} + - {x: -310, y: 331} + - {x: -311, y: 328} + - {x: -312, y: 323} + - {x: -308, y: 319} + - {x: -310, y: 314} + - {x: -309, y: 312} + - {x: -310, y: 313} + - - {x: -245, y: 340} + - {x: -244, y: 345} + - {x: -248, y: 349} + - {x: -252, y: 351} + - {x: -268, y: 350} + - {x: -271, y: 347} + - {x: -272, y: 347} + - {x: -275, y: 344} + - {x: -274, y: 338} + - {x: -273, y: 352} + - {x: -276, y: 355} + - {x: -280, y: 357} + - {x: -285, y: 359} + - {x: -289, y: 358} + - {x: -263, y: 357} + - {x: -262, y: 356} + - {x: -246, y: 353} + - {x: -242, y: 339} + - {x: -247, y: 338} + - - {x: -174, y: 342} + - {x: -173, y: 343} + - {x: -171, y: 342} + - {x: -174, y: 339} + - {x: -173, y: 339} physicsShape: [] bones: [] spriteID: 5e97eb03825dee720800000000000000 diff --git a/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/Game_NES_Template.prefab b/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/Game_NES_Template.prefab index 8a39fca..4e0591a 100644 --- a/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/Game_NES_Template.prefab +++ b/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/Game_NES_Template.prefab @@ -298,6 +298,81 @@ MonoBehaviour: m_FillOrigin: 0 m_UseSpriteMesh: 0 m_PixelsPerUnitMultiplier: 1 +--- !u!1 &1813396448589485488 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4467178468921796307} + - component: {fileID: 8568189430970172828} + - component: {fileID: 6941538197753025297} + m_Layer: 5 + m_Name: SelectArrow + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &4467178468921796307 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1813396448589485488} + 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: 331028397738758164} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.5} + m_AnchorMax: {x: 0, y: 0.5} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 63, y: 70} + m_Pivot: {x: 0, y: 0.5} +--- !u!222 &8568189430970172828 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1813396448589485488} + m_CullTransparentMesh: 1 +--- !u!114 &6941538197753025297 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1813396448589485488} + 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: 0 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: -1023481969782777897, guid: d518d00d4940e854bbe45d9ef891401a, type: 3} + m_Type: 0 + 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!1 &3189920797946144379 GameObject: m_ObjectHideFlags: 0 @@ -354,10 +429,9 @@ MonoBehaviour: Root: {fileID: 8754483333502849411} ShadowIcon: {fileID: 2619187604372594158} InfoNode: {fileID: 5331629140490413834} - SubMenuItemGroup: {fileID: 0} + SubMenuItemGroup: {fileID: 4672405243908051711} SelectScale: 1 UnSelectScale: 1 - RomGroup: {fileID: 6055880809428073973} RomGroupRoot: {fileID: 3086674949377227884} --- !u!114 &5700455559359757662 MonoBehaviour: @@ -486,6 +560,7 @@ RectTransform: m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 2303118795734916657} + - {fileID: 4467178468921796307} m_Father: {fileID: 8754483333502849411} m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} @@ -509,7 +584,7 @@ MonoBehaviour: m_Content: {fileID: 8865437771338118001} m_Horizontal: 0 m_Vertical: 1 - m_MovementType: 1 + m_MovementType: 0 m_Elasticity: 0.1 m_Inertia: 1 m_DecelerationRate: 0.135 @@ -536,7 +611,19 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 1d1e3e91ac34bc8468f357ee247ffb6a, type: 3} m_Name: m_EditorClassIdentifier: + m_menuItemRoot: {fileID: 0} + PulseInvoke_Delay: 0.4 + PulseInvoke_Interval: 0.05 + SubMenuItemTemplate: {fileID: 0} + alphaGroup: {fileID: 0} + m_selectItemPosition: {x: 50, y: -51} + step: 50 + splitStep: 200 + m_selectArrow: {fileID: 4467178468921796307} + ArrowOffset: 115 WidthFix: 225 + itemGroup: {fileID: 6055880809428073973} + srollRect: {fileID: 3428297980621487917} --- !u!225 &3086674949377227884 CanvasGroup: m_ObjectHideFlags: 0 @@ -778,7 +865,7 @@ MonoBehaviour: m_StartCorner: 0 m_StartAxis: 0 m_CellSize: {x: 500, y: 200} - m_Spacing: {x: 0, y: 10} + m_Spacing: {x: 0, y: 20} m_Constraint: 1 m_ConstraintCount: 1 ItemTemplate: {fileID: 1998281097548910301, guid: e6df0d7c236795247971f0d1e691b068, type: 3} diff --git a/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/LaunchUI.prefab b/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/LaunchUI.prefab index e667425..658ad61 100644 --- a/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/LaunchUI.prefab +++ b/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/LaunchUI.prefab @@ -1,5 +1,154 @@ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: +--- !u!1 &820229125 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 820229128} + - component: {fileID: 820229127} + - component: {fileID: 820229126} + m_Layer: 0 + m_Name: EventSystem + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &820229128 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 820229125} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -960, y: -540, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1639091784002085428} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &820229127 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 820229125} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 76c392e42b5098c458856cdf6ecaaaa1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_FirstSelected: {fileID: 0} + m_sendNavigationEvents: 1 + m_DragThreshold: 10 +--- !u!114 &820229126 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 820229125} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4f231c4fb786f3946a6b90b886c48677, type: 3} + m_Name: + m_EditorClassIdentifier: + m_HorizontalAxis: Horizontal + m_VerticalAxis: Vertical + m_SubmitButton: Submit + m_CancelButton: Cancel + m_InputActionsPerSecond: 10 + m_RepeatDelay: 0.5 + m_ForceModuleActive: 0 +--- !u!1 &1355724343 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1355724346} + - component: {fileID: 1355724345} + - component: {fileID: 1355724344} + m_Layer: 0 + m_Name: Main Camera + m_TagString: MainCamera + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1355724346 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1355724343} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -960, y: -539, z: -10} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1639091784002085428} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!20 &1355724345 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1355724343} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_projectionMatrixMode: 1 + m_GateFitMode: 2 + m_FOVAxisMode: 0 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_FocalLength: 50 + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.3 + far clip plane: 1000 + field of view: 60 + orthographic: 0 + orthographic size: 5 + m_Depth: -1 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: -1 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 1 + m_AllowMSAA: 1 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 0 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!81 &1355724344 +AudioListener: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1355724343} + m_Enabled: 1 --- !u!1 &1924338506 GameObject: m_ObjectHideFlags: 0 @@ -29,7 +178,7 @@ RectTransform: m_Children: - {fileID: 6855144573435021451} m_Father: {fileID: 1639091784002085428} - m_RootOrder: 2 + m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -222,7 +371,7 @@ RectTransform: m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1639091784002085428} - m_RootOrder: 0 + m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -277,6 +426,8 @@ GameObject: m_Component: - component: {fileID: 1639091784002085428} - component: {fileID: 8460114235823285599} + - component: {fileID: 1797058509527648109} + - component: {fileID: 1789270450140393263} m_Layer: 5 m_Name: LaunchUI m_TagString: Untagged @@ -293,8 +444,10 @@ RectTransform: m_GameObject: {fileID: 1639091784002085451} 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_LocalScale: {x: 0, y: 0, z: 0} m_Children: + - {fileID: 1355724346} + - {fileID: 820229128} - {fileID: 1639091783724093883} - {fileID: 2355022013370943017} - {fileID: 1924338507} @@ -322,6 +475,44 @@ MonoBehaviour: MainMenu: {fileID: 4533431376032812611} m_detailLayoutPosition: {x: 55, y: -140} m_LayoutChangeSpeed: 1000 +--- !u!223 &1797058509527648109 +Canvas: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1639091784002085451} + m_Enabled: 1 + serializedVersion: 3 + m_RenderMode: 0 + m_Camera: {fileID: 0} + m_PlaneDistance: 100 + m_PixelPerfect: 0 + m_ReceivesEvents: 1 + m_OverrideSorting: 0 + m_OverridePixelPerfect: 0 + m_SortingBucketNormalizedSize: 0 + m_AdditionalShaderChannelsFlag: 1 + m_SortingLayerID: 0 + m_SortingOrder: 0 + m_TargetDisplay: 0 +--- !u!114 &1789270450140393263 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1639091784002085451} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: dc42784cf147c0c48a680349fa168899, type: 3} + m_Name: + m_EditorClassIdentifier: + m_IgnoreReversedGraphics: 1 + m_BlockingObjects: 0 + m_BlockingMask: + serializedVersion: 2 + m_Bits: 32 --- !u!1 &2556464728420224707 GameObject: m_ObjectHideFlags: 0 @@ -351,7 +542,7 @@ RectTransform: m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1639091784002085428} - m_RootOrder: 1 + m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -552,6 +743,10 @@ PrefabInstance: propertyPath: m_Sprite value: objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} + - target: {fileID: 2619187604372594158, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 0} - target: {fileID: 3189920797946144379, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} propertyPath: m_Name value: NES/Famicon @@ -560,10 +755,54 @@ PrefabInstance: propertyPath: m_Text value: "\u4EFB\u5929\u5802NES ROM" objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} - target: {fileID: 6771349210554360888, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} propertyPath: m_Sprite value: objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8789823129857705082, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8789823129857705082, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} --- !u!1001 &849817091693127941 @@ -665,6 +904,10 @@ PrefabInstance: propertyPath: m_Sprite value: objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} + - target: {fileID: 2619187604372594158, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 0} - target: {fileID: 3189920797946144379, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} propertyPath: m_Name value: NES/Famicon @@ -673,10 +916,54 @@ PrefabInstance: propertyPath: m_Text value: "\u4EFB\u5929\u5802NES ROM" objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} - target: {fileID: 6771349210554360888, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} propertyPath: m_Sprite value: objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8789823129857705082, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8789823129857705082, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} --- !u!1001 &1050181870288799723 @@ -778,6 +1065,10 @@ PrefabInstance: propertyPath: m_Sprite value: objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} + - target: {fileID: 2619187604372594158, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 0} - target: {fileID: 3189920797946144379, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} propertyPath: m_Name value: NES/Famicon @@ -786,10 +1077,54 @@ PrefabInstance: propertyPath: m_Text value: "\u4EFB\u5929\u5802NES ROM" objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} - target: {fileID: 6771349210554360888, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} propertyPath: m_Sprite value: objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8789823129857705082, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8789823129857705082, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} --- !u!1001 &1233526452150117027 @@ -891,6 +1226,10 @@ PrefabInstance: propertyPath: m_Sprite value: objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} + - target: {fileID: 2619187604372594158, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 0} - target: {fileID: 3189920797946144379, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} propertyPath: m_Name value: NES/Famicon @@ -899,10 +1238,54 @@ PrefabInstance: propertyPath: m_Text value: "\u4EFB\u5929\u5802NES ROM" objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} - target: {fileID: 6771349210554360888, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} propertyPath: m_Sprite value: objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8789823129857705082, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8789823129857705082, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} --- !u!1001 &1633602691388389073 @@ -1004,6 +1387,10 @@ PrefabInstance: propertyPath: m_Sprite value: objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} + - target: {fileID: 2619187604372594158, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 0} - target: {fileID: 3189920797946144379, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} propertyPath: m_Name value: NES/Famicon @@ -1012,10 +1399,54 @@ PrefabInstance: propertyPath: m_Text value: "\u4EFB\u5929\u5802NES ROM" objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} - target: {fileID: 6771349210554360888, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} propertyPath: m_Sprite value: objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8789823129857705082, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8789823129857705082, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} --- !u!1001 &1798566819991195847 @@ -1117,6 +1548,10 @@ PrefabInstance: propertyPath: m_Sprite value: objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} + - target: {fileID: 2619187604372594158, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 0} - target: {fileID: 3189920797946144379, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} propertyPath: m_Name value: NES/Famicon @@ -1125,10 +1560,54 @@ PrefabInstance: propertyPath: m_Text value: "\u4EFB\u5929\u5802NES ROM" objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} - target: {fileID: 6771349210554360888, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} propertyPath: m_Sprite value: objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8789823129857705082, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8789823129857705082, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} --- !u!1001 &1836475297758503314 @@ -1156,27 +1635,27 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_AnchorMax.x - value: 0.5 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_AnchorMax.y - value: 0.5 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_AnchorMin.x - value: 0.5 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_AnchorMin.y - value: 0.5 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_SizeDelta.x - value: 200 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_SizeDelta.y - value: 203 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_LocalPosition.x @@ -1208,11 +1687,11 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_AnchoredPosition.x - value: -1084 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_AnchoredPosition.y - value: -825 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_LocalEulerAnglesHint.x @@ -1271,27 +1750,27 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_AnchorMax.x - value: 0.5 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_AnchorMax.y - value: 0.5 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_AnchorMin.x - value: 0.5 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_AnchorMin.y - value: 0.5 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_SizeDelta.x - value: 200 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_SizeDelta.y - value: 203 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_LocalPosition.x @@ -1323,11 +1802,11 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_AnchoredPosition.x - value: -1084 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_AnchoredPosition.y - value: -825 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_LocalEulerAnglesHint.x @@ -1460,6 +1939,10 @@ PrefabInstance: propertyPath: m_Sprite value: objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} + - target: {fileID: 2619187604372594158, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 0} - target: {fileID: 3189920797946144379, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} propertyPath: m_Name value: NES/Famicon @@ -1468,10 +1951,54 @@ PrefabInstance: propertyPath: m_Text value: "\u4EFB\u5929\u5802NES ROM" objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} - target: {fileID: 6771349210554360888, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} propertyPath: m_Sprite value: objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8789823129857705082, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8789823129857705082, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} --- !u!1001 &4631022292095303238 @@ -1573,6 +2100,10 @@ PrefabInstance: propertyPath: m_Sprite value: objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} + - target: {fileID: 2619187604372594158, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 0} - target: {fileID: 3189920797946144379, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} propertyPath: m_Name value: NES/Famicon @@ -1581,10 +2112,54 @@ PrefabInstance: propertyPath: m_Text value: "\u4EFB\u5929\u5802NES ROM" objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} - target: {fileID: 6771349210554360888, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} propertyPath: m_Sprite value: objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8789823129857705082, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8789823129857705082, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} --- !u!1001 &5825682016681229974 @@ -1612,27 +2187,27 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_AnchorMax.x - value: 0.5 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_AnchorMax.y - value: 0.5 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_AnchorMin.x - value: 0.5 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_AnchorMin.y - value: 0.5 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_SizeDelta.x - value: 200 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_SizeDelta.y - value: 203 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_LocalPosition.x @@ -1664,11 +2239,11 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_AnchoredPosition.x - value: -1084 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_AnchoredPosition.y - value: -825 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_LocalEulerAnglesHint.x @@ -1692,16 +2267,16 @@ PrefabInstance: objectReference: {fileID: 21300000, guid: 8706af46c93329b4da3c86c0b13b886e, type: 3} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} ---- !u!224 &5432371391098630219 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - m_PrefabInstance: {fileID: 5825682016681229974} - m_PrefabAsset: {fileID: 0} --- !u!224 &8943969353738970094 stripped RectTransform: m_CorrespondingSourceObject: {fileID: 3226730524206505336, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} m_PrefabInstance: {fileID: 5825682016681229974} m_PrefabAsset: {fileID: 0} +--- !u!224 &5432371391098630219 stripped +RectTransform: + m_CorrespondingSourceObject: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + m_PrefabInstance: {fileID: 5825682016681229974} + m_PrefabAsset: {fileID: 0} --- !u!1001 &6440678509504033362 PrefabInstance: m_ObjectHideFlags: 0 @@ -1727,27 +2302,27 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_AnchorMax.x - value: 0.5 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_AnchorMax.y - value: 0.5 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_AnchorMin.x - value: 0.5 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_AnchorMin.y - value: 0.5 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_SizeDelta.x - value: 200 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_SizeDelta.y - value: 203 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_LocalPosition.x @@ -1779,11 +2354,11 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_AnchoredPosition.x - value: -1084 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_AnchoredPosition.y - value: -825 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_LocalEulerAnglesHint.x @@ -1916,6 +2491,10 @@ PrefabInstance: propertyPath: m_Sprite value: objectReference: {fileID: 21300000, guid: f627a0cb31212a94a8ff380bf5f5e9a7, type: 3} + - target: {fileID: 2619187604372594158, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 0} - target: {fileID: 3189920797946144379, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} propertyPath: m_Name value: NES Controller @@ -1924,10 +2503,54 @@ PrefabInstance: propertyPath: m_Text value: NES Contrller Input Configuration objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} - target: {fileID: 6771349210554360888, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} propertyPath: m_Sprite value: objectReference: {fileID: 21300000, guid: f627a0cb31212a94a8ff380bf5f5e9a7, type: 3} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8789823129857705082, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8789823129857705082, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} --- !u!1001 &7314989346256070062 @@ -2029,6 +2652,10 @@ PrefabInstance: propertyPath: m_Sprite value: objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} + - target: {fileID: 2619187604372594158, guid: b170104e466853c49b29f9b5b103364e, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 0} - target: {fileID: 3189920797946144379, guid: b170104e466853c49b29f9b5b103364e, type: 3} propertyPath: m_Name value: NES @@ -2037,10 +2664,54 @@ PrefabInstance: propertyPath: m_Text value: Nintendo Entertainment System / Family Computer objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: b170104e466853c49b29f9b5b103364e, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: b170104e466853c49b29f9b5b103364e, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: b170104e466853c49b29f9b5b103364e, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: b170104e466853c49b29f9b5b103364e, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} - target: {fileID: 6771349210554360888, guid: b170104e466853c49b29f9b5b103364e, type: 3} propertyPath: m_Sprite value: objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} + - target: {fileID: 8126322204359135913, guid: b170104e466853c49b29f9b5b103364e, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: b170104e466853c49b29f9b5b103364e, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: b170104e466853c49b29f9b5b103364e, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: b170104e466853c49b29f9b5b103364e, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: b170104e466853c49b29f9b5b103364e, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8789823129857705082, guid: b170104e466853c49b29f9b5b103364e, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8789823129857705082, guid: b170104e466853c49b29f9b5b103364e, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: b170104e466853c49b29f9b5b103364e, type: 3} --- !u!1001 &7352695029057439234 @@ -2142,6 +2813,10 @@ PrefabInstance: propertyPath: m_Sprite value: objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} + - target: {fileID: 2619187604372594158, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 0} - target: {fileID: 3189920797946144379, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} propertyPath: m_Name value: NES/Famicon @@ -2150,10 +2825,54 @@ PrefabInstance: propertyPath: m_Text value: "\u4EFB\u5929\u5802NES ROM" objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} - target: {fileID: 6771349210554360888, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} propertyPath: m_Sprite value: objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8789823129857705082, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8789823129857705082, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} --- !u!1001 &7461187859434098324 @@ -2255,6 +2974,10 @@ PrefabInstance: propertyPath: m_Sprite value: objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} + - target: {fileID: 2619187604372594158, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 0} - target: {fileID: 3189920797946144379, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} propertyPath: m_Name value: NES/Famicon @@ -2263,10 +2986,54 @@ PrefabInstance: propertyPath: m_Text value: "\u4EFB\u5929\u5802NES ROM" objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} - target: {fileID: 6771349210554360888, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} propertyPath: m_Sprite value: objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8789823129857705082, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8789823129857705082, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} --- !u!1001 &7553375082048335005 @@ -2294,27 +3061,27 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_AnchorMax.x - value: 0.5 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_AnchorMax.y - value: 0.5 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_AnchorMin.x - value: 0.5 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_AnchorMin.y - value: 0.5 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_SizeDelta.x - value: 200 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_SizeDelta.y - value: 203 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_LocalPosition.x @@ -2346,11 +3113,11 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_AnchoredPosition.x - value: -1084 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_AnchoredPosition.y - value: -825 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_LocalEulerAnglesHint.x @@ -2374,16 +3141,16 @@ PrefabInstance: objectReference: {fileID: 21300000, guid: 8706af46c93329b4da3c86c0b13b886e, type: 3} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} ---- !u!224 &4905929412244550117 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 3226730524206505336, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} - m_PrefabInstance: {fileID: 7553375082048335005} - m_PrefabAsset: {fileID: 0} --- !u!224 &8316363507104801344 stripped RectTransform: m_CorrespondingSourceObject: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} m_PrefabInstance: {fileID: 7553375082048335005} m_PrefabAsset: {fileID: 0} +--- !u!224 &4905929412244550117 stripped +RectTransform: + m_CorrespondingSourceObject: {fileID: 3226730524206505336, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} + m_PrefabInstance: {fileID: 7553375082048335005} + m_PrefabAsset: {fileID: 0} --- !u!1001 &7707851465888658123 PrefabInstance: m_ObjectHideFlags: 0 @@ -2409,27 +3176,27 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_AnchorMax.x - value: 0.5 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_AnchorMax.y - value: 0.5 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_AnchorMin.x - value: 0.5 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_AnchorMin.y - value: 0.5 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_SizeDelta.x - value: 200 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_SizeDelta.y - value: 203 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_LocalPosition.x @@ -2461,11 +3228,11 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_AnchoredPosition.x - value: -1084 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_AnchoredPosition.y - value: -825 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1998281097548910301, guid: ece591129eb9bcc48bd83ec153c98018, type: 3} propertyPath: m_LocalEulerAnglesHint.x @@ -2598,6 +3365,10 @@ PrefabInstance: propertyPath: m_Sprite value: objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} + - target: {fileID: 2619187604372594158, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 0} - target: {fileID: 3189920797946144379, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} propertyPath: m_Name value: NES/Famicon @@ -2606,10 +3377,54 @@ PrefabInstance: propertyPath: m_Text value: "\u4EFB\u5929\u5802NES ROM" objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} - target: {fileID: 6771349210554360888, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} propertyPath: m_Sprite value: objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8789823129857705082, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8789823129857705082, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} --- !u!1001 &9132723466982478441 @@ -2711,6 +3526,10 @@ PrefabInstance: propertyPath: m_Sprite value: objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} + - target: {fileID: 2619187604372594158, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_Material + value: + objectReference: {fileID: 0} - target: {fileID: 3189920797946144379, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} propertyPath: m_Name value: NES/Famicon @@ -2719,9 +3538,53 @@ PrefabInstance: propertyPath: m_Text value: "\u4EFB\u5929\u5802NES ROM" objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6095356919362338847, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} - target: {fileID: 6771349210554360888, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} propertyPath: m_Sprite value: objectReference: {fileID: 21300000, guid: 66723da38697d4f499a1960251e93833, type: 3} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8126322204359135913, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8789823129857705082, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8789823129857705082, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} + propertyPath: m_SizeDelta.y + value: 0 + objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 01f3c5497992f944eae9b9efa15a19c2, type: 3} diff --git a/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/RomItemTemplate.prefab b/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/RomItemTemplate.prefab index b16983a..7f7297f 100644 --- a/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/RomItemTemplate.prefab +++ b/AxibugEmuOnline.Client/Assets/Resources/UIPrefabs/RomItemTemplate.prefab @@ -108,16 +108,16 @@ RectTransform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 734025543935719296} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalPosition: {x: 0, y: 0, z: 2} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] - m_Father: {fileID: 6087025893861054323} + m_Father: {fileID: 8754483333502849411} 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_AnchoredPosition: {x: -150, y: 0} + m_SizeDelta: {x: -296, y: 4} m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &5792146190930927166 CanvasRenderer: @@ -134,7 +134,7 @@ MonoBehaviour: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 734025543935719296} - m_Enabled: 0 + m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} m_Name: @@ -148,9 +148,9 @@ MonoBehaviour: m_PersistentCalls: m_Calls: [] m_Sprite: {fileID: 10907, guid: 0000000000000000f000000000000000, type: 0} - m_Type: 0 + m_Type: 1 m_PreserveAspect: 0 - m_FillCenter: 1 + m_FillCenter: 0 m_FillMethod: 4 m_FillAmount: 1 m_FillClockwise: 1 @@ -250,8 +250,7 @@ RectTransform: 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: 1323634865265500141} + m_Children: [] m_Father: {fileID: 8105925540140519754} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} @@ -335,7 +334,7 @@ RectTransform: m_AnchorMax: {x: 0.5, y: 0.5} m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 500, y: 200} - m_Pivot: {x: 0, y: 0.5} + m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &8404333486862214380 MonoBehaviour: m_ObjectHideFlags: 0 @@ -356,7 +355,7 @@ MonoBehaviour: InfoNode: {fileID: 0} SubMenuItemGroup: {fileID: 0} SelectScale: 1 - UnSelectScale: 1 + UnSelectScale: 0.8 m_romImage: {fileID: 67125096702760250} --- !u!114 &5700455559359757662 MonoBehaviour: @@ -412,7 +411,7 @@ RectTransform: - {fileID: 6095356919362338847} - {fileID: 8126322204359135913} m_Father: {fileID: 8754483333502849411} - m_RootOrder: 1 + m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} @@ -526,7 +525,7 @@ RectTransform: m_Children: - {fileID: 6087025893861054323} m_Father: {fileID: 8754483333502849411} - m_RootOrder: 0 + m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0.5} m_AnchorMax: {x: 0, y: 0.5} @@ -677,6 +676,7 @@ RectTransform: m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: + - {fileID: 1323634865265500141} - {fileID: 8105925540140519754} - {fileID: 8789823129857705082} m_Father: {fileID: 1998281097548910301} diff --git a/AxibugEmuOnline.Client/Assets/Scene/AxibugEmuOnline.Client.unity b/AxibugEmuOnline.Client/Assets/Scene/AxibugEmuOnline.Client.unity index f56e1a2..d14078a 100644 --- a/AxibugEmuOnline.Client/Assets/Scene/AxibugEmuOnline.Client.unity +++ b/AxibugEmuOnline.Client/Assets/Scene/AxibugEmuOnline.Client.unity @@ -123,178 +123,12 @@ NavMeshSettings: debug: m_Flags: 0 m_NavMeshData: {fileID: 0} ---- !u!1 &444626642 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 444626646} - - component: {fileID: 444626645} - - component: {fileID: 444626644} - - component: {fileID: 444626643} - m_Layer: 5 - m_Name: Canvas - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &444626643 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 444626642} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: dc42784cf147c0c48a680349fa168899, type: 3} - m_Name: - m_EditorClassIdentifier: - m_IgnoreReversedGraphics: 1 - m_BlockingObjects: 0 - m_BlockingMask: - serializedVersion: 2 - m_Bits: 4294967295 ---- !u!114 &444626644 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 444626642} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 0cd44c1031e13a943bb63640046fad76, type: 3} - m_Name: - m_EditorClassIdentifier: - m_UiScaleMode: 1 - m_ReferencePixelsPerUnit: 100 - m_ScaleFactor: 1 - m_ReferenceResolution: {x: 1920, y: 1080} - m_ScreenMatchMode: 0 - m_MatchWidthOrHeight: 0 - m_PhysicalUnit: 3 - m_FallbackScreenDPI: 96 - m_DefaultSpriteDPI: 96 - m_DynamicPixelsPerUnit: 1 - m_PresetInfoIsWorld: 0 ---- !u!223 &444626645 -Canvas: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 444626642} - m_Enabled: 1 - serializedVersion: 3 - m_RenderMode: 0 - m_Camera: {fileID: 0} - m_PlaneDistance: 100 - m_PixelPerfect: 0 - m_ReceivesEvents: 1 - m_OverrideSorting: 0 - m_OverridePixelPerfect: 0 - m_SortingBucketNormalizedSize: 0 - m_AdditionalShaderChannelsFlag: 1 - m_SortingLayerID: 0 - m_SortingOrder: 0 - m_TargetDisplay: 0 ---- !u!224 &444626646 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 444626642} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 0, y: 0, z: 0} - m_Children: - - {fileID: 730698712} - m_Father: {fileID: 0} - m_RootOrder: 3 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: 0, y: 0} ---- !u!1 &589359925 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 589359928} - - component: {fileID: 589359927} - - component: {fileID: 589359926} - m_Layer: 0 - m_Name: EventSystem - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &589359926 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 589359925} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 4f231c4fb786f3946a6b90b886c48677, type: 3} - m_Name: - m_EditorClassIdentifier: - m_HorizontalAxis: Horizontal - m_VerticalAxis: Vertical - m_SubmitButton: Submit - m_CancelButton: Cancel - m_InputActionsPerSecond: 10 - m_RepeatDelay: 0.5 - m_ForceModuleActive: 0 ---- !u!114 &589359927 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 589359925} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 76c392e42b5098c458856cdf6ecaaaa1, type: 3} - m_Name: - m_EditorClassIdentifier: - m_FirstSelected: {fileID: 0} - m_sendNavigationEvents: 1 - m_DragThreshold: 10 ---- !u!4 &589359928 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 589359925} - 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: 0} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1001 &730698711 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: - m_TransformParent: {fileID: 444626646} + m_TransformParent: {fileID: 0} m_Modifications: - target: {fileID: 3406227244189230, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x @@ -304,98 +138,10 @@ PrefabInstance: propertyPath: m_SizeDelta.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 34636015561071902, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 40878012214425897, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 40878012214425897, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 40878012214425897, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 40878012214425897, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 40878012214425897, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 49004032037732107, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 49004032037732107, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 49004032037732107, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 49004032037732107, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 99157472488201792, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 99157472488201792, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 99157472488201792, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 99157472488201792, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 153118576202270300, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 153118576202270300, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 153118576202270300, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 153118576202270300, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 192327019006738022, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 192327019006738022, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 200175573067837263, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - target: {fileID: 200175573067837263, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 200175573067837263, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - target: {fileID: 200175573067837263, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMin.y value: 0 @@ -416,98 +162,6 @@ PrefabInstance: propertyPath: m_AnchoredPosition.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 233921967859849991, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 233921967859849991, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 233921967859849991, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 233921967859849991, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 233921967859849991, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 240129553035780751, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 240129553035780751, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 240129553035780751, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 240129553035780751, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 240129553035780751, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 401716359114677060, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 401716359114677060, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 401716359114677060, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 401716359114677060, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 433022863790592042, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 441342005228848893, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 441342005228848893, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 441342005228848893, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 441342005228848893, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 441342005228848893, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 470398674507094629, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 470398674507094629, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 518197953820974428, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - target: {fileID: 524187821178820115, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 @@ -516,50 +170,6 @@ PrefabInstance: propertyPath: m_SizeDelta.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 569676272805570630, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 589973759954311111, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 618662488162961174, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 619307432784490867, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 619307432784490867, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 619307432784490867, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 619307432784490867, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 619307432784490867, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 619307432784490867, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 619307432784490867, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 619307432784490867, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - target: {fileID: 662555397239230717, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 @@ -580,134 +190,6 @@ PrefabInstance: propertyPath: m_AnchoredPosition.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 697210461069144058, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 697210461069144058, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 721360613119233492, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 721360613119233492, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 750091109859406940, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 750091109859406940, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 835012054774933685, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 835012054774933685, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 835012054774933685, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 835012054774933685, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 835012054774933685, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 890266134547603865, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 890266134547603865, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 890266134547603865, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 890266134547603865, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 914497764043504085, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 914497764043504085, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 914497764043504085, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 914497764043504085, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 923866919258407262, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 923866919258407262, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 923866919258407262, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 923866919258407262, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 923866919258407262, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 923866919258407262, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 923866919258407262, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 923866919258407262, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 953529741990480817, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 953529741990480817, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 953529741990480817, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 953529741990480817, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1027068791004699282, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - target: {fileID: 1043583208973615296, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 @@ -728,154 +210,6 @@ PrefabInstance: propertyPath: m_AnchoredPosition.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 1090488325254647854, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1090488325254647854, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1133489249955548342, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1133489249955548342, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1133489249955548342, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1133489249955548342, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1133489249955548342, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1156901415362355246, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1156901415362355246, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1156901415362355246, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1156901415362355246, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1156901415362355246, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1175532160769947473, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1175532160769947473, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1179811594811775043, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1179811594811775043, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1181051496592785113, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 1204225896920027398, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 1238619778639753651, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1238619778639753651, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1238619778639753651, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1238619778639753651, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1238619778639753651, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1326112290403454026, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1326112290403454026, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1445996818031096010, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1445996818031096010, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1445996818031096010, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1445996818031096010, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1445996818031096010, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1445996818031096010, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1445996818031096010, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1445996818031096010, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1458643075709820259, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1458643075709820259, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1458643075709820259, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1458643075709820259, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - target: {fileID: 1489555883733070605, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 @@ -932,65 +266,25 @@ PrefabInstance: propertyPath: m_AnchoredPosition.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 1566823836057998773, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 1572986587982750514, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1572986587982750514, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1572986587982750514, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1572986587982750514, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1629674684542189285, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 1637029546423003169, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1637029546423003169, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1637029546423003169, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1637029546423003169, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - target: {fileID: 1639091784002085428, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_Pivot.x - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1639091784002085428, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Pivot.y - value: 0.5 - objectReference: {fileID: 0} - - target: {fileID: 1639091784002085428, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_RootOrder value: 0 objectReference: {fileID: 0} - target: {fileID: 1639091784002085428, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.x + propertyPath: m_Pivot.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1639091784002085428, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_RootOrder value: 1 objectReference: {fileID: 0} + - target: {fileID: 1639091784002085428, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} + propertyPath: m_AnchorMax.x + value: 0 + objectReference: {fileID: 0} - target: {fileID: 1639091784002085428, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y - value: 1 + value: 0 objectReference: {fileID: 0} - target: {fileID: 1639091784002085428, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMin.x @@ -1060,26 +354,6 @@ PrefabInstance: propertyPath: m_Name value: LaunchUI objectReference: {fileID: 0} - - target: {fileID: 1642016887579810941, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1642016887579810941, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1642016887579810941, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1642016887579810941, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1642016887579810941, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - target: {fileID: 1642824103097128107, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 @@ -1100,38 +374,6 @@ PrefabInstance: propertyPath: m_AnchoredPosition.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 1649020787457963061, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1649020787457963061, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1649020787457963061, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1649020787457963061, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1677235193057879239, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1677235193057879239, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1677235193057879239, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1677235193057879239, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - target: {fileID: 1679007233451809853, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 @@ -1152,158 +394,6 @@ PrefabInstance: propertyPath: m_AnchoredPosition.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 1681768731411681302, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1681768731411681302, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1681768731411681302, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1681768731411681302, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1681768731411681302, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1682474503969907215, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 1719315094730339017, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1719315094730339017, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1719315094730339017, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1719315094730339017, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1719315094730339017, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1733236379116382048, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1733236379116382048, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1798650210853293631, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1798650210853293631, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1798650210853293631, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1798650210853293631, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1798650210853293631, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1798650210853293631, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1798650210853293631, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1798650210853293631, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1816046693847512829, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1816046693847512829, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1829111296830262928, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1829111296830262928, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1829111296830262928, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1829111296830262928, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1829111296830262928, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1832282424158003586, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1832282424158003586, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1832282424158003586, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1832282424158003586, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1832282424158003586, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1971041133053827737, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1971041133053827737, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1971041133053827737, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1971041133053827737, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 1971041133053827737, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - target: {fileID: 2053546447465505236, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 @@ -1312,22 +402,6 @@ PrefabInstance: propertyPath: m_SizeDelta.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 2066857254629790627, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2066857254629790627, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2066857254629790627, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2066857254629790627, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - target: {fileID: 2130970916053799622, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_Material value: @@ -1340,18 +414,6 @@ PrefabInstance: propertyPath: m_SizeDelta.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 2138597733355364236, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 2191863981994100421, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2191863981994100421, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - target: {fileID: 2193480906569190126, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 @@ -1360,42 +422,6 @@ PrefabInstance: propertyPath: m_SizeDelta.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 2201218582412285663, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2201218582412285663, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2217270350156743863, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 2225337410642912282, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2225337410642912282, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2272333248972184575, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2272333248972184575, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2272333248972184575, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2272333248972184575, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - target: {fileID: 2301828403844711032, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 @@ -1404,342 +430,10 @@ PrefabInstance: propertyPath: m_SizeDelta.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 2302565113258789550, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2302565113258789550, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2330376951895510996, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2330376951895510996, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2393217998944249340, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2393217998944249340, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2403873137727315905, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 2432610969361549810, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2432610969361549810, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2432610969361549810, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2432610969361549810, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2432610969361549810, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2439901639777336752, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2439901639777336752, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2472060685574607947, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2472060685574607947, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2472060685574607947, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2472060685574607947, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2476936754858971305, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 2489445294178507324, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - target: {fileID: 2514249768457677704, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_Material value: objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 2634456039049805858, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2634456039049805858, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2634456039049805858, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2634456039049805858, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2634456039049805858, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2634456039049805858, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2634456039049805858, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2634456039049805858, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2648198470113422239, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2648198470113422239, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2648198470113422239, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2648198470113422239, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2665964712207216061, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2665964712207216061, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2665964712207216061, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2665964712207216061, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2665964712207216061, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2679983853380160758, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2679983853380160758, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2679983853380160758, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2679983853380160758, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2679983853380160758, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2760298270846686442, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2760298270846686442, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2760298270846686442, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2760298270846686442, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2760298270846686442, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2777577919969758041, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2777577919969758041, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2777577919969758041, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2777577919969758041, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2777577919969758041, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2798710075447395071, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2798710075447395071, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2798710075447395071, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2798710075447395071, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2798710075447395071, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2798710075447395071, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2811491509624942649, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2811491509624942649, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2811491509624942649, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2811491509624942649, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2841347940747807153, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2841347940747807153, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2841347940747807153, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2841347940747807153, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2885589628758848303, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2885589628758848303, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2885589628758848303, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2885589628758848303, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2885589628758848303, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2945779601555483491, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2945779601555483491, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2945779601555483491, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2945779601555483491, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2945779601555483491, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2954248811525955361, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2954248811525955361, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2984459456225548551, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2984459456225548551, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2984459456225548551, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2984459456225548551, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2984459456225548551, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - target: {fileID: 3038519392692507254, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 @@ -1760,22 +454,10 @@ PrefabInstance: propertyPath: m_Material value: objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 3112667805505017966, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 3119677798517643615, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - target: {fileID: 3119677798517643615, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 3119677798517643615, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - target: {fileID: 3119677798517643615, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMin.y value: 0 @@ -1796,38 +478,6 @@ PrefabInstance: propertyPath: m_AnchoredPosition.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 3164770875953044992, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3164770875953044992, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3164770875953044992, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3164770875953044992, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3174176201688062501, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3174176201688062501, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3220007247216295982, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 3238205554224866153, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - target: {fileID: 3269805401155797579, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 @@ -1844,98 +494,10 @@ PrefabInstance: propertyPath: m_AnchoredPosition.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 3297391023651175278, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3297391023651175278, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3349472216004669656, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3349472216004669656, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3349472216004669656, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3349472216004669656, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3349472216004669656, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3349472216004669656, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3349472216004669656, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3349472216004669656, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3419159875734553145, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3419159875734553145, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3423597175278686170, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - target: {fileID: 3427821077077734635, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_Material value: objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 3443000977093474819, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3443000977093474819, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3443000977093474819, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3443000977093474819, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3490100636437549013, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3490100636437549013, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3490100636437549013, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3490100636437549013, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3490100636437549013, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - target: {fileID: 3495581387584662767, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 @@ -1956,14 +518,6 @@ PrefabInstance: propertyPath: m_AnchoredPosition.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 3505571176044274965, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 3522097001499011268, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - target: {fileID: 3529281694752137659, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 @@ -1996,50 +550,6 @@ PrefabInstance: propertyPath: m_AnchoredPosition.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 3568309785173930372, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3568309785173930372, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3568309785173930372, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3568309785173930372, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3568309785173930372, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3585504097492817862, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3585504097492817862, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3645925064171245259, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3645925064171245259, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3645925064171245259, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3645925064171245259, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - target: {fileID: 3647084462571783709, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 @@ -2056,94 +566,10 @@ PrefabInstance: propertyPath: m_AnchoredPosition.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 3653280786151859843, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3653280786151859843, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3653280786151859843, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3653280786151859843, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3653280786151859843, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3667131101809893274, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3667131101809893274, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3667783449384680087, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3667783449384680087, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3667783449384680087, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3667783449384680087, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3667783449384680087, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - target: {fileID: 3671139315862186815, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_Material value: objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 3677092267905696416, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3677092267905696416, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3677092267905696416, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3677092267905696416, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3681636251888416369, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3681636251888416369, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3681636251888416369, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3681636251888416369, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3681636251888416369, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - target: {fileID: 3682950542747307659, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 @@ -2160,106 +586,10 @@ PrefabInstance: propertyPath: m_AnchoredPosition.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 3714708656900776063, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3714708656900776063, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3714708656900776063, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3714708656900776063, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3773826936236421784, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3773826936236421784, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3773826936236421784, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3773826936236421784, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3816013369217587764, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - target: {fileID: 3839148232660270925, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_Material value: objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 3846362222429577989, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3846362222429577989, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3846362222429577989, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3846362222429577989, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3913459583197489687, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 4087273627673421655, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4087273627673421655, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4107146071280976149, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4107146071280976149, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4107146071280976149, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4107146071280976149, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4107146071280976149, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4116341816119440673, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 4130525866321369350, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4130525866321369350, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - target: {fileID: 4161057422245313084, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 @@ -2268,174 +598,10 @@ PrefabInstance: propertyPath: m_SizeDelta.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 4191175355611881634, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4191175355611881634, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4291588399859183696, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4291588399859183696, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4312622305616726345, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4312622305616726345, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4312622305616726345, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4312622305616726345, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4312622305616726345, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4313132262125022276, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4313132262125022276, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - target: {fileID: 4372137351155879209, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_Material value: objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 4385161766463132426, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 4409937897848118310, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4409937897848118310, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4409937897848118310, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4409937897848118310, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4412651356685136692, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4412651356685136692, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4412651356685136692, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4412651356685136692, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4431914520803664874, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4431914520803664874, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4431914520803664874, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4431914520803664874, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4431914520803664874, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4431914520803664874, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4431914520803664874, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4431914520803664874, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4443743953833788788, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 4525807529882151483, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 4543001004939315247, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4543001004939315247, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4543001004939315247, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4543001004939315247, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4591390797442490469, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 4616000372887537176, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4616000372887537176, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4624976239829120309, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4624976239829120309, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4624976239829120309, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4624976239829120309, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - target: {fileID: 4625261065003928402, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 @@ -2448,66 +614,10 @@ PrefabInstance: propertyPath: m_Material value: objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 4641097423396305124, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4641097423396305124, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4641097423396305124, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4641097423396305124, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4693100699525061362, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4693100699525061362, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4693100699525061362, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4693100699525061362, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4693100699525061362, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - target: {fileID: 4745994877209163840, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_Material value: objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 4756509013223109026, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4756509013223109026, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4756509013223109026, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4756509013223109026, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4756509013223109026, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - target: {fileID: 4772890008583173838, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 @@ -2528,22 +638,10 @@ PrefabInstance: propertyPath: m_Material value: objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 4780248205263442746, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 4817357265323244687, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - target: {fileID: 4817357265323244687, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 4817357265323244687, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - target: {fileID: 4817357265323244687, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMin.y value: 0 @@ -2556,114 +654,14 @@ PrefabInstance: propertyPath: m_SizeDelta.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 4817357265323244687, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - target: {fileID: 4817357265323244687, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchoredPosition.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 4846854214708657550, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 4857082779739561251, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4857082779739561251, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4883624274051018056, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4883624274051018056, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4883624274051018056, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4883624274051018056, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4883624274051018056, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4884593611568127825, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - target: {fileID: 4887056422740349818, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_Material value: objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 4911459961146482241, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4911459961146482241, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4911459961146482241, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4911459961146482241, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4911459961146482241, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4916527944583137221, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4916527944583137221, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4916527944583137221, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4916527944583137221, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4940840730770796393, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 4971050220681245086, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4971050220681245086, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4971050220681245086, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4971050220681245086, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 4971050220681245086, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - target: {fileID: 5010627418755130044, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 @@ -2680,34 +678,6 @@ PrefabInstance: propertyPath: m_AnchoredPosition.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 5021286960201105140, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 5080431107160569830, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5080431107160569830, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5080431107160569830, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5080431107160569830, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5196302213928471585, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5196302213928471585, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - target: {fileID: 5264141730296192385, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 @@ -2728,154 +698,10 @@ PrefabInstance: propertyPath: m_AnchoredPosition.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 5274441444257697995, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5274441444257697995, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5274441444257697995, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5274441444257697995, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5274441444257697995, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5320673927685433012, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5320673927685433012, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5320673927685433012, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5320673927685433012, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5320673927685433012, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5320673927685433012, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5320673927685433012, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5320673927685433012, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5327222895281268944, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5327222895281268944, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5327222895281268944, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5327222895281268944, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5356791555700066546, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5356791555700066546, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5356791555700066546, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5356791555700066546, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5356791555700066546, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5356791555700066546, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5356791555700066546, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5356791555700066546, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5357617111132228592, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5357617111132228592, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5357617111132228592, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5357617111132228592, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5357617111132228592, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5403150817548401563, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5403150817548401563, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5422128147603072881, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5422128147603072881, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5432371391098630219, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - target: {fileID: 5432371391098630219, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 5432371391098630219, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - target: {fileID: 5432371391098630219, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMin.y value: 0 @@ -2896,22 +722,6 @@ PrefabInstance: propertyPath: m_AnchoredPosition.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 5482304105380253435, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5482304105380253435, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5482304105380253435, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5482304105380253435, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - target: {fileID: 5504177390268371160, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 @@ -2928,162 +738,6 @@ PrefabInstance: propertyPath: m_AnchoredPosition.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 5554281658211682450, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5554281658211682450, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5576985175553628293, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5576985175553628293, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5576985175553628293, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5576985175553628293, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5576985175553628293, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5602883360034219853, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5602883360034219853, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5616785789115379397, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 5619657574404506071, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 5620723323384772554, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5620723323384772554, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5620723323384772554, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5620723323384772554, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5641349064486749319, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5641349064486749319, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5641349064486749319, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5641349064486749319, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5641349064486749319, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5641349064486749319, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5726839812707417492, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5726839812707417492, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5726839812707417492, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5726839812707417492, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5738643180428940164, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5738643180428940164, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5738643180428940164, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5738643180428940164, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5738643180428940164, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5738643180428940164, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5738643180428940164, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5738643180428940164, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5748225577351206366, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 5877885863700251184, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5877885863700251184, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5877885863700251184, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5877885863700251184, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5877885863700251184, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - target: {fileID: 5920649366987929209, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 @@ -3100,214 +754,6 @@ PrefabInstance: propertyPath: m_AnchoredPosition.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 5927439299127855053, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5927439299127855053, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5927439299127855053, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5927439299127855053, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5944947176127973818, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 5949799606514191704, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5949799606514191704, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5949799606514191704, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5949799606514191704, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5952966795682013037, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5952966795682013037, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5952966795682013037, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5952966795682013037, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 5952966795682013037, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6014735766331418369, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6014735766331418369, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6014735766331418369, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6014735766331418369, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6014735766331418369, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6029833408079417883, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6029833408079417883, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6029833408079417883, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6029833408079417883, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6029833408079417883, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6044500510896800518, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6044500510896800518, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6056916637471487598, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 6117096139377201753, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6117096139377201753, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6117096139377201753, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6117096139377201753, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6117096139377201753, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6140498587467013762, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6140498587467013762, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6166134521242750547, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6166134521242750547, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6314126980325069888, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 6325969011847425480, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 6440619644326273859, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6440619644326273859, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6440619644326273859, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6440619644326273859, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6440619644326273859, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6440619644326273859, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6455234829681821530, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6455234829681821530, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6455234829681821530, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6455234829681821530, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6455234829681821530, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6455234829681821530, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6455234829681821530, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6455234829681821530, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - target: {fileID: 6486854764135008244, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 @@ -3324,178 +770,14 @@ PrefabInstance: propertyPath: m_AnchoredPosition.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 6504716435365376466, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6504716435365376466, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6526704200951727304, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6526704200951727304, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6548135301720020437, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6548135301720020437, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6548135301720020437, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6548135301720020437, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6548135301720020437, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - target: {fileID: 6549582567717293959, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_Material value: objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 6567851022601749489, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 6602532893062203838, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6602532893062203838, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6628275064978015647, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6628275064978015647, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6628275064978015647, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6628275064978015647, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6632299785478867025, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6632299785478867025, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6632299785478867025, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6632299785478867025, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6632299785478867025, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6646852519617560216, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6646852519617560216, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6646852519617560216, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6646852519617560216, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6656870464158244319, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6656870464158244319, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6656870464158244319, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6656870464158244319, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6678633467165464704, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6678633467165464704, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6678633467165464704, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6678633467165464704, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6678633467165464704, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - target: {fileID: 6750501517259202490, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_Material value: objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 6762592355408249994, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6762592355408249994, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6848225472053602290, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 6867207202197180971, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6867207202197180971, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6867207202197180971, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6867207202197180971, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - target: {fileID: 6871409972276848922, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 @@ -3512,90 +794,6 @@ PrefabInstance: propertyPath: m_AnchoredPosition.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 6889143730318294432, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6889143730318294432, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6889143730318294432, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6889143730318294432, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6889143730318294432, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6889143730318294432, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6889143730318294432, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6889143730318294432, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6947493134709626227, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6947493134709626227, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6947493134709626227, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6947493134709626227, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6947493134709626227, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6951432467547770103, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6951432467547770103, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6951432467547770103, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6951432467547770103, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6966444071689184040, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6966444071689184040, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6966444071689184040, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 6966444071689184040, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - target: {fileID: 6993654190720373949, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 @@ -3604,46 +802,6 @@ PrefabInstance: propertyPath: m_SizeDelta.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 7023849378472954526, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7023849378472954526, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7044168073278689247, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7044168073278689247, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7044168073278689247, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7044168073278689247, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7044168073278689247, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7044168073278689247, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7044168073278689247, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7044168073278689247, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - target: {fileID: 7050423943031074826, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 @@ -3664,174 +822,14 @@ PrefabInstance: propertyPath: m_AnchoredPosition.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 7067666470844299761, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7067666470844299761, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - target: {fileID: 7102897325704768026, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 7120227307857093968, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7120227307857093968, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7120227307857093968, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7120227307857093968, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7120227307857093968, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7164212531970159535, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7164212531970159535, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - target: {fileID: 7214075022279533480, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_Material value: objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 7221818509540043346, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7221818509540043346, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7221818509540043346, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7221818509540043346, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7221818509540043346, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7232011863133813007, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7232011863133813007, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7232011863133813007, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7232011863133813007, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7232011863133813007, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7232011863133813007, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7232011863133813007, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7232011863133813007, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7241303648932669315, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7241303648932669315, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7241303648932669315, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7241303648932669315, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7241303648932669315, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7242544379749002421, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7242544379749002421, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7273335161854853266, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 7285250910540381891, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 7309428056696408132, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7309428056696408132, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7309428056696408132, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7309428056696408132, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7362338957483928004, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 7373504817637270292, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7373504817637270292, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7373504817637270292, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7373504817637270292, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - target: {fileID: 7380773082620863608, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 @@ -3852,30 +850,6 @@ PrefabInstance: propertyPath: m_AnchoredPosition.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 7384164373443343824, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 7460366064175315254, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 7464556165653135358, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7464556165653135358, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7464556165653135358, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7464556165653135358, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - target: {fileID: 7508542929729946222, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 @@ -3896,26 +870,6 @@ PrefabInstance: propertyPath: m_AnchoredPosition.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 7513269330782903373, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7513269330782903373, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7513269330782903373, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7513269330782903373, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7513269330782903373, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - target: {fileID: 7558698604355577561, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 @@ -3924,158 +878,6 @@ PrefabInstance: propertyPath: m_SizeDelta.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 7580717434576013875, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7580717434576013875, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7580717434576013875, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7580717434576013875, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7580717434576013875, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7590732921204982688, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7590732921204982688, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7661082813741393276, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7661082813741393276, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7661082813741393276, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7661082813741393276, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7661082813741393276, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7698628638704990353, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7698628638704990353, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7698628638704990353, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7698628638704990353, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7698628638704990353, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7698628638704990353, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7721600060051468066, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7721600060051468066, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7721600060051468066, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7721600060051468066, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7721600060051468066, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7768146355591571667, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7768146355591571667, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7768146355591571667, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7768146355591571667, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7768146355591571667, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7768146355591571667, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7768146355591571667, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7768146355591571667, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7777125493811704707, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7777125493811704707, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7809457627453591122, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 7855626603435785345, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7855626603435785345, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7873277452624294224, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7873277452624294224, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - target: {fileID: 7880328672092131127, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 @@ -4092,94 +894,6 @@ PrefabInstance: propertyPath: m_AnchoredPosition.x value: 0 objectReference: {fileID: 0} - - target: {fileID: 7882395165139780221, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7882395165139780221, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7882395165139780221, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7882395165139780221, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7908154713993689702, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7908154713993689702, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7908154713993689702, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7908154713993689702, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7908154713993689702, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7929541863062280518, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7929541863062280518, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7929541863062280518, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7929541863062280518, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7940016997396587124, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7940016997396587124, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7940016997396587124, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7940016997396587124, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7940016997396587124, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7940016997396587124, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7940016997396587124, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 7940016997396587124, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8018312661105640974, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - target: {fileID: 8020912512364835499, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 @@ -4188,78 +902,10 @@ PrefabInstance: propertyPath: m_SizeDelta.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 8091677092428539755, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8091677092428539755, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8091677092428539755, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8091677092428539755, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8091677092428539755, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8091677092428539755, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8091677092428539755, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8091677092428539755, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8097523829629805306, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 8121461999893741807, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8121461999893741807, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8121461999893741807, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8121461999893741807, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8146241143744534970, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8146241143744534970, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8164067366809091094, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - target: {fileID: 8164067366809091094, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 8164067366809091094, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - target: {fileID: 8164067366809091094, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMin.y value: 0 @@ -4280,26 +926,6 @@ PrefabInstance: propertyPath: m_AnchoredPosition.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 8165846790975224573, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8165846790975224573, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8191608876237308849, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 8224012529976088142, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8224012529976088142, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - target: {fileID: 8228236724166389119, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 @@ -4308,46 +934,10 @@ PrefabInstance: propertyPath: m_SizeDelta.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 8266721992194828683, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8266721992194828683, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8266721992194828683, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8266721992194828683, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8266721992194828683, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8266721992194828683, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8273617628136676269, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 8316363507104801344, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - target: {fileID: 8316363507104801344, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 8316363507104801344, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - target: {fileID: 8316363507104801344, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMin.y value: 0 @@ -4368,50 +958,6 @@ PrefabInstance: propertyPath: m_AnchoredPosition.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 8456943212019156661, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 8485628473532551302, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8485628473532551302, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8485628473532551302, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8485628473532551302, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8485628473532551302, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8508160117786088827, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8508160117786088827, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8508160117786088827, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8508160117786088827, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8508160117786088827, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - target: {fileID: 8537469286959621327, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 @@ -4432,66 +978,6 @@ PrefabInstance: propertyPath: m_AnchoredPosition.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 8543586120459977210, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8543586120459977210, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8557014218706280430, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8557014218706280430, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8557014218706280430, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8557014218706280430, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8557014218706280430, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8560322463314972123, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8560322463314972123, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8560322463314972123, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8560322463314972123, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8586625475776394679, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8586625475776394679, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8586625475776394679, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8586625475776394679, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - target: {fileID: 8604486938666255249, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 @@ -4500,126 +986,6 @@ PrefabInstance: propertyPath: m_SizeDelta.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 8646688797522034861, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8646688797522034861, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8646688797522034861, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8646688797522034861, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8660567516781530985, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8660567516781530985, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8660567516781530985, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8660567516781530985, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8660567516781530985, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8661677236298383803, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8661677236298383803, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8661677236298383803, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8661677236298383803, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8661677236298383803, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8661677236298383803, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8661677236298383803, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8661677236298383803, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8672764841290881767, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8672764841290881767, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8672764841290881767, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8672764841290881767, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8678204527382047790, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8678204527382047790, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8678204527382047790, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8678204527382047790, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8678204527382047790, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8718465230718569014, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8718465230718569014, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8718465230718569014, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8718465230718569014, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - target: {fileID: 8866838731695242156, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 @@ -4640,38 +1006,6 @@ PrefabInstance: propertyPath: m_AnchoredPosition.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 8871045352414396573, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8871045352414396573, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8871045352414396573, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8871045352414396573, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8871045352414396573, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 8970824326689350692, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 8977059133605215336, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - - target: {fileID: 9076347345614870080, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_Material - value: - objectReference: {fileID: 21305736874167728, guid: aee96bc531e6eba468ec405e536f515f, type: 2} - target: {fileID: 9103041646197249346, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_AnchorMax.y value: 0 @@ -4692,30 +1026,6 @@ PrefabInstance: propertyPath: m_AnchoredPosition.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 9119462083753822051, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9119462083753822051, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9119462083753822051, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9119462083753822051, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9164484260023059368, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9164484260023059368, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} - target: {fileID: 9171273296746213916, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} propertyPath: m_SizeDelta.x value: 0 @@ -4724,124 +1034,8 @@ PrefabInstance: propertyPath: m_SizeDelta.y value: 0 objectReference: {fileID: 0} - - target: {fileID: 9200059237930489641, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMax.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9200059237930489641, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchorMin.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9200059237930489641, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9200059237930489641, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9200059237930489641, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_AnchoredPosition.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9222624874804545853, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9222624874804545853, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - propertyPath: m_SizeDelta.y - value: 0 - objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} ---- !u!224 &730698712 stripped -RectTransform: - m_CorrespondingSourceObject: {fileID: 1639091784002085428, guid: 450328d5a907c8249a60bc3980ba66f6, type: 3} - m_PrefabInstance: {fileID: 730698711} - m_PrefabAsset: {fileID: 0} ---- !u!1 &1355724343 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1355724346} - - component: {fileID: 1355724345} - - component: {fileID: 1355724344} - m_Layer: 0 - m_Name: Main Camera - m_TagString: MainCamera - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!81 &1355724344 -AudioListener: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1355724343} - m_Enabled: 1 ---- !u!20 &1355724345 -Camera: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1355724343} - m_Enabled: 1 - serializedVersion: 2 - m_ClearFlags: 1 - m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} - m_projectionMatrixMode: 1 - m_GateFitMode: 2 - m_FOVAxisMode: 0 - m_SensorSize: {x: 36, y: 24} - m_LensShift: {x: 0, y: 0} - m_FocalLength: 50 - m_NormalizedViewPortRect: - serializedVersion: 2 - x: 0 - y: 0 - width: 1 - height: 1 - near clip plane: 0.3 - far clip plane: 1000 - field of view: 60 - orthographic: 0 - orthographic size: 5 - m_Depth: -1 - m_CullingMask: - serializedVersion: 2 - m_Bits: 4294967295 - m_RenderingPath: -1 - m_TargetTexture: {fileID: 0} - m_TargetDisplay: 0 - m_TargetEye: 3 - m_HDR: 1 - m_AllowMSAA: 1 - m_AllowDynamicResolution: 0 - m_ForceIntoRT: 0 - m_OcclusionCulling: 1 - m_StereoConvergence: 10 - m_StereoSeparation: 0.022 ---- !u!4 &1355724346 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1355724343} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 1, z: -10} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 0} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &1498586261 GameObject: m_ObjectHideFlags: 3 @@ -4883,5 +1077,5 @@ Transform: m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 2 + m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} diff --git a/AxibugEmuOnline.Client/Assets/Script/Manager/AppSceneLoader.cs b/AxibugEmuOnline.Client/Assets/Script/Manager/AppSceneLoader.cs index bd60912..70dd1bc 100644 --- a/AxibugEmuOnline.Client/Assets/Script/Manager/AppSceneLoader.cs +++ b/AxibugEmuOnline.Client/Assets/Script/Manager/AppSceneLoader.cs @@ -9,6 +9,7 @@ namespace AxibugEmuOnline.Client { public class AppSceneLoader { + public LoadTask CurrentTask { get; private set; } Queue m_tasks = new Queue(); @@ -54,7 +55,7 @@ namespace AxibugEmuOnline.Client if (State == EnumTaskState.Idle) { State = EnumTaskState.Running; - m_loadingOp = SceneManager.LoadSceneAsync(m_scenePath, LoadSceneMode.Additive); + m_loadingOp = SceneManager.LoadSceneAsync(m_scenePath, LoadSceneMode.Single); return true; } else if (State == EnumTaskState.Running) diff --git a/AxibugEmuOnline.Client/Assets/Script/UI/Game_NES.cs b/AxibugEmuOnline.Client/Assets/Script/UI/Game_NES.cs index f586a66..d3b51da 100644 --- a/AxibugEmuOnline.Client/Assets/Script/UI/Game_NES.cs +++ b/AxibugEmuOnline.Client/Assets/Script/UI/Game_NES.cs @@ -3,14 +3,13 @@ using DG.Tweening; using DG.Tweening.Core; using DG.Tweening.Plugins.Options; using UnityEngine; +using static Codice.Client.BaseCommands.Import.Commit; using App = AxibugEmuOnline.Client.ClientCore.AppAxibugEmuOnline; namespace AxibugEmuOnline.Client { public class Game_NES : MenuItem { - [SerializeField] - ItemPresent RomGroup; [SerializeField] CanvasGroup RomGroupRoot; private TweenerCore m_showTween; @@ -21,6 +20,25 @@ namespace AxibugEmuOnline.Client RomGroupRoot.alpha = 0; } + public override void SetSelectState(bool selected) + { + if (m_select == selected) return; + + m_select = selected; + + if (ShadowIcon != null) ShadowIcon.gameObject.SetActiveEx(selected); + + if (progressTween != null) { progressTween.Kill(); progressTween = null; } + + progressTween = DOTween.To(() => m_progress, (x) => m_progress = x, m_select ? 1 : 0, 5) + .SetSpeedBased().OnUpdate(() => + { + if (InfoNode != null) InfoNode.alpha = m_progress; + + Root.localScale = Vector3.one * Mathf.Lerp(UnSelectScale, SelectScale, m_progress); + }); + } + public override void OnEnterItem() { RomGroupRoot.gameObject.SetActive(true); @@ -35,9 +53,14 @@ namespace AxibugEmuOnline.Client App.nesRomLib.FetchRomCount((roms) => { - RomGroup.UpdateDependencyProperty(App.nesRomLib); - RomGroup.SetData(roms); + var thirdMenuGroup = SubMenuItemGroup as ThirdMenuRoot; + thirdMenuGroup.itemGroup.UpdateDependencyProperty(thirdMenuGroup); + thirdMenuGroup.itemGroup.SetData(roms); + thirdMenuGroup.itemGroup.UpdateProxyVisualState(); + thirdMenuGroup.SelectIndex = 0; }); + + if (SubMenuItemGroup != null) SubMenuItemGroup.SetSelect(true); } public override void OnExitItem() @@ -52,6 +75,8 @@ namespace AxibugEmuOnline.Client { RomGroupRoot.gameObject.SetActive(false); }); + + if (SubMenuItemGroup != null) SubMenuItemGroup.SetSelect(false); } } } diff --git a/AxibugEmuOnline.Client/Assets/Script/UI/LaunchUI.cs b/AxibugEmuOnline.Client/Assets/Script/UI/LaunchUI.cs index 1ba1541..5981a29 100644 --- a/AxibugEmuOnline.Client/Assets/Script/UI/LaunchUI.cs +++ b/AxibugEmuOnline.Client/Assets/Script/UI/LaunchUI.cs @@ -28,6 +28,8 @@ namespace AxibugEmuOnline.Client private void Awake() { Instance = this; + DontDestroyOnLoad(this); + DontDestroyOnLoad(Camera.main.gameObject); m_mainLayoutPosition = MainMenuRoot.anchoredPosition; MainMenu.ListenControlAction = true; } diff --git a/AxibugEmuOnline.Client/Assets/Script/UI/MainMenuController.cs b/AxibugEmuOnline.Client/Assets/Script/UI/MainMenuController.cs index 74cbba9..5210141 100644 --- a/AxibugEmuOnline.Client/Assets/Script/UI/MainMenuController.cs +++ b/AxibugEmuOnline.Client/Assets/Script/UI/MainMenuController.cs @@ -10,7 +10,7 @@ using UnityEngine.UI; namespace AxibugEmuOnline.Client.UI { - public class MainMenuController : MenuItemController + public class MainMenuController : MenuItemController { [SerializeField] HorizontalLayoutGroup GroupRoot; @@ -34,7 +34,9 @@ namespace AxibugEmuOnline.Client.UI m_runtimeMenuUICanvas = m_runtimeMenuUI.Select(menu => menu.gameObject.AddComponent()).ToList(); m_runtimeMenuUICanvas.ForEach(canv => canv.gameObject.AddComponent()); } - + public override void Init(List menuDataList) + { + } public void EnterDetailState() { diff --git a/AxibugEmuOnline.Client/Assets/Script/UI/MenuItem.cs b/AxibugEmuOnline.Client/Assets/Script/UI/MenuItem.cs index f880967..ff61b21 100644 --- a/AxibugEmuOnline.Client/Assets/Script/UI/MenuItem.cs +++ b/AxibugEmuOnline.Client/Assets/Script/UI/MenuItem.cs @@ -10,28 +10,28 @@ namespace AxibugEmuOnline.Client.UI public class MenuItem : MonoBehaviour { [SerializeField] - Image Icon; + protected Image Icon; [SerializeField] - Text Txt; + protected Text Txt; [SerializeField] - Text Descript; + protected Text Descript; [SerializeField] - Transform Root; + protected Transform Root; [SerializeField] - Image ShadowIcon; + protected Image ShadowIcon; [SerializeField] - CanvasGroup InfoNode; + protected CanvasGroup InfoNode; [SerializeField] - SubMenuItemGroup SubMenuItemGroup; + protected SubMenuItemGroup SubMenuItemGroup; public float SelectScale = 1f; public float UnSelectScale = 0.85f; public RectTransform Rect => transform as RectTransform; - bool m_select; - TweenerCore progressTween; - float m_progress; + protected bool m_select; + protected TweenerCore progressTween; + protected float m_progress; private void Awake() { m_select = false; @@ -65,7 +65,7 @@ namespace AxibugEmuOnline.Client.UI if (ShadowIcon != null) ShadowIcon.sprite = icon; } - public void SetSelectState(bool selected) + public virtual void SetSelectState(bool selected) { if (m_select == selected) return; diff --git a/AxibugEmuOnline.Client/Assets/Script/UI/MenuItemController.cs b/AxibugEmuOnline.Client/Assets/Script/UI/MenuItemController.cs index b1ebd62..b5039ef 100644 --- a/AxibugEmuOnline.Client/Assets/Script/UI/MenuItemController.cs +++ b/AxibugEmuOnline.Client/Assets/Script/UI/MenuItemController.cs @@ -1,5 +1,4 @@ using AxibugEmuOnline.Client.UI; -using System; using System.Collections.Generic; using UnityEngine; @@ -7,35 +6,36 @@ namespace AxibugEmuOnline.Client { public abstract class MenuItemController : MonoBehaviour { - [SerializeField] - float PulseInvoke_Delay = 0.4f; - [SerializeField] - float PulseInvoke_Interval = 0.05f; - - private bool m_listenControlAction; - public bool ListenControlAction + public enum EnumCommand { - get => m_listenControlAction; - set - { - m_listenControlAction = value; - - if (value) - CommandDispatcher.Instance.RegistController(this); - else - CommandDispatcher.Instance.UnRegistController(this); - } + SelectItemLeft, + SelectItemRight, + SelectItemUp, + SelectItemDown, + Enter, + Back, + OptionMenu } + + [SerializeField] + protected Transform m_menuItemRoot; + protected List m_runtimeMenuUI = new List(); + private PulseInvoker m_pulsInvoker_Left; private PulseInvoker m_pulsInvoker_Right; private PulseInvoker m_pulsInvoker_Up; private PulseInvoker m_pulsInvoker_Down; + MenuItem m_enteredItem = null; - private int m_selectIndex = -1; - protected List m_runtimeMenuUI = new List(); + [SerializeField] + float PulseInvoke_Delay = 0.4f; + [SerializeField] + float PulseInvoke_Interval = 0.05f; - public int SelectIndex + protected int m_selectIndex = -1; + + public virtual int SelectIndex { get => m_selectIndex; set @@ -48,15 +48,15 @@ namespace AxibugEmuOnline.Client } } - [SerializeField] - protected Transform m_menuItemRoot; - protected virtual void Start() { - for (int i = 0; i < m_menuItemRoot.childCount; i++) + if (m_menuItemRoot != null) { - Transform child = m_menuItemRoot.GetChild(i); - m_runtimeMenuUI.Add(child.GetComponent()); + for (int i = 0; i < m_menuItemRoot.childCount; i++) + { + Transform child = m_menuItemRoot.GetChild(i); + m_runtimeMenuUI.Add(child.GetComponent()); + } } Canvas.ForceUpdateCanvases(); @@ -68,11 +68,6 @@ namespace AxibugEmuOnline.Client m_pulsInvoker_Down = new PulseInvoker(OnCmdSelectItemDown, PulseInvoke_Delay, PulseInvoke_Interval); } - private void OnDestroy() - { - if (CommandDispatcher.Instance != null) - CommandDispatcher.Instance.UnRegistController(this); - } protected virtual void Update() { @@ -82,9 +77,6 @@ namespace AxibugEmuOnline.Client m_pulsInvoker_Down.Update(Time.deltaTime); } - protected abstract void OnSelectMenuChanged(); - - MenuItem m_enteredItem = null; public void ExecuteCommand(EnumCommand cmd, bool cancel) { if (!cancel) @@ -170,15 +162,39 @@ namespace AxibugEmuOnline.Client protected virtual void OnCmdOptionMenu() { } protected virtual void OnCmdEnter(MenuItem item) { item.OnEnterItem(); } protected virtual void OnCmdBack(MenuItem item) { item.OnExitItem(); } - public enum EnumCommand + protected abstract void OnSelectMenuChanged(); + + } + + public abstract class MenuItemController : MenuItemController + { + private bool m_listenControlAction; + public bool ListenControlAction { - SelectItemLeft, - SelectItemRight, - SelectItemUp, - SelectItemDown, - Enter, - Back, - OptionMenu + get => m_listenControlAction; + set + { + m_listenControlAction = value; + + if (value) + CommandDispatcher.Instance.RegistController(this); + else + CommandDispatcher.Instance.UnRegistController(this); + } } + + public abstract void Init(List menuDataList); + + + private void OnDestroy() + { + if (CommandDispatcher.Instance != null) + CommandDispatcher.Instance.UnRegistController(this); + } + + + + + } } diff --git a/AxibugEmuOnline.Client/Assets/Script/UI/RomItem.cs b/AxibugEmuOnline.Client/Assets/Script/UI/RomItem.cs index 1137adc..237c351 100644 --- a/AxibugEmuOnline.Client/Assets/Script/UI/RomItem.cs +++ b/AxibugEmuOnline.Client/Assets/Script/UI/RomItem.cs @@ -15,7 +15,7 @@ namespace AxibugEmuOnline.Client public int Index { get; set; } - private RomLib m_romlib; + private RomLib m_romlib => AppAxibugEmuOnline.nesRomLib; private RomFile m_romfile; public void SetData(object data) @@ -34,7 +34,7 @@ namespace AxibugEmuOnline.Client public void SetDependencyProperty(object data) { - m_romlib = (RomLib)data; + SetSelectState(data is ThirdMenuRoot tr && tr.SelectIndex == Index); } public void Release() @@ -74,6 +74,7 @@ namespace AxibugEmuOnline.Client AppAxibugEmuOnline.SceneLoader.BeginLoad("Scene/EmuTest", () => { var nesEmu = GameObject.FindObjectOfType(); + nesEmu.StartGame(m_romfile); }); } } diff --git a/AxibugEmuOnline.Client/Assets/Script/UI/SubMenuItemGroup.cs b/AxibugEmuOnline.Client/Assets/Script/UI/SubMenuItemGroup.cs index c67afa1..27dbad1 100644 --- a/AxibugEmuOnline.Client/Assets/Script/UI/SubMenuItemGroup.cs +++ b/AxibugEmuOnline.Client/Assets/Script/UI/SubMenuItemGroup.cs @@ -9,7 +9,7 @@ using UnityEngine; namespace AxibugEmuOnline.Client { - public class SubMenuItemGroup : MenuItemController + public class SubMenuItemGroup : MenuItemController { [SerializeField] MenuItem SubMenuItemTemplate; @@ -28,7 +28,7 @@ namespace AxibugEmuOnline.Client alphaGroup.alpha = 0; } - public void Init(List menuDataList) + public override void Init(List menuDataList) { #if UNITY_EDITOR while (transform.childCount > 0) @@ -86,7 +86,7 @@ namespace AxibugEmuOnline.Client SelectIndex++; } - public void SetSelect(bool select) + public virtual void SetSelect(bool select) { if (m_selected == select) return; m_selected = select; diff --git a/AxibugEmuOnline.Client/Assets/Script/UI/ThirdMenuRoot.cs b/AxibugEmuOnline.Client/Assets/Script/UI/ThirdMenuRoot.cs index e95d7ae..bb03af6 100644 --- a/AxibugEmuOnline.Client/Assets/Script/UI/ThirdMenuRoot.cs +++ b/AxibugEmuOnline.Client/Assets/Script/UI/ThirdMenuRoot.cs @@ -1,14 +1,43 @@ +using AxibugEmuOnline.Client.UI; +using DG.Tweening; +using System.Collections.Generic; using UnityEngine; +using UnityEngine.UI; namespace AxibugEmuOnline.Client { - public class ThirdMenuRoot : MonoBehaviour + public class ThirdMenuRoot : SubMenuItemGroup { private RectTransform m_rect; private RectTransform m_parent; + [SerializeField] + private RectTransform m_selectArrow; + [SerializeField] + float ArrowOffset = 50; [SerializeField] float WidthFix = 50; + [SerializeField] + public ItemPresent itemGroup; + [SerializeField] + ScrollRect srollRect; + + public override int SelectIndex + { + get => m_selectIndex; + set + { + if (itemGroup.DataList == null) return; + + value = Mathf.Clamp(value, 0, itemGroup.DataList.Count - 1); + if (m_selectIndex == value) return; + bool useAnim = m_selectIndex != -1; + m_selectIndex = value; + + RollToIndex(m_selectIndex, useAnim); + OnSelectMenuChanged(); + } + } private void Awake() { @@ -21,6 +50,29 @@ namespace AxibugEmuOnline.Client SyncRectToLaunchUI(); } + protected override void OnSelectMenuChanged() + { + itemGroup.UpdateDependencyProperty(this); + } + + void RollToIndex(int index, bool useAnim = false) + { + Vector2 itemPos = itemGroup.GetItemAnchorePos(index); + + Vector3[] corners = new Vector3[4]; + Vector2 targetPos = itemGroup.transform.InverseTransformPoint(m_selectArrow.position); + itemGroup.RectTransform.GetLocalCorners(corners); + targetPos = targetPos - (Vector2)corners[1]; + + float gap = targetPos.y - itemPos.y; + + srollRect.velocity = Vector2.zero; + if (!useAnim) + srollRect.content.anchoredPosition += new Vector2(0, gap); + else + srollRect.content.anchoredPosition += new Vector2(0, gap); + } + Vector3[] corner = new Vector3[4]; private void SyncRectToLaunchUI() { @@ -48,6 +100,21 @@ namespace AxibugEmuOnline.Client var widthGap = parentPosition.x - rootPosition.x; m_rect.SetSizeWithCurrentAnchors(RectTransform.Axis.Horizontal, launchUIRect.rect.width - widthGap - WidthFix); + + m_selectArrow.position = m_parent.transform.position; + temp = m_selectArrow.anchoredPosition; + temp.x += ArrowOffset; + m_selectArrow.anchoredPosition = temp; + } + + protected override void OnCmdSelectItemDown() + { + base.OnCmdSelectItemDown(); + } + + protected override void OnCmdSelectItemUp() + { + base.OnCmdSelectItemUp(); } } } diff --git a/AxibugEmuOnline.Client/Packages/manifest.json b/AxibugEmuOnline.Client/Packages/manifest.json index fc405c5..4698ff2 100644 --- a/AxibugEmuOnline.Client/Packages/manifest.json +++ b/AxibugEmuOnline.Client/Packages/manifest.json @@ -1,5 +1,6 @@ { "dependencies": { + "com.unity.2d.sprite": "1.0.0", "com.unity.collab-proxy": "1.15.15", "com.unity.editorcoroutines": "1.0.0", "com.unity.ide.rider": "3.0.13", diff --git a/AxibugEmuOnline.Client/Packages/packages-lock.json b/AxibugEmuOnline.Client/Packages/packages-lock.json index 23b1a6d..1a9fd7f 100644 --- a/AxibugEmuOnline.Client/Packages/packages-lock.json +++ b/AxibugEmuOnline.Client/Packages/packages-lock.json @@ -1,5 +1,11 @@ { "dependencies": { + "com.unity.2d.sprite": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, "com.unity.collab-proxy": { "version": "1.15.15", "depth": 0, -- 2.36.0.windows.1 From 9c80ed0a26955e4e8871d220649a569b7d50d05a Mon Sep 17 00:00:00 2001 From: "ALIENJACK\\alien" Date: Fri, 30 Aug 2024 16:28:05 +0800 Subject: [PATCH 7/7] =?UTF-8?q?=E4=BF=AE=E5=A4=8DRom=E5=88=97=E8=A1=A8,?= =?UTF-8?q?=E5=AF=B9=E8=B1=A1=E6=B1=A0=E5=A4=8D=E7=94=A8,=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E6=9C=AA=E5=9B=9E=E8=BD=AC=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AxibugEmuOnline.Client/Assets/Script/UI/RomItem.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AxibugEmuOnline.Client/Assets/Script/UI/RomItem.cs b/AxibugEmuOnline.Client/Assets/Script/UI/RomItem.cs index 237c351..1d3bf2e 100644 --- a/AxibugEmuOnline.Client/Assets/Script/UI/RomItem.cs +++ b/AxibugEmuOnline.Client/Assets/Script/UI/RomItem.cs @@ -30,6 +30,8 @@ namespace AxibugEmuOnline.Client { m_romlib.BeginFetchRomInfo(m_romfile); } + + SetSelectState(data is ThirdMenuRoot tr && tr.SelectIndex == Index); } public void SetDependencyProperty(object data) -- 2.36.0.windows.1