ConnectedComponentsExample.unity 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731
  1. %YAML 1.1
  2. %TAG !u! tag:unity3d.com,2011:
  3. --- !u!29 &1
  4. SceneSettings:
  5. m_ObjectHideFlags: 0
  6. m_PVSData:
  7. m_PVSObjectsArray: []
  8. m_PVSPortalsArray: []
  9. m_OcclusionBakeSettings:
  10. smallestOccluder: 5
  11. smallestHole: 0.25
  12. backfaceThreshold: 100
  13. --- !u!104 &2
  14. RenderSettings:
  15. m_ObjectHideFlags: 0
  16. serializedVersion: 6
  17. m_Fog: 0
  18. m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1}
  19. m_FogMode: 3
  20. m_FogDensity: 0.01
  21. m_LinearFogStart: 0
  22. m_LinearFogEnd: 300
  23. m_AmbientSkyColor: {r: 0.2, g: 0.2, b: 0.2, a: 1}
  24. m_AmbientEquatorColor: {r: 0.2, g: 0.2, b: 0.2, a: 1}
  25. m_AmbientGroundColor: {r: 0.2, g: 0.2, b: 0.2, a: 1}
  26. m_AmbientIntensity: 1
  27. m_AmbientMode: 3
  28. m_SkyboxMaterial: {fileID: 0}
  29. m_HaloStrength: 0.5
  30. m_FlareStrength: 1
  31. m_FlareFadeSpeed: 3
  32. m_HaloTexture: {fileID: 0}
  33. m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0}
  34. m_DefaultReflectionMode: 0
  35. m_DefaultReflectionResolution: 128
  36. m_ReflectionBounces: 1
  37. m_ReflectionIntensity: 1
  38. m_CustomReflection: {fileID: 0}
  39. m_Sun: {fileID: 0}
  40. --- !u!157 &4
  41. LightmapSettings:
  42. m_ObjectHideFlags: 0
  43. serializedVersion: 6
  44. m_GIWorkflowMode: 1
  45. m_LightmapsMode: 1
  46. m_GISettings:
  47. serializedVersion: 2
  48. m_BounceScale: 1
  49. m_IndirectOutputScale: 1
  50. m_AlbedoBoost: 1
  51. m_TemporalCoherenceThreshold: 1
  52. m_EnvironmentLightingMode: 0
  53. m_EnableBakedLightmaps: 1
  54. m_EnableRealtimeLightmaps: 0
  55. m_LightmapEditorSettings:
  56. serializedVersion: 3
  57. m_Resolution: 1
  58. m_BakeResolution: 50
  59. m_TextureWidth: 1024
  60. m_TextureHeight: 1024
  61. m_AOMaxDistance: 1
  62. m_Padding: 2
  63. m_CompAOExponent: 0
  64. m_LightmapParameters: {fileID: 0}
  65. m_TextureCompression: 0
  66. m_FinalGather: 0
  67. m_FinalGatherRayCount: 1024
  68. m_ReflectionCompression: 2
  69. m_LightingDataAsset: {fileID: 0}
  70. m_RuntimeCPUUsage: 25
  71. --- !u!196 &5
  72. NavMeshSettings:
  73. serializedVersion: 2
  74. m_ObjectHideFlags: 0
  75. m_BuildSettings:
  76. serializedVersion: 2
  77. agentRadius: 0.5
  78. agentHeight: 2
  79. agentSlope: 45
  80. agentClimb: 0.4
  81. ledgeDropHeight: 0
  82. maxJumpAcrossDistance: 0
  83. accuratePlacement: 0
  84. minRegionArea: 2
  85. cellSize: 0.16666666
  86. manualCellSize: 0
  87. m_NavMeshData: {fileID: 0}
  88. --- !u!1 &334614268
  89. GameObject:
  90. m_ObjectHideFlags: 0
  91. m_PrefabParentObject: {fileID: 114874, guid: 992a0fbffb00f854aaa75c133aa55357, type: 2}
  92. m_PrefabInternal: {fileID: 0}
  93. serializedVersion: 4
  94. m_Component:
  95. - 224: {fileID: 334614272}
  96. - 223: {fileID: 334614271}
  97. - 114: {fileID: 334614270}
  98. - 114: {fileID: 334614269}
  99. m_Layer: 5
  100. m_Name: Canvas
  101. m_TagString: Untagged
  102. m_Icon: {fileID: 0}
  103. m_NavMeshLayer: 0
  104. m_StaticEditorFlags: 0
  105. m_IsActive: 1
  106. --- !u!114 &334614269
  107. MonoBehaviour:
  108. m_ObjectHideFlags: 0
  109. m_PrefabParentObject: {fileID: 11405730, guid: 992a0fbffb00f854aaa75c133aa55357,
  110. type: 2}
  111. m_PrefabInternal: {fileID: 0}
  112. m_GameObject: {fileID: 334614268}
  113. m_Enabled: 1
  114. m_EditorHideFlags: 0
  115. m_Script: {fileID: 1301386320, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
  116. m_Name:
  117. m_EditorClassIdentifier:
  118. m_IgnoreReversedGraphics: 1
  119. m_BlockingObjects: 0
  120. m_BlockingMask:
  121. serializedVersion: 2
  122. m_Bits: 4294967295
  123. --- !u!114 &334614270
  124. MonoBehaviour:
  125. m_ObjectHideFlags: 0
  126. m_PrefabParentObject: {fileID: 11494356, guid: 992a0fbffb00f854aaa75c133aa55357,
  127. type: 2}
  128. m_PrefabInternal: {fileID: 0}
  129. m_GameObject: {fileID: 334614268}
  130. m_Enabled: 1
  131. m_EditorHideFlags: 0
  132. m_Script: {fileID: 1980459831, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
  133. m_Name:
  134. m_EditorClassIdentifier:
  135. m_UiScaleMode: 1
  136. m_ReferencePixelsPerUnit: 100
  137. m_ScaleFactor: 1
  138. m_ReferenceResolution: {x: 800, y: 600}
  139. m_ScreenMatchMode: 0
  140. m_MatchWidthOrHeight: 0
  141. m_PhysicalUnit: 3
  142. m_FallbackScreenDPI: 96
  143. m_DefaultSpriteDPI: 96
  144. m_DynamicPixelsPerUnit: 1
  145. --- !u!223 &334614271
  146. Canvas:
  147. m_ObjectHideFlags: 0
  148. m_PrefabParentObject: {fileID: 22384472, guid: 992a0fbffb00f854aaa75c133aa55357,
  149. type: 2}
  150. m_PrefabInternal: {fileID: 0}
  151. m_GameObject: {fileID: 334614268}
  152. m_Enabled: 1
  153. serializedVersion: 2
  154. m_RenderMode: 0
  155. m_Camera: {fileID: 0}
  156. m_PlaneDistance: 100
  157. m_PixelPerfect: 0
  158. m_ReceivesEvents: 1
  159. m_OverrideSorting: 0
  160. m_OverridePixelPerfect: 0
  161. m_SortingBucketNormalizedSize: 0
  162. m_SortingLayerID: 0
  163. m_SortingOrder: 0
  164. m_TargetDisplay: 0
  165. --- !u!224 &334614272
  166. RectTransform:
  167. m_ObjectHideFlags: 0
  168. m_PrefabParentObject: {fileID: 22453370, guid: 992a0fbffb00f854aaa75c133aa55357,
  169. type: 2}
  170. m_PrefabInternal: {fileID: 0}
  171. m_GameObject: {fileID: 334614268}
  172. m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
  173. m_LocalPosition: {x: 0, y: 0, z: 0}
  174. m_LocalScale: {x: 0, y: 0, z: 0}
  175. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  176. m_Children:
  177. - {fileID: 549035316}
  178. m_Father: {fileID: 0}
  179. m_RootOrder: 2
  180. m_AnchorMin: {x: 0, y: 0}
  181. m_AnchorMax: {x: 0, y: 0}
  182. m_AnchoredPosition: {x: 0, y: 0}
  183. m_SizeDelta: {x: 0, y: 0}
  184. m_Pivot: {x: 0, y: 0}
  185. --- !u!1 &532424575
  186. GameObject:
  187. m_ObjectHideFlags: 0
  188. m_PrefabParentObject: {fileID: 148394, guid: 992a0fbffb00f854aaa75c133aa55357, type: 2}
  189. m_PrefabInternal: {fileID: 0}
  190. serializedVersion: 4
  191. m_Component:
  192. - 224: {fileID: 532424576}
  193. - 222: {fileID: 532424580}
  194. - 114: {fileID: 532424579}
  195. - 114: {fileID: 532424578}
  196. - 114: {fileID: 532424577}
  197. m_Layer: 5
  198. m_Name: BackButton
  199. m_TagString: Untagged
  200. m_Icon: {fileID: 0}
  201. m_NavMeshLayer: 0
  202. m_StaticEditorFlags: 0
  203. m_IsActive: 1
  204. --- !u!224 &532424576
  205. RectTransform:
  206. m_ObjectHideFlags: 0
  207. m_PrefabParentObject: {fileID: 22486678, guid: 992a0fbffb00f854aaa75c133aa55357,
  208. type: 2}
  209. m_PrefabInternal: {fileID: 0}
  210. m_GameObject: {fileID: 532424575}
  211. m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
  212. m_LocalPosition: {x: 0, y: 0, z: 0}
  213. m_LocalScale: {x: 1, y: 1, z: 1}
  214. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  215. m_Children:
  216. - {fileID: 2022652484}
  217. m_Father: {fileID: 549035316}
  218. m_RootOrder: 0
  219. m_AnchorMin: {x: 0, y: 0}
  220. m_AnchorMax: {x: 0, y: 0}
  221. m_AnchoredPosition: {x: 0, y: 0}
  222. m_SizeDelta: {x: 0, y: 0}
  223. m_Pivot: {x: 0.5, y: 0.5}
  224. --- !u!114 &532424577
  225. MonoBehaviour:
  226. m_ObjectHideFlags: 0
  227. m_PrefabParentObject: {fileID: 11437790, guid: 992a0fbffb00f854aaa75c133aa55357,
  228. type: 2}
  229. m_PrefabInternal: {fileID: 0}
  230. m_GameObject: {fileID: 532424575}
  231. m_Enabled: 1
  232. m_EditorHideFlags: 0
  233. m_Script: {fileID: 1679637790, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
  234. m_Name:
  235. m_EditorClassIdentifier:
  236. m_IgnoreLayout: 0
  237. m_MinWidth: -1
  238. m_MinHeight: -1
  239. m_PreferredWidth: 160
  240. m_PreferredHeight: 40
  241. m_FlexibleWidth: -1
  242. m_FlexibleHeight: -1
  243. --- !u!114 &532424578
  244. MonoBehaviour:
  245. m_ObjectHideFlags: 0
  246. m_PrefabParentObject: {fileID: 11432740, guid: 992a0fbffb00f854aaa75c133aa55357,
  247. type: 2}
  248. m_PrefabInternal: {fileID: 0}
  249. m_GameObject: {fileID: 532424575}
  250. m_Enabled: 1
  251. m_EditorHideFlags: 0
  252. m_Script: {fileID: 1392445389, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
  253. m_Name:
  254. m_EditorClassIdentifier:
  255. m_Navigation:
  256. m_Mode: 3
  257. m_SelectOnUp: {fileID: 0}
  258. m_SelectOnDown: {fileID: 0}
  259. m_SelectOnLeft: {fileID: 0}
  260. m_SelectOnRight: {fileID: 0}
  261. m_Transition: 1
  262. m_Colors:
  263. m_NormalColor: {r: 1, g: 1, b: 1, a: 1}
  264. m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
  265. m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
  266. m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
  267. m_ColorMultiplier: 1
  268. m_FadeDuration: 0.1
  269. m_SpriteState:
  270. m_HighlightedSprite: {fileID: 0}
  271. m_PressedSprite: {fileID: 0}
  272. m_DisabledSprite: {fileID: 0}
  273. m_AnimationTriggers:
  274. m_NormalTrigger: Normal
  275. m_HighlightedTrigger: Highlighted
  276. m_PressedTrigger: Pressed
  277. m_DisabledTrigger: Disabled
  278. m_Interactable: 1
  279. m_TargetGraphic: {fileID: 532424579}
  280. m_OnClick:
  281. m_PersistentCalls:
  282. m_Calls:
  283. - m_Target: {fileID: 612762731}
  284. m_MethodName: OnBackButtonClick
  285. m_Mode: 1
  286. m_Arguments:
  287. m_ObjectArgument: {fileID: 0}
  288. m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine
  289. m_IntArgument: 0
  290. m_FloatArgument: 0
  291. m_StringArgument:
  292. m_BoolArgument: 0
  293. m_CallState: 2
  294. m_TypeName: UnityEngine.UI.Button+ButtonClickedEvent, UnityEngine.UI, Version=1.0.0.0,
  295. Culture=neutral, PublicKeyToken=null
  296. --- !u!114 &532424579
  297. MonoBehaviour:
  298. m_ObjectHideFlags: 0
  299. m_PrefabParentObject: {fileID: 11468844, guid: 992a0fbffb00f854aaa75c133aa55357,
  300. type: 2}
  301. m_PrefabInternal: {fileID: 0}
  302. m_GameObject: {fileID: 532424575}
  303. m_Enabled: 1
  304. m_EditorHideFlags: 0
  305. m_Script: {fileID: -765806418, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
  306. m_Name:
  307. m_EditorClassIdentifier:
  308. m_Material: {fileID: 0}
  309. m_Color: {r: 1, g: 1, b: 1, a: 1}
  310. m_RaycastTarget: 1
  311. m_OnCullStateChanged:
  312. m_PersistentCalls:
  313. m_Calls: []
  314. m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
  315. Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
  316. m_Sprite: {fileID: 10905, guid: 0000000000000000f000000000000000, type: 0}
  317. m_Type: 1
  318. m_PreserveAspect: 0
  319. m_FillCenter: 1
  320. m_FillMethod: 4
  321. m_FillAmount: 1
  322. m_FillClockwise: 1
  323. m_FillOrigin: 0
  324. --- !u!222 &532424580
  325. CanvasRenderer:
  326. m_ObjectHideFlags: 0
  327. m_PrefabParentObject: {fileID: 22215542, guid: 992a0fbffb00f854aaa75c133aa55357,
  328. type: 2}
  329. m_PrefabInternal: {fileID: 0}
  330. m_GameObject: {fileID: 532424575}
  331. --- !u!1 &549035315
  332. GameObject:
  333. m_ObjectHideFlags: 0
  334. m_PrefabParentObject: {fileID: 172042, guid: 992a0fbffb00f854aaa75c133aa55357, type: 2}
  335. m_PrefabInternal: {fileID: 0}
  336. serializedVersion: 4
  337. m_Component:
  338. - 224: {fileID: 549035316}
  339. - 114: {fileID: 549035317}
  340. m_Layer: 5
  341. m_Name: Menu
  342. m_TagString: Untagged
  343. m_Icon: {fileID: 0}
  344. m_NavMeshLayer: 0
  345. m_StaticEditorFlags: 0
  346. m_IsActive: 1
  347. --- !u!224 &549035316
  348. RectTransform:
  349. m_ObjectHideFlags: 0
  350. m_PrefabParentObject: {fileID: 22460884, guid: 992a0fbffb00f854aaa75c133aa55357,
  351. type: 2}
  352. m_PrefabInternal: {fileID: 0}
  353. m_GameObject: {fileID: 549035315}
  354. m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
  355. m_LocalPosition: {x: 0, y: 0, z: 0}
  356. m_LocalScale: {x: 1, y: 1, z: 1}
  357. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  358. m_Children:
  359. - {fileID: 532424576}
  360. m_Father: {fileID: 334614272}
  361. m_RootOrder: 0
  362. m_AnchorMin: {x: 0, y: 0}
  363. m_AnchorMax: {x: 1, y: 1}
  364. m_AnchoredPosition: {x: 0, y: 0}
  365. m_SizeDelta: {x: 0, y: 0}
  366. m_Pivot: {x: 0.5, y: 0.5}
  367. --- !u!114 &549035317
  368. MonoBehaviour:
  369. m_ObjectHideFlags: 0
  370. m_PrefabParentObject: {fileID: 11442566, guid: 992a0fbffb00f854aaa75c133aa55357,
  371. type: 2}
  372. m_PrefabInternal: {fileID: 0}
  373. m_GameObject: {fileID: 549035315}
  374. m_Enabled: 1
  375. m_EditorHideFlags: 0
  376. m_Script: {fileID: 1297475563, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
  377. m_Name:
  378. m_EditorClassIdentifier:
  379. m_Padding:
  380. m_Left: 10
  381. m_Right: 10
  382. m_Top: 10
  383. m_Bottom: 10
  384. m_ChildAlignment: 0
  385. m_Spacing: 10
  386. m_ChildForceExpandWidth: 0
  387. m_ChildForceExpandHeight: 0
  388. --- !u!1 &612762730
  389. GameObject:
  390. m_ObjectHideFlags: 0
  391. m_PrefabParentObject: {fileID: 0}
  392. m_PrefabInternal: {fileID: 0}
  393. serializedVersion: 4
  394. m_Component:
  395. - 4: {fileID: 612762736}
  396. - 33: {fileID: 612762735}
  397. - 65: {fileID: 612762734}
  398. - 23: {fileID: 612762733}
  399. - 114: {fileID: 612762732}
  400. - 114: {fileID: 612762731}
  401. m_Layer: 0
  402. m_Name: Cube
  403. m_TagString: Untagged
  404. m_Icon: {fileID: 0}
  405. m_NavMeshLayer: 0
  406. m_StaticEditorFlags: 0
  407. m_IsActive: 1
  408. --- !u!114 &612762731
  409. MonoBehaviour:
  410. m_ObjectHideFlags: 0
  411. m_PrefabParentObject: {fileID: 0}
  412. m_PrefabInternal: {fileID: 0}
  413. m_GameObject: {fileID: 612762730}
  414. m_Enabled: 1
  415. m_EditorHideFlags: 0
  416. m_Script: {fileID: 11500000, guid: 1dda685faa1aac84b98fe737a2a071fc, type: 3}
  417. m_Name:
  418. m_EditorClassIdentifier:
  419. --- !u!114 &612762732
  420. MonoBehaviour:
  421. m_ObjectHideFlags: 0
  422. m_PrefabParentObject: {fileID: 0}
  423. m_PrefabInternal: {fileID: 0}
  424. m_GameObject: {fileID: 612762730}
  425. m_Enabled: 1
  426. m_EditorHideFlags: 0
  427. m_Script: {fileID: 11500000, guid: c0d0dbdff39d04340b992d63c1413714, type: 3}
  428. m_Name:
  429. m_EditorClassIdentifier:
  430. Cube: {fileID: 612762730}
  431. Speed: 0.1
  432. --- !u!23 &612762733
  433. MeshRenderer:
  434. m_ObjectHideFlags: 0
  435. m_PrefabParentObject: {fileID: 0}
  436. m_PrefabInternal: {fileID: 0}
  437. m_GameObject: {fileID: 612762730}
  438. m_Enabled: 1
  439. m_CastShadows: 1
  440. m_ReceiveShadows: 1
  441. m_Materials:
  442. - {fileID: 2100000, guid: d5c2a09c8f8d079458801d608271b579, type: 2}
  443. m_SubsetIndices:
  444. m_StaticBatchRoot: {fileID: 0}
  445. m_UseLightProbes: 0
  446. m_ReflectionProbeUsage: 1
  447. m_ProbeAnchor: {fileID: 0}
  448. m_ScaleInLightmap: 1
  449. m_PreserveUVs: 0
  450. m_IgnoreNormalsForChartDetection: 0
  451. m_ImportantGI: 0
  452. m_MinimumChartSize: 4
  453. m_AutoUVMaxDistance: 0.5
  454. m_AutoUVMaxAngle: 89
  455. m_LightmapParameters: {fileID: 0}
  456. m_SortingLayerID: 0
  457. m_SortingOrder: 0
  458. --- !u!65 &612762734
  459. BoxCollider:
  460. m_ObjectHideFlags: 0
  461. m_PrefabParentObject: {fileID: 0}
  462. m_PrefabInternal: {fileID: 0}
  463. m_GameObject: {fileID: 612762730}
  464. m_Material: {fileID: 0}
  465. m_IsTrigger: 0
  466. m_Enabled: 1
  467. serializedVersion: 2
  468. m_Size: {x: 1, y: 1, z: 1}
  469. m_Center: {x: 0, y: 0, z: 0}
  470. --- !u!33 &612762735
  471. MeshFilter:
  472. m_ObjectHideFlags: 0
  473. m_PrefabParentObject: {fileID: 0}
  474. m_PrefabInternal: {fileID: 0}
  475. m_GameObject: {fileID: 612762730}
  476. m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0}
  477. --- !u!4 &612762736
  478. Transform:
  479. m_ObjectHideFlags: 0
  480. m_PrefabParentObject: {fileID: 0}
  481. m_PrefabInternal: {fileID: 0}
  482. m_GameObject: {fileID: 612762730}
  483. m_LocalRotation: {x: 0, y: 0, z: 1, w: -0.00000004371139}
  484. m_LocalPosition: {x: 0, y: 0, z: 0}
  485. m_LocalScale: {x: 8, y: 4, z: 4}
  486. m_LocalEulerAnglesHint: {x: 0, y: 0, z: -180}
  487. m_Children: []
  488. m_Father: {fileID: 0}
  489. m_RootOrder: 0
  490. --- !u!1 &1034039798
  491. GameObject:
  492. m_ObjectHideFlags: 0
  493. m_PrefabParentObject: {fileID: 164110, guid: 5e526cad15da56245be9483ddceef720, type: 2}
  494. m_PrefabInternal: {fileID: 0}
  495. serializedVersion: 4
  496. m_Component:
  497. - 4: {fileID: 1034039802}
  498. - 114: {fileID: 1034039801}
  499. - 114: {fileID: 1034039800}
  500. - 114: {fileID: 1034039799}
  501. m_Layer: 0
  502. m_Name: EventSystem
  503. m_TagString: Untagged
  504. m_Icon: {fileID: 0}
  505. m_NavMeshLayer: 0
  506. m_StaticEditorFlags: 0
  507. m_IsActive: 1
  508. --- !u!114 &1034039799
  509. MonoBehaviour:
  510. m_ObjectHideFlags: 0
  511. m_PrefabParentObject: {fileID: 11418480, guid: 5e526cad15da56245be9483ddceef720,
  512. type: 2}
  513. m_PrefabInternal: {fileID: 0}
  514. m_GameObject: {fileID: 1034039798}
  515. m_Enabled: 1
  516. m_EditorHideFlags: 0
  517. m_Script: {fileID: 1997211142, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
  518. m_Name:
  519. m_EditorClassIdentifier:
  520. m_ForceModuleActive: 0
  521. --- !u!114 &1034039800
  522. MonoBehaviour:
  523. m_ObjectHideFlags: 0
  524. m_PrefabParentObject: {fileID: 11476814, guid: 5e526cad15da56245be9483ddceef720,
  525. type: 2}
  526. m_PrefabInternal: {fileID: 0}
  527. m_GameObject: {fileID: 1034039798}
  528. m_Enabled: 1
  529. m_EditorHideFlags: 0
  530. m_Script: {fileID: 1077351063, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
  531. m_Name:
  532. m_EditorClassIdentifier:
  533. m_HorizontalAxis: Horizontal
  534. m_VerticalAxis: Vertical
  535. m_SubmitButton: Submit
  536. m_CancelButton: Cancel
  537. m_InputActionsPerSecond: 10
  538. m_RepeatDelay: 0.5
  539. m_ForceModuleActive: 0
  540. --- !u!114 &1034039801
  541. MonoBehaviour:
  542. m_ObjectHideFlags: 0
  543. m_PrefabParentObject: {fileID: 11425146, guid: 5e526cad15da56245be9483ddceef720,
  544. type: 2}
  545. m_PrefabInternal: {fileID: 0}
  546. m_GameObject: {fileID: 1034039798}
  547. m_Enabled: 1
  548. m_EditorHideFlags: 0
  549. m_Script: {fileID: -619905303, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
  550. m_Name:
  551. m_EditorClassIdentifier:
  552. m_FirstSelected: {fileID: 0}
  553. m_sendNavigationEvents: 1
  554. m_DragThreshold: 5
  555. --- !u!4 &1034039802
  556. Transform:
  557. m_ObjectHideFlags: 0
  558. m_PrefabParentObject: {fileID: 441112, guid: 5e526cad15da56245be9483ddceef720, type: 2}
  559. m_PrefabInternal: {fileID: 0}
  560. m_GameObject: {fileID: 1034039798}
  561. m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
  562. m_LocalPosition: {x: 0, y: 0, z: 0}
  563. m_LocalScale: {x: 1, y: 1, z: 1}
  564. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  565. m_Children: []
  566. m_Father: {fileID: 0}
  567. m_RootOrder: 3
  568. --- !u!1 &1542644386
  569. GameObject:
  570. m_ObjectHideFlags: 0
  571. m_PrefabParentObject: {fileID: 0}
  572. m_PrefabInternal: {fileID: 0}
  573. serializedVersion: 4
  574. m_Component:
  575. - 4: {fileID: 1542644391}
  576. - 20: {fileID: 1542644390}
  577. - 92: {fileID: 1542644389}
  578. - 124: {fileID: 1542644388}
  579. - 81: {fileID: 1542644387}
  580. m_Layer: 0
  581. m_Name: Main Camera
  582. m_TagString: MainCamera
  583. m_Icon: {fileID: 0}
  584. m_NavMeshLayer: 0
  585. m_StaticEditorFlags: 0
  586. m_IsActive: 1
  587. --- !u!81 &1542644387
  588. AudioListener:
  589. m_ObjectHideFlags: 0
  590. m_PrefabParentObject: {fileID: 0}
  591. m_PrefabInternal: {fileID: 0}
  592. m_GameObject: {fileID: 1542644386}
  593. m_Enabled: 1
  594. --- !u!124 &1542644388
  595. Behaviour:
  596. m_ObjectHideFlags: 0
  597. m_PrefabParentObject: {fileID: 0}
  598. m_PrefabInternal: {fileID: 0}
  599. m_GameObject: {fileID: 1542644386}
  600. m_Enabled: 1
  601. --- !u!92 &1542644389
  602. Behaviour:
  603. m_ObjectHideFlags: 0
  604. m_PrefabParentObject: {fileID: 0}
  605. m_PrefabInternal: {fileID: 0}
  606. m_GameObject: {fileID: 1542644386}
  607. m_Enabled: 1
  608. --- !u!20 &1542644390
  609. Camera:
  610. m_ObjectHideFlags: 0
  611. m_PrefabParentObject: {fileID: 0}
  612. m_PrefabInternal: {fileID: 0}
  613. m_GameObject: {fileID: 1542644386}
  614. m_Enabled: 1
  615. serializedVersion: 2
  616. m_ClearFlags: 1
  617. m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0.019607844}
  618. m_NormalizedViewPortRect:
  619. serializedVersion: 2
  620. x: 0
  621. y: 0
  622. width: 1
  623. height: 1
  624. near clip plane: 0.3
  625. far clip plane: 1000
  626. field of view: 60
  627. orthographic: 0
  628. orthographic size: 360
  629. m_Depth: -1
  630. m_CullingMask:
  631. serializedVersion: 2
  632. m_Bits: 4294967295
  633. m_RenderingPath: -1
  634. m_TargetTexture: {fileID: 0}
  635. m_TargetDisplay: 0
  636. m_TargetEye: 3
  637. m_HDR: 0
  638. m_OcclusionCulling: 1
  639. m_StereoConvergence: 10
  640. m_StereoSeparation: 0.022
  641. m_StereoMirrorMode: 0
  642. --- !u!4 &1542644391
  643. Transform:
  644. m_ObjectHideFlags: 0
  645. m_PrefabParentObject: {fileID: 0}
  646. m_PrefabInternal: {fileID: 0}
  647. m_GameObject: {fileID: 1542644386}
  648. m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
  649. m_LocalPosition: {x: 0, y: 1, z: -10}
  650. m_LocalScale: {x: 1, y: 1, z: 1}
  651. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  652. m_Children: []
  653. m_Father: {fileID: 0}
  654. m_RootOrder: 1
  655. --- !u!1 &2022652483
  656. GameObject:
  657. m_ObjectHideFlags: 0
  658. m_PrefabParentObject: {fileID: 148322, guid: 992a0fbffb00f854aaa75c133aa55357, type: 2}
  659. m_PrefabInternal: {fileID: 0}
  660. serializedVersion: 4
  661. m_Component:
  662. - 224: {fileID: 2022652484}
  663. - 222: {fileID: 2022652486}
  664. - 114: {fileID: 2022652485}
  665. m_Layer: 5
  666. m_Name: Text
  667. m_TagString: Untagged
  668. m_Icon: {fileID: 0}
  669. m_NavMeshLayer: 0
  670. m_StaticEditorFlags: 0
  671. m_IsActive: 1
  672. --- !u!224 &2022652484
  673. RectTransform:
  674. m_ObjectHideFlags: 0
  675. m_PrefabParentObject: {fileID: 22440504, guid: 992a0fbffb00f854aaa75c133aa55357,
  676. type: 2}
  677. m_PrefabInternal: {fileID: 0}
  678. m_GameObject: {fileID: 2022652483}
  679. m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
  680. m_LocalPosition: {x: 0, y: 0, z: 0}
  681. m_LocalScale: {x: 1, y: 1, z: 1}
  682. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  683. m_Children: []
  684. m_Father: {fileID: 532424576}
  685. m_RootOrder: 0
  686. m_AnchorMin: {x: 0, y: 0}
  687. m_AnchorMax: {x: 1, y: 1}
  688. m_AnchoredPosition: {x: 0, y: 0}
  689. m_SizeDelta: {x: 0, y: 0}
  690. m_Pivot: {x: 0.5, y: 0.5}
  691. --- !u!114 &2022652485
  692. MonoBehaviour:
  693. m_ObjectHideFlags: 0
  694. m_PrefabParentObject: {fileID: 11428074, guid: 992a0fbffb00f854aaa75c133aa55357,
  695. type: 2}
  696. m_PrefabInternal: {fileID: 0}
  697. m_GameObject: {fileID: 2022652483}
  698. m_Enabled: 1
  699. m_EditorHideFlags: 0
  700. m_Script: {fileID: 708705254, guid: f5f67c52d1564df4a8936ccd202a3bd8, type: 3}
  701. m_Name:
  702. m_EditorClassIdentifier:
  703. m_Material: {fileID: 0}
  704. m_Color: {r: 0.196, g: 0.196, b: 0.196, a: 1}
  705. m_RaycastTarget: 1
  706. m_OnCullStateChanged:
  707. m_PersistentCalls:
  708. m_Calls: []
  709. m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
  710. Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
  711. m_FontData:
  712. m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
  713. m_FontSize: 14
  714. m_FontStyle: 0
  715. m_BestFit: 0
  716. m_MinSize: 10
  717. m_MaxSize: 40
  718. m_Alignment: 4
  719. m_AlignByGeometry: 0
  720. m_RichText: 1
  721. m_HorizontalOverflow: 0
  722. m_VerticalOverflow: 0
  723. m_LineSpacing: 1
  724. m_Text: Back
  725. --- !u!222 &2022652486
  726. CanvasRenderer:
  727. m_ObjectHideFlags: 0
  728. m_PrefabParentObject: {fileID: 22230812, guid: 992a0fbffb00f854aaa75c133aa55357,
  729. type: 2}
  730. m_PrefabInternal: {fileID: 0}
  731. m_GameObject: {fileID: 2022652483}