From 6076bc764a416502ab703934a0592259ba274248 Mon Sep 17 00:00:00 2001 From: kimura Date: Thu, 28 Jul 2022 12:47:14 +0900 Subject: [PATCH] =?UTF-8?q?stage=E8=A8=AD=E5=AE=9A=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ScrollGame/Stages/Stage1a.prefab | 80 +++++++++++++--- .../ScrollGame/Stages/Stage1b.prefab | 82 ++++++++++++++++ .../ScrollGame/Stages/Stage2a.prefab | 82 ++++++++++++++++ .../ScrollGame/Stages/Stage2b.prefab | 82 ++++++++++++++++ .../ScrollGame/Stages/Stage3a.prefab | 82 ++++++++++++++++ .../ScrollGame/Stages/Stage3b.prefab | 94 +++++++++++++++++-- 6 files changed, 482 insertions(+), 20 deletions(-) diff --git a/popcorn/Assets/MyGame/Resources/ScrollGame/Stages/Stage1a.prefab b/popcorn/Assets/MyGame/Resources/ScrollGame/Stages/Stage1a.prefab index cf3b79bb..8b7aad91 100644 --- a/popcorn/Assets/MyGame/Resources/ScrollGame/Stages/Stage1a.prefab +++ b/popcorn/Assets/MyGame/Resources/ScrollGame/Stages/Stage1a.prefab @@ -1,5 +1,36 @@ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: +--- !u!1 &1272456563178855448 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4119720326004031226} + m_Layer: 0 + m_Name: StartPos + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4119720326004031226 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1272456563178855448} + 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_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2233378810729895866} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &5140115440945204540 GameObject: m_ObjectHideFlags: 0 @@ -31,6 +62,8 @@ Transform: m_Children: - {fileID: 1871391700204483434} - {fileID: 9198101237787776717} + - {fileID: 4119720326004031226} + - {fileID: 2252598198102958556} m_Father: {fileID: 0} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} @@ -46,8 +79,39 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 3c6db6d25de0477999fc1b02c09563c0, type: 3} m_Name: m_EditorClassIdentifier: - startPos: {fileID: 4193759859366624240} - endPos: {fileID: 6653402502725990282} + startPos: {fileID: 4119720326004031226} + endPos: {fileID: 2252598198102958556} +--- !u!1 &8752002035899489105 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2252598198102958556} + m_Layer: 0 + m_Name: 10Seconds point + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2252598198102958556 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8752002035899489105} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 50, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2233378810729895866} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1001 &1956465928252795982 PrefabInstance: m_ObjectHideFlags: 0 @@ -122,18 +186,6 @@ PrefabInstance: objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 0522f5a9c22654ceca2b9ae04eecfac0, type: 3} ---- !u!4 &4193759859366624240 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 2384085606314497982, guid: 0522f5a9c22654ceca2b9ae04eecfac0, - type: 3} - m_PrefabInstance: {fileID: 1956465928252795982} - m_PrefabAsset: {fileID: 0} ---- !u!4 &6653402502725990282 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 5148565685416549316, guid: 0522f5a9c22654ceca2b9ae04eecfac0, - type: 3} - m_PrefabInstance: {fileID: 1956465928252795982} - m_PrefabAsset: {fileID: 0} --- !u!4 &9198101237787776717 stripped Transform: m_CorrespondingSourceObject: {fileID: 7242064396380437123, guid: 0522f5a9c22654ceca2b9ae04eecfac0, diff --git a/popcorn/Assets/MyGame/Resources/ScrollGame/Stages/Stage1b.prefab b/popcorn/Assets/MyGame/Resources/ScrollGame/Stages/Stage1b.prefab index aff34ba3..69ddcb52 100644 --- a/popcorn/Assets/MyGame/Resources/ScrollGame/Stages/Stage1b.prefab +++ b/popcorn/Assets/MyGame/Resources/ScrollGame/Stages/Stage1b.prefab @@ -1,5 +1,36 @@ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: +--- !u!1 &3996415437712048096 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2551531464901230235} + m_Layer: 0 + m_Name: 10Seconds point + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2551531464901230235 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3996415437712048096} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 50, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2124088376866006345} + m_RootOrder: 33 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &4464340028676474214 GameObject: m_ObjectHideFlags: 0 @@ -26,6 +57,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 148.91467, y: 2.3177247, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2124088376866006345} m_RootOrder: 14 @@ -56,6 +88,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 67.6, y: 2.3177245, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2124088376866006345} m_RootOrder: 13 @@ -69,6 +102,7 @@ GameObject: serializedVersion: 6 m_Component: - component: {fileID: 2124088376866006345} + - component: {fileID: 8151766844780269456} m_Layer: 0 m_Name: Stage1b m_TagString: Untagged @@ -86,6 +120,7 @@ Transform: 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_ConstrainProportionsScale: 0 m_Children: - {fileID: 5334254581099664965} - {fileID: 6889697067878944854} @@ -119,9 +154,56 @@ Transform: - {fileID: 6087903602085080222} - {fileID: 1678366341090779137} - {fileID: 7225821940121177158} + - {fileID: 2744337522936473663} + - {fileID: 2551531464901230235} m_Father: {fileID: 0} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &8151766844780269456 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6825300293089241174} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 3c6db6d25de0477999fc1b02c09563c0, type: 3} + m_Name: + m_EditorClassIdentifier: + startPos: {fileID: 2744337522936473663} + endPos: {fileID: 2551531464901230235} +--- !u!1 &8850265187220067279 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2744337522936473663} + m_Layer: 0 + m_Name: StartPos + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2744337522936473663 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8850265187220067279} + 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_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2124088376866006345} + m_RootOrder: 32 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1001 &457306673180935537 PrefabInstance: m_ObjectHideFlags: 0 diff --git a/popcorn/Assets/MyGame/Resources/ScrollGame/Stages/Stage2a.prefab b/popcorn/Assets/MyGame/Resources/ScrollGame/Stages/Stage2a.prefab index 9e94ab86..dec743dd 100644 --- a/popcorn/Assets/MyGame/Resources/ScrollGame/Stages/Stage2a.prefab +++ b/popcorn/Assets/MyGame/Resources/ScrollGame/Stages/Stage2a.prefab @@ -1,5 +1,36 @@ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: +--- !u!1 &2689750290871442059 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3032965588344489343} + m_Layer: 0 + m_Name: 10Seconds point + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3032965588344489343 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2689750290871442059} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 50, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2454089663812030026} + m_RootOrder: 44 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &3275894143691012192 GameObject: m_ObjectHideFlags: 0 @@ -26,6 +57,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 148.91467, y: 2.3177247, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2454089663812030026} m_RootOrder: 19 @@ -56,10 +88,42 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 67.6, y: 2.3177245, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2454089663812030026} m_RootOrder: 18 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &6694553627163660619 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6048486752769672188} + m_Layer: 0 + m_Name: StartPos + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6048486752769672188 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6694553627163660619} + 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_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2454089663812030026} + m_RootOrder: 43 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &7862439291227870202 GameObject: m_ObjectHideFlags: 0 @@ -69,6 +133,7 @@ GameObject: serializedVersion: 6 m_Component: - component: {fileID: 2454089663812030026} + - component: {fileID: 4315162973960776756} m_Layer: 0 m_Name: Stage2a m_TagString: Untagged @@ -86,6 +151,7 @@ Transform: 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_ConstrainProportionsScale: 0 m_Children: - {fileID: 7385970265648474765} - {fileID: 1436922894456840906} @@ -130,9 +196,25 @@ Transform: - {fileID: 8990417723823175798} - {fileID: 4119678685895478872} - {fileID: 7035028842901830796} + - {fileID: 6048486752769672188} + - {fileID: 3032965588344489343} m_Father: {fileID: 0} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &4315162973960776756 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7862439291227870202} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 3c6db6d25de0477999fc1b02c09563c0, type: 3} + m_Name: + m_EditorClassIdentifier: + startPos: {fileID: 6048486752769672188} + endPos: {fileID: 3032965588344489343} --- !u!1001 &154133418959109957 PrefabInstance: m_ObjectHideFlags: 0 diff --git a/popcorn/Assets/MyGame/Resources/ScrollGame/Stages/Stage2b.prefab b/popcorn/Assets/MyGame/Resources/ScrollGame/Stages/Stage2b.prefab index 42df453d..e41a2364 100644 --- a/popcorn/Assets/MyGame/Resources/ScrollGame/Stages/Stage2b.prefab +++ b/popcorn/Assets/MyGame/Resources/ScrollGame/Stages/Stage2b.prefab @@ -1,5 +1,36 @@ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: +--- !u!1 &276417027094206333 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5191287873334589830} + m_Layer: 0 + m_Name: StartPos + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5191287873334589830 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 276417027094206333} + 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_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4580468283174947829} + m_RootOrder: 45 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &3990959132084175070 GameObject: m_ObjectHideFlags: 0 @@ -26,10 +57,42 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 148.91467, y: 2.3177247, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4580468283174947829} m_RootOrder: 19 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &4881296025979749866 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 671163420963226038} + m_Layer: 0 + m_Name: 10Seconds point + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &671163420963226038 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4881296025979749866} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 50, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4580468283174947829} + m_RootOrder: 46 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &8063655011831821646 GameObject: m_ObjectHideFlags: 0 @@ -39,6 +102,7 @@ GameObject: serializedVersion: 6 m_Component: - component: {fileID: 4580468283174947829} + - component: {fileID: -4430287025709974354} m_Layer: 0 m_Name: Stage2b m_TagString: Untagged @@ -56,6 +120,7 @@ Transform: 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_ConstrainProportionsScale: 0 m_Children: - {fileID: 3180800213718610208} - {fileID: 6863554737051595384} @@ -102,9 +167,25 @@ Transform: - {fileID: 5524822289189389556} - {fileID: 4411667517282319924} - {fileID: 2432726148392566763} + - {fileID: 5191287873334589830} + - {fileID: 671163420963226038} m_Father: {fileID: 0} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &-4430287025709974354 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8063655011831821646} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 3c6db6d25de0477999fc1b02c09563c0, type: 3} + m_Name: + m_EditorClassIdentifier: + startPos: {fileID: 5191287873334589830} + endPos: {fileID: 671163420963226038} --- !u!1 &8119634201046921871 GameObject: m_ObjectHideFlags: 0 @@ -131,6 +212,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 67.6, y: 2.3177245, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 4580468283174947829} m_RootOrder: 18 diff --git a/popcorn/Assets/MyGame/Resources/ScrollGame/Stages/Stage3a.prefab b/popcorn/Assets/MyGame/Resources/ScrollGame/Stages/Stage3a.prefab index f79e0412..1ea8455e 100644 --- a/popcorn/Assets/MyGame/Resources/ScrollGame/Stages/Stage3a.prefab +++ b/popcorn/Assets/MyGame/Resources/ScrollGame/Stages/Stage3a.prefab @@ -26,6 +26,7 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 67.6, y: 2.3177245, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2725888655826027606} m_RootOrder: 23 @@ -39,6 +40,7 @@ GameObject: serializedVersion: 6 m_Component: - component: {fileID: 2725888655826027606} + - component: {fileID: -3158566811373325103} m_Layer: 0 m_Name: Stage3a m_TagString: Untagged @@ -56,6 +58,7 @@ Transform: 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_ConstrainProportionsScale: 0 m_Children: - {fileID: 5347965671286190159} - {fileID: 7681174380056256220} @@ -114,9 +117,25 @@ Transform: - {fileID: 587880479454672967} - {fileID: 6946350040614471511} - {fileID: 7149021530372022108} + - {fileID: 6905923460852342595} + - {fileID: 5913068647431169118} m_Father: {fileID: 0} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &-3158566811373325103 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3563731758725637829} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 3c6db6d25de0477999fc1b02c09563c0, type: 3} + m_Name: + m_EditorClassIdentifier: + startPos: {fileID: 6905923460852342595} + endPos: {fileID: 5913068647431169118} --- !u!1 &4344372735096427100 GameObject: m_ObjectHideFlags: 0 @@ -143,10 +162,73 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 148.91467, y: 2.3177247, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2725888655826027606} m_RootOrder: 24 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7592866035446771160 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6905923460852342595} + m_Layer: 0 + m_Name: StartPos + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6905923460852342595 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7592866035446771160} + 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_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2725888655826027606} + m_RootOrder: 57 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &8778783817517642641 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5913068647431169118} + m_Layer: 0 + m_Name: 10Seconds point + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5913068647431169118 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8778783817517642641} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 50, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2725888655826027606} + m_RootOrder: 58 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1001 &5061227295512138 PrefabInstance: m_ObjectHideFlags: 0 diff --git a/popcorn/Assets/MyGame/Resources/ScrollGame/Stages/Stage3b.prefab b/popcorn/Assets/MyGame/Resources/ScrollGame/Stages/Stage3b.prefab index 18a8aa76..927d80fd 100644 --- a/popcorn/Assets/MyGame/Resources/ScrollGame/Stages/Stage3b.prefab +++ b/popcorn/Assets/MyGame/Resources/ScrollGame/Stages/Stage3b.prefab @@ -26,10 +26,42 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 67.6, y: 2.3177245, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2552418280157887158} m_RootOrder: 23 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &4440357155852556307 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2412075483273799316} + m_Layer: 0 + m_Name: 10Seconds point + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2412075483273799316 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4440357155852556307} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 50, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2552418280157887158} + m_RootOrder: 58 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &7741594668631066970 GameObject: m_ObjectHideFlags: 0 @@ -39,6 +71,7 @@ GameObject: serializedVersion: 6 m_Component: - component: {fileID: 2552418280157887158} + - component: {fileID: 7601905581502890767} m_Layer: 0 m_Name: Stage3b m_TagString: Untagged @@ -56,6 +89,7 @@ Transform: 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_ConstrainProportionsScale: 0 m_Children: - {fileID: 3577449681499657311} - {fileID: 3316532519096250085} @@ -114,9 +148,25 @@ Transform: - {fileID: 1406049225113618935} - {fileID: 5427914803057467536} - {fileID: 7858943900312324155} + - {fileID: 1130693150276541006} + - {fileID: 2412075483273799316} m_Father: {fileID: 0} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &7601905581502890767 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7741594668631066970} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 3c6db6d25de0477999fc1b02c09563c0, type: 3} + m_Name: + m_EditorClassIdentifier: + startPos: {fileID: 1130693150276541006} + endPos: {fileID: 2412075483273799316} --- !u!1 &8543158018243461153 GameObject: m_ObjectHideFlags: 0 @@ -143,10 +193,42 @@ Transform: m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 148.91467, y: 2.3177247, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 2552418280157887158} m_RootOrder: 24 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &8927894187572342464 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1130693150276541006} + m_Layer: 0 + m_Name: StartPos + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1130693150276541006 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8927894187572342464} + 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_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2552418280157887158} + m_RootOrder: 57 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1001 &118996657701961724 PrefabInstance: m_ObjectHideFlags: 0 @@ -4710,18 +4792,18 @@ PrefabInstance: objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 9909b8ac6fba54dcd98d1a129a7c8c09, type: 3} ---- !u!4 &7645641885994862055 stripped -Transform: - m_CorrespondingSourceObject: {fileID: 2000043922596723899, guid: 9909b8ac6fba54dcd98d1a129a7c8c09, - type: 3} - m_PrefabInstance: {fileID: 8204243026862422364} - m_PrefabAsset: {fileID: 0} --- !u!4 &1322287398587251349 stripped Transform: m_CorrespondingSourceObject: {fileID: 7170547486884922313, guid: 9909b8ac6fba54dcd98d1a129a7c8c09, type: 3} m_PrefabInstance: {fileID: 8204243026862422364} m_PrefabAsset: {fileID: 0} +--- !u!4 &7645641885994862055 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 2000043922596723899, guid: 9909b8ac6fba54dcd98d1a129a7c8c09, + type: 3} + m_PrefabInstance: {fileID: 8204243026862422364} + m_PrefabAsset: {fileID: 0} --- !u!1001 &8281111852129607500 PrefabInstance: m_ObjectHideFlags: 0