Simple 2D Sample.unity 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684
  1. %YAML 1.1
  2. %TAG !u! tag:unity3d.com,2011:
  3. --- !u!29 &1
  4. OcclusionCullingSettings:
  5. m_ObjectHideFlags: 0
  6. serializedVersion: 2
  7. m_OcclusionBakeSettings:
  8. smallestOccluder: 5
  9. smallestHole: 0.25
  10. backfaceThreshold: 100
  11. m_SceneGUID: 00000000000000000000000000000000
  12. m_OcclusionCullingData: {fileID: 0}
  13. --- !u!104 &2
  14. RenderSettings:
  15. m_ObjectHideFlags: 0
  16. serializedVersion: 9
  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_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1}
  29. m_SkyboxMaterial: {fileID: 0}
  30. m_HaloStrength: 0.5
  31. m_FlareStrength: 1
  32. m_FlareFadeSpeed: 3
  33. m_HaloTexture: {fileID: 0}
  34. m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0}
  35. m_DefaultReflectionMode: 0
  36. m_DefaultReflectionResolution: 128
  37. m_ReflectionBounces: 1
  38. m_ReflectionIntensity: 1
  39. m_CustomReflection: {fileID: 0}
  40. m_Sun: {fileID: 0}
  41. m_IndirectSpecularColor: {r: 0, g: 0, b: 0, a: 1}
  42. m_UseRadianceAmbientProbe: 0
  43. --- !u!157 &4
  44. LightmapSettings:
  45. m_ObjectHideFlags: 0
  46. serializedVersion: 12
  47. m_GIWorkflowMode: 1
  48. m_GISettings:
  49. serializedVersion: 2
  50. m_BounceScale: 1
  51. m_IndirectOutputScale: 1
  52. m_AlbedoBoost: 1
  53. m_EnvironmentLightingMode: 0
  54. m_EnableBakedLightmaps: 1
  55. m_EnableRealtimeLightmaps: 0
  56. m_LightmapEditorSettings:
  57. serializedVersion: 12
  58. m_Resolution: 1
  59. m_BakeResolution: 50
  60. m_AtlasSize: 1024
  61. m_AO: 0
  62. m_AOMaxDistance: 1
  63. m_CompAOExponent: 0
  64. m_CompAOExponentDirect: 0
  65. m_ExtractAmbientOcclusion: 0
  66. m_Padding: 2
  67. m_LightmapParameters: {fileID: 0}
  68. m_LightmapsBakeMode: 1
  69. m_TextureCompression: 0
  70. m_FinalGather: 0
  71. m_FinalGatherFiltering: 1
  72. m_FinalGatherRayCount: 1024
  73. m_ReflectionCompression: 2
  74. m_MixedBakeMode: 1
  75. m_BakeBackend: 0
  76. m_PVRSampling: 1
  77. m_PVRDirectSampleCount: 32
  78. m_PVRSampleCount: 500
  79. m_PVRBounces: 2
  80. m_PVREnvironmentSampleCount: 500
  81. m_PVREnvironmentReferencePointCount: 2048
  82. m_PVRFilteringMode: 0
  83. m_PVRDenoiserTypeDirect: 0
  84. m_PVRDenoiserTypeIndirect: 0
  85. m_PVRDenoiserTypeAO: 0
  86. m_PVRFilterTypeDirect: 0
  87. m_PVRFilterTypeIndirect: 0
  88. m_PVRFilterTypeAO: 0
  89. m_PVREnvironmentMIS: 0
  90. m_PVRCulling: 1
  91. m_PVRFilteringGaussRadiusDirect: 1
  92. m_PVRFilteringGaussRadiusIndirect: 5
  93. m_PVRFilteringGaussRadiusAO: 2
  94. m_PVRFilteringAtrousPositionSigmaDirect: 0.5
  95. m_PVRFilteringAtrousPositionSigmaIndirect: 2
  96. m_PVRFilteringAtrousPositionSigmaAO: 1
  97. m_ExportTrainingData: 0
  98. m_TrainingDataDestination: TrainingData
  99. m_LightProbeSampleCountMultiplier: 4
  100. m_LightingDataAsset: {fileID: 0}
  101. m_LightingSettings: {fileID: 4890085278179872738, guid: 259399997c5f1214e8f94684f613d133,
  102. type: 2}
  103. --- !u!196 &5
  104. NavMeshSettings:
  105. serializedVersion: 2
  106. m_ObjectHideFlags: 0
  107. m_BuildSettings:
  108. serializedVersion: 2
  109. agentTypeID: 0
  110. agentRadius: 0.5
  111. agentHeight: 2
  112. agentSlope: 45
  113. agentClimb: 0.4
  114. ledgeDropHeight: 0
  115. maxJumpAcrossDistance: 0
  116. minRegionArea: 2
  117. manualCellSize: 0
  118. cellSize: 0.16666666
  119. manualTileSize: 0
  120. tileSize: 256
  121. accuratePlacement: 0
  122. maxJobWorkers: 0
  123. preserveTilesOutsideBounds: 0
  124. debug:
  125. m_Flags: 0
  126. m_NavMeshData: {fileID: 0}
  127. --- !u!1 &996601191
  128. GameObject:
  129. m_ObjectHideFlags: 0
  130. m_CorrespondingSourceObject: {fileID: 0}
  131. m_PrefabInstance: {fileID: 0}
  132. m_PrefabAsset: {fileID: 0}
  133. serializedVersion: 6
  134. m_Component:
  135. - component: {fileID: 996601193}
  136. - component: {fileID: 996601192}
  137. m_Layer: 0
  138. m_Name: Directional light
  139. m_TagString: Untagged
  140. m_Icon: {fileID: 0}
  141. m_NavMeshLayer: 0
  142. m_StaticEditorFlags: 0
  143. m_IsActive: 1
  144. --- !u!108 &996601192
  145. Light:
  146. m_ObjectHideFlags: 0
  147. m_CorrespondingSourceObject: {fileID: 0}
  148. m_PrefabInstance: {fileID: 0}
  149. m_PrefabAsset: {fileID: 0}
  150. m_GameObject: {fileID: 996601191}
  151. m_Enabled: 1
  152. serializedVersion: 10
  153. m_Type: 1
  154. m_Shape: 0
  155. m_Color: {r: 1, g: 1, b: 1, a: 1}
  156. m_Intensity: 1
  157. m_Range: 10
  158. m_SpotAngle: 30
  159. m_InnerSpotAngle: 21.80208
  160. m_CookieSize: 10
  161. m_Shadows:
  162. m_Type: 1
  163. m_Resolution: -1
  164. m_CustomResolution: -1
  165. m_Strength: 0.8
  166. m_Bias: 0.05
  167. m_NormalBias: 0.4
  168. m_NearPlane: 0.2
  169. m_CullingMatrixOverride:
  170. e00: 1
  171. e01: 0
  172. e02: 0
  173. e03: 0
  174. e10: 0
  175. e11: 1
  176. e12: 0
  177. e13: 0
  178. e20: 0
  179. e21: 0
  180. e22: 1
  181. e23: 0
  182. e30: 0
  183. e31: 0
  184. e32: 0
  185. e33: 1
  186. m_UseCullingMatrixOverride: 0
  187. m_Cookie: {fileID: 0}
  188. m_DrawHalo: 0
  189. m_Flare: {fileID: 0}
  190. m_RenderMode: 0
  191. m_CullingMask:
  192. serializedVersion: 2
  193. m_Bits: 4294967295
  194. m_RenderingLayerMask: 1
  195. m_Lightmapping: 1
  196. m_LightShadowCasterMode: 0
  197. m_AreaSize: {x: 1, y: 1}
  198. m_BounceIntensity: 1
  199. m_ColorTemperature: 6570
  200. m_UseColorTemperature: 0
  201. m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0}
  202. m_UseBoundingSphereOverride: 0
  203. m_UseViewFrustumForShadowCasterCull: 1
  204. m_ShadowRadius: 0
  205. m_ShadowAngle: 0
  206. --- !u!4 &996601193
  207. Transform:
  208. m_ObjectHideFlags: 0
  209. m_CorrespondingSourceObject: {fileID: 0}
  210. m_PrefabInstance: {fileID: 0}
  211. m_PrefabAsset: {fileID: 0}
  212. m_GameObject: {fileID: 996601191}
  213. m_LocalRotation: {x: 0.40821794, y: -0.23456973, z: 0.10938166, w: 0.8754261}
  214. m_LocalPosition: {x: 0, y: 4, z: 0}
  215. m_LocalScale: {x: 1, y: 1, z: 1}
  216. m_Children: []
  217. m_Father: {fileID: 0}
  218. m_RootOrder: 3
  219. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  220. --- !u!1 &1080576736
  221. GameObject:
  222. m_ObjectHideFlags: 0
  223. m_CorrespondingSourceObject: {fileID: 0}
  224. m_PrefabInstance: {fileID: 0}
  225. m_PrefabAsset: {fileID: 0}
  226. serializedVersion: 6
  227. m_Component:
  228. - component: {fileID: 1080576737}
  229. - component: {fileID: 1080576739}
  230. - component: {fileID: 1080576738}
  231. m_Layer: 0
  232. m_Name: Player Camera
  233. m_TagString: Untagged
  234. m_Icon: {fileID: 0}
  235. m_NavMeshLayer: 0
  236. m_StaticEditorFlags: 0
  237. m_IsActive: 1
  238. --- !u!4 &1080576737
  239. Transform:
  240. m_ObjectHideFlags: 0
  241. m_CorrespondingSourceObject: {fileID: 0}
  242. m_PrefabInstance: {fileID: 0}
  243. m_PrefabAsset: {fileID: 0}
  244. m_GameObject: {fileID: 1080576736}
  245. m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
  246. m_LocalPosition: {x: 0, y: 0, z: -25}
  247. m_LocalScale: {x: 1, y: 1, z: 1}
  248. m_Children: []
  249. m_Father: {fileID: 2025426703}
  250. m_RootOrder: 0
  251. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  252. --- !u!114 &1080576738
  253. MonoBehaviour:
  254. m_ObjectHideFlags: 0
  255. m_CorrespondingSourceObject: {fileID: 0}
  256. m_PrefabInstance: {fileID: 0}
  257. m_PrefabAsset: {fileID: 0}
  258. m_GameObject: {fileID: 1080576736}
  259. m_Enabled: 1
  260. m_EditorHideFlags: 0
  261. m_Script: {fileID: 11500000, guid: 0720e2e794c16a842a3f8600b6fbf52a, type: 3}
  262. m_Name:
  263. m_EditorClassIdentifier:
  264. AdjacentTileDepth: 1
  265. CullBehindClosedDoors: 1
  266. TargetOverride: {fileID: 2025426703}
  267. CullInEditor: 0
  268. CullLights: 1
  269. --- !u!20 &1080576739
  270. Camera:
  271. m_ObjectHideFlags: 0
  272. m_CorrespondingSourceObject: {fileID: 0}
  273. m_PrefabInstance: {fileID: 0}
  274. m_PrefabAsset: {fileID: 0}
  275. m_GameObject: {fileID: 1080576736}
  276. m_Enabled: 1
  277. serializedVersion: 2
  278. m_ClearFlags: 1
  279. m_BackGroundColor: {r: 0.39215687, g: 0.58431375, b: 0.92941177, a: 1}
  280. m_projectionMatrixMode: 1
  281. m_GateFitMode: 2
  282. m_FOVAxisMode: 0
  283. m_SensorSize: {x: 36, y: 24}
  284. m_LensShift: {x: 0, y: 0}
  285. m_FocalLength: 50
  286. m_NormalizedViewPortRect:
  287. serializedVersion: 2
  288. x: 0
  289. y: 0
  290. width: 1
  291. height: 1
  292. near clip plane: 0.3
  293. far clip plane: 1000
  294. field of view: 60
  295. orthographic: 0
  296. orthographic size: 5
  297. m_Depth: -1
  298. m_CullingMask:
  299. serializedVersion: 2
  300. m_Bits: 4294967295
  301. m_RenderingPath: -1
  302. m_TargetTexture: {fileID: 0}
  303. m_TargetDisplay: 0
  304. m_TargetEye: 3
  305. m_HDR: 1
  306. m_AllowMSAA: 1
  307. m_AllowDynamicResolution: 0
  308. m_ForceIntoRT: 0
  309. m_OcclusionCulling: 1
  310. m_StereoConvergence: 10
  311. m_StereoSeparation: 0.022
  312. --- !u!1 &1515843895
  313. GameObject:
  314. m_ObjectHideFlags: 0
  315. m_CorrespondingSourceObject: {fileID: 0}
  316. m_PrefabInstance: {fileID: 0}
  317. m_PrefabAsset: {fileID: 0}
  318. serializedVersion: 6
  319. m_Component:
  320. - component: {fileID: 1515843897}
  321. - component: {fileID: 1515843896}
  322. - component: {fileID: 1515843898}
  323. m_Layer: 0
  324. m_Name: Generator
  325. m_TagString: Untagged
  326. m_Icon: {fileID: 0}
  327. m_NavMeshLayer: 0
  328. m_StaticEditorFlags: 0
  329. m_IsActive: 1
  330. --- !u!114 &1515843896
  331. MonoBehaviour:
  332. m_ObjectHideFlags: 0
  333. m_CorrespondingSourceObject: {fileID: 0}
  334. m_PrefabInstance: {fileID: 0}
  335. m_PrefabAsset: {fileID: 0}
  336. m_GameObject: {fileID: 1515843895}
  337. m_Enabled: 1
  338. m_EditorHideFlags: 0
  339. m_Script: {fileID: 11500000, guid: 510e6e61902a25245878393904bd5d0d, type: 3}
  340. m_Name:
  341. m_EditorClassIdentifier:
  342. Generator:
  343. allowImmediateRepeats: 0
  344. OverlapThreshold: 0.01
  345. Padding: 0
  346. DisallowOverhangs: 0
  347. AvoidCollisionsWithOtherDungeons: 1
  348. PlaceTileTriggers: 0
  349. Seed: 0
  350. ShouldRandomizeSeed: 1
  351. MaxAttemptCount: 20
  352. UseMaximumPairingAttempts: 0
  353. MaxPairingAttempts: 5
  354. UpDirection: 5
  355. OverrideRepeatMode: 0
  356. RepeatMode: 1
  357. OverrideAllowTileRotation: 0
  358. AllowTileRotation: 0
  359. DebugRender: 0
  360. LengthMultiplier: 1
  361. TriggerPlacement: 2
  362. TileTriggerLayer: 2
  363. GenerateAsynchronously: 0
  364. MaxAsyncFrameMilliseconds: 50
  365. PauseBetweenRooms: 0
  366. RestrictDungeonToBounds: 0
  367. TilePlacementBounds:
  368. m_Center: {x: 0, y: 0, z: 0}
  369. m_Extent: {x: 0, y: 0, z: 0}
  370. CollisionSettings:
  371. DisallowOverhangs: 0
  372. OverlapThreshold: 0.01
  373. Padding: 0
  374. AvoidCollisionsWithOtherDungeons: 1
  375. Root: {fileID: 0}
  376. DungeonFlow: {fileID: 11400000, guid: 4aa4243f40448c64c8eae465fadbbceb, type: 2}
  377. fileVersion: 3
  378. GenerateOnStart: 0
  379. Root: {fileID: 0}
  380. --- !u!4 &1515843897
  381. Transform:
  382. m_ObjectHideFlags: 0
  383. m_CorrespondingSourceObject: {fileID: 0}
  384. m_PrefabInstance: {fileID: 0}
  385. m_PrefabAsset: {fileID: 0}
  386. m_GameObject: {fileID: 1515843895}
  387. m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
  388. m_LocalPosition: {x: 0, y: 0, z: 0}
  389. m_LocalScale: {x: 1, y: 1, z: 1}
  390. m_Children: []
  391. m_Father: {fileID: 0}
  392. m_RootOrder: 1
  393. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  394. --- !u!114 &1515843898
  395. MonoBehaviour:
  396. m_ObjectHideFlags: 0
  397. m_CorrespondingSourceObject: {fileID: 0}
  398. m_PrefabInstance: {fileID: 0}
  399. m_PrefabAsset: {fileID: 0}
  400. m_GameObject: {fileID: 1515843895}
  401. m_Enabled: 1
  402. m_EditorHideFlags: 0
  403. m_Script: {fileID: 11500000, guid: c7fbb3c3ce0dbbf45b776e812bea9c19, type: 3}
  404. m_Name:
  405. m_EditorClassIdentifier:
  406. DungeonGenerator: {fileID: 1515843896}
  407. --- !u!1 &1628756108
  408. GameObject:
  409. m_ObjectHideFlags: 0
  410. m_CorrespondingSourceObject: {fileID: 0}
  411. m_PrefabInstance: {fileID: 0}
  412. m_PrefabAsset: {fileID: 0}
  413. serializedVersion: 6
  414. m_Component:
  415. - component: {fileID: 1628756109}
  416. - component: {fileID: 1628756110}
  417. m_Layer: 0
  418. m_Name: Sprite
  419. m_TagString: Untagged
  420. m_Icon: {fileID: 0}
  421. m_NavMeshLayer: 0
  422. m_StaticEditorFlags: 0
  423. m_IsActive: 1
  424. --- !u!4 &1628756109
  425. Transform:
  426. m_ObjectHideFlags: 0
  427. m_CorrespondingSourceObject: {fileID: 0}
  428. m_PrefabInstance: {fileID: 0}
  429. m_PrefabAsset: {fileID: 0}
  430. m_GameObject: {fileID: 1628756108}
  431. m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
  432. m_LocalPosition: {x: 0, y: 0, z: 0}
  433. m_LocalScale: {x: 3.5, y: 3.5, z: 1}
  434. m_Children: []
  435. m_Father: {fileID: 2025426703}
  436. m_RootOrder: 1
  437. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  438. --- !u!212 &1628756110
  439. SpriteRenderer:
  440. m_ObjectHideFlags: 0
  441. m_CorrespondingSourceObject: {fileID: 0}
  442. m_PrefabInstance: {fileID: 0}
  443. m_PrefabAsset: {fileID: 0}
  444. m_GameObject: {fileID: 1628756108}
  445. m_Enabled: 1
  446. m_CastShadows: 0
  447. m_ReceiveShadows: 0
  448. m_DynamicOccludee: 1
  449. m_MotionVectors: 1
  450. m_LightProbeUsage: 1
  451. m_ReflectionProbeUsage: 1
  452. m_RayTracingMode: 0
  453. m_RayTraceProcedural: 0
  454. m_RenderingLayerMask: 1
  455. m_RendererPriority: 0
  456. m_Materials:
  457. - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
  458. m_StaticBatchInfo:
  459. firstSubMesh: 0
  460. subMeshCount: 0
  461. m_StaticBatchRoot: {fileID: 0}
  462. m_ProbeAnchor: {fileID: 0}
  463. m_LightProbeVolumeOverride: {fileID: 0}
  464. m_ScaleInLightmap: 1
  465. m_ReceiveGI: 1
  466. m_PreserveUVs: 0
  467. m_IgnoreNormalsForChartDetection: 0
  468. m_ImportantGI: 0
  469. m_StitchLightmapSeams: 1
  470. m_SelectedEditorRenderState: 0
  471. m_MinimumChartSize: 4
  472. m_AutoUVMaxDistance: 0.5
  473. m_AutoUVMaxAngle: 89
  474. m_LightmapParameters: {fileID: 0}
  475. m_SortingLayerID: 0
  476. m_SortingLayer: 0
  477. m_SortingOrder: 10
  478. m_Sprite: {fileID: 10913, guid: 0000000000000000f000000000000000, type: 0}
  479. m_Color: {r: 0.2878248, g: 0.7924528, b: 0.3586925, a: 1}
  480. m_FlipX: 0
  481. m_FlipY: 0
  482. m_DrawMode: 0
  483. m_Size: {x: 0.2, y: 0.2}
  484. m_AdaptiveModeThreshold: 0.5
  485. m_SpriteTileMode: 0
  486. m_WasSpriteAssigned: 1
  487. m_MaskInteraction: 0
  488. m_SpriteSortPoint: 0
  489. --- !u!1 &2025426702
  490. GameObject:
  491. m_ObjectHideFlags: 0
  492. m_CorrespondingSourceObject: {fileID: 0}
  493. m_PrefabInstance: {fileID: 0}
  494. m_PrefabAsset: {fileID: 0}
  495. serializedVersion: 6
  496. m_Component:
  497. - component: {fileID: 2025426703}
  498. - component: {fileID: 2025426706}
  499. - component: {fileID: 2025426704}
  500. - component: {fileID: 2025426705}
  501. m_Layer: 0
  502. m_Name: Player
  503. m_TagString: Untagged
  504. m_Icon: {fileID: 0}
  505. m_NavMeshLayer: 0
  506. m_StaticEditorFlags: 0
  507. m_IsActive: 1
  508. --- !u!4 &2025426703
  509. Transform:
  510. m_ObjectHideFlags: 0
  511. m_CorrespondingSourceObject: {fileID: 0}
  512. m_PrefabInstance: {fileID: 0}
  513. m_PrefabAsset: {fileID: 0}
  514. m_GameObject: {fileID: 2025426702}
  515. m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
  516. m_LocalPosition: {x: 0, y: 0, z: 0}
  517. m_LocalScale: {x: 1, y: 1, z: 1}
  518. m_Children:
  519. - {fileID: 1080576737}
  520. - {fileID: 1628756109}
  521. m_Father: {fileID: 0}
  522. m_RootOrder: 0
  523. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  524. --- !u!58 &2025426704
  525. CircleCollider2D:
  526. m_ObjectHideFlags: 0
  527. m_CorrespondingSourceObject: {fileID: 0}
  528. m_PrefabInstance: {fileID: 0}
  529. m_PrefabAsset: {fileID: 0}
  530. m_GameObject: {fileID: 2025426702}
  531. m_Enabled: 1
  532. m_Density: 1
  533. m_Material: {fileID: 0}
  534. m_IsTrigger: 0
  535. m_UsedByEffector: 0
  536. m_UsedByComposite: 0
  537. m_Offset: {x: 0, y: 0}
  538. serializedVersion: 2
  539. m_Radius: 0.35
  540. --- !u!114 &2025426705
  541. MonoBehaviour:
  542. m_ObjectHideFlags: 0
  543. m_CorrespondingSourceObject: {fileID: 0}
  544. m_PrefabInstance: {fileID: 0}
  545. m_PrefabAsset: {fileID: 0}
  546. m_GameObject: {fileID: 2025426702}
  547. m_Enabled: 1
  548. m_EditorHideFlags: 0
  549. m_Script: {fileID: 11500000, guid: 16e33b589e7ec414eb0fba7c5fc4cd01, type: 3}
  550. m_Name:
  551. m_EditorClassIdentifier:
  552. MovementSpeed: 6
  553. --- !u!50 &2025426706
  554. Rigidbody2D:
  555. serializedVersion: 4
  556. m_ObjectHideFlags: 0
  557. m_CorrespondingSourceObject: {fileID: 0}
  558. m_PrefabInstance: {fileID: 0}
  559. m_PrefabAsset: {fileID: 0}
  560. m_GameObject: {fileID: 2025426702}
  561. m_BodyType: 0
  562. m_Simulated: 1
  563. m_UseFullKinematicContacts: 0
  564. m_UseAutoMass: 0
  565. m_Mass: 1
  566. m_LinearDrag: 0
  567. m_AngularDrag: 0.05
  568. m_GravityScale: 0
  569. m_Material: {fileID: 0}
  570. m_Interpolate: 0
  571. m_SleepingMode: 1
  572. m_CollisionDetection: 0
  573. m_Constraints: 0
  574. --- !u!1 &2139673029
  575. GameObject:
  576. m_ObjectHideFlags: 0
  577. m_CorrespondingSourceObject: {fileID: 0}
  578. m_PrefabInstance: {fileID: 0}
  579. m_PrefabAsset: {fileID: 0}
  580. serializedVersion: 6
  581. m_Component:
  582. - component: {fileID: 2139673031}
  583. - component: {fileID: 2139673030}
  584. m_Layer: 0
  585. m_Name: GUI Script
  586. m_TagString: Untagged
  587. m_Icon: {fileID: 0}
  588. m_NavMeshLayer: 0
  589. m_StaticEditorFlags: 0
  590. m_IsActive: 1
  591. --- !u!114 &2139673030
  592. MonoBehaviour:
  593. m_ObjectHideFlags: 0
  594. m_CorrespondingSourceObject: {fileID: 0}
  595. m_PrefabInstance: {fileID: 0}
  596. m_PrefabAsset: {fileID: 0}
  597. m_GameObject: {fileID: 2139673029}
  598. m_Enabled: 1
  599. m_EditorHideFlags: 0
  600. m_Script: {fileID: 11500000, guid: 6f25fd4208a2f5f49a03f535c900a346, type: 3}
  601. m_Name:
  602. m_EditorClassIdentifier:
  603. Style:
  604. m_Name:
  605. m_Normal:
  606. m_Background: {fileID: 0}
  607. m_ScaledBackgrounds: []
  608. m_TextColor: {r: 0, g: 0, b: 0, a: 1}
  609. m_Hover:
  610. m_Background: {fileID: 0}
  611. m_ScaledBackgrounds: []
  612. m_TextColor: {r: 0, g: 0, b: 0, a: 1}
  613. m_Active:
  614. m_Background: {fileID: 0}
  615. m_ScaledBackgrounds: []
  616. m_TextColor: {r: 0, g: 0, b: 0, a: 1}
  617. m_Focused:
  618. m_Background: {fileID: 0}
  619. m_ScaledBackgrounds: []
  620. m_TextColor: {r: 0, g: 0, b: 0, a: 1}
  621. m_OnNormal:
  622. m_Background: {fileID: 0}
  623. m_ScaledBackgrounds: []
  624. m_TextColor: {r: 0, g: 0, b: 0, a: 1}
  625. m_OnHover:
  626. m_Background: {fileID: 0}
  627. m_ScaledBackgrounds: []
  628. m_TextColor: {r: 0, g: 0, b: 0, a: 1}
  629. m_OnActive:
  630. m_Background: {fileID: 0}
  631. m_ScaledBackgrounds: []
  632. m_TextColor: {r: 0, g: 0, b: 0, a: 1}
  633. m_OnFocused:
  634. m_Background: {fileID: 0}
  635. m_ScaledBackgrounds: []
  636. m_TextColor: {r: 0, g: 0, b: 0, a: 1}
  637. m_Border:
  638. m_Left: 0
  639. m_Right: 0
  640. m_Top: 0
  641. m_Bottom: 0
  642. m_Margin:
  643. m_Left: 0
  644. m_Right: 0
  645. m_Top: 0
  646. m_Bottom: 0
  647. m_Padding:
  648. m_Left: 0
  649. m_Right: 0
  650. m_Top: 0
  651. m_Bottom: 0
  652. m_Overflow:
  653. m_Left: 0
  654. m_Right: 0
  655. m_Top: 0
  656. m_Bottom: 0
  657. m_Font: {fileID: 0}
  658. m_FontSize: 0
  659. m_FontStyle: 0
  660. m_Alignment: 0
  661. m_WordWrap: 0
  662. m_RichText: 1
  663. m_TextClipping: 0
  664. m_ImagePosition: 0
  665. m_ContentOffset: {x: 0, y: 0}
  666. m_FixedWidth: 0
  667. m_FixedHeight: 0
  668. m_StretchWidth: 1
  669. m_StretchHeight: 0
  670. MessageFadeTime: 5
  671. --- !u!4 &2139673031
  672. Transform:
  673. m_ObjectHideFlags: 0
  674. m_CorrespondingSourceObject: {fileID: 0}
  675. m_PrefabInstance: {fileID: 0}
  676. m_PrefabAsset: {fileID: 0}
  677. m_GameObject: {fileID: 2139673029}
  678. m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
  679. m_LocalPosition: {x: 0, y: 0, z: 0}
  680. m_LocalScale: {x: 1, y: 1, z: 1}
  681. m_Children: []
  682. m_Father: {fileID: 0}
  683. m_RootOrder: 2
  684. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}