Sprite Shaders.unity 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218
  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: 8
  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.007352948, g: 0.007352948, b: 0.007352948, a: 1}
  24. m_AmbientEquatorColor: {r: 0.114, g: 0.125, b: 0.133, a: 1}
  25. m_AmbientGroundColor: {r: 0.047, g: 0.043, b: 0.035, 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. --- !u!157 &3
  43. LightmapSettings:
  44. m_ObjectHideFlags: 0
  45. serializedVersion: 11
  46. m_GIWorkflowMode: 1
  47. m_GISettings:
  48. serializedVersion: 2
  49. m_BounceScale: 1
  50. m_IndirectOutputScale: 1
  51. m_AlbedoBoost: 1
  52. m_TemporalCoherenceThreshold: 1
  53. m_EnvironmentLightingMode: 0
  54. m_EnableBakedLightmaps: 0
  55. m_EnableRealtimeLightmaps: 0
  56. m_LightmapEditorSettings:
  57. serializedVersion: 9
  58. m_Resolution: 2
  59. m_BakeResolution: 40
  60. m_TextureWidth: 1024
  61. m_TextureHeight: 1024
  62. m_AO: 0
  63. m_AOMaxDistance: 1
  64. m_CompAOExponent: 1
  65. m_CompAOExponentDirect: 0
  66. m_Padding: 2
  67. m_LightmapParameters: {fileID: 0}
  68. m_LightmapsBakeMode: 1
  69. m_TextureCompression: 1
  70. m_FinalGather: 0
  71. m_FinalGatherFiltering: 1
  72. m_FinalGatherRayCount: 256
  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_PVRFiltering: 0
  81. m_PVRFilteringMode: 1
  82. m_PVRCulling: 1
  83. m_PVRFilteringGaussRadiusDirect: 1
  84. m_PVRFilteringGaussRadiusIndirect: 5
  85. m_PVRFilteringGaussRadiusAO: 2
  86. m_PVRFilteringAtrousColorSigma: 1
  87. m_PVRFilteringAtrousNormalSigma: 1
  88. m_PVRFilteringAtrousPositionSigma: 1
  89. m_LightingDataAsset: {fileID: 0}
  90. m_UseShadowmask: 1
  91. --- !u!196 &4
  92. NavMeshSettings:
  93. serializedVersion: 2
  94. m_ObjectHideFlags: 0
  95. m_BuildSettings:
  96. serializedVersion: 2
  97. agentTypeID: 0
  98. agentRadius: 0.5
  99. agentHeight: 2
  100. agentSlope: 45
  101. agentClimb: 0.4
  102. ledgeDropHeight: 0
  103. maxJumpAcrossDistance: 0
  104. minRegionArea: 2
  105. manualCellSize: 0
  106. cellSize: 0.16666667
  107. manualTileSize: 0
  108. tileSize: 256
  109. accuratePlacement: 0
  110. m_NavMeshData: {fileID: 0}
  111. --- !u!1 &188173730
  112. GameObject:
  113. m_ObjectHideFlags: 0
  114. m_PrefabParentObject: {fileID: 0}
  115. m_PrefabInternal: {fileID: 0}
  116. serializedVersion: 5
  117. m_Component:
  118. - component: {fileID: 188173732}
  119. - component: {fileID: 188173731}
  120. m_Layer: 0
  121. m_Name: '[LIGHT] Spotlight'
  122. m_TagString: Untagged
  123. m_Icon: {fileID: 0}
  124. m_NavMeshLayer: 0
  125. m_StaticEditorFlags: 0
  126. m_IsActive: 1
  127. --- !u!108 &188173731
  128. Light:
  129. m_ObjectHideFlags: 0
  130. m_PrefabParentObject: {fileID: 0}
  131. m_PrefabInternal: {fileID: 0}
  132. m_GameObject: {fileID: 188173730}
  133. m_Enabled: 1
  134. serializedVersion: 8
  135. m_Type: 0
  136. m_Color: {r: 1, g: 1, b: 1, a: 1}
  137. m_Intensity: 2.57
  138. m_Range: 12.94
  139. m_SpotAngle: 56
  140. m_CookieSize: 10
  141. m_Shadows:
  142. m_Type: 2
  143. m_Resolution: -1
  144. m_CustomResolution: -1
  145. m_Strength: 1
  146. m_Bias: 0.05
  147. m_NormalBias: 0.4
  148. m_NearPlane: 0.1
  149. m_Cookie: {fileID: 0}
  150. m_DrawHalo: 0
  151. m_Flare: {fileID: 0}
  152. m_RenderMode: 0
  153. m_CullingMask:
  154. serializedVersion: 2
  155. m_Bits: 4294967295
  156. m_Lightmapping: 4
  157. m_AreaSize: {x: 1, y: 1}
  158. m_BounceIntensity: 0
  159. m_FalloffTable:
  160. m_Table[0]: 0
  161. m_Table[1]: 0
  162. m_Table[2]: 0
  163. m_Table[3]: 0
  164. m_Table[4]: 0
  165. m_Table[5]: 0
  166. m_Table[6]: 0
  167. m_Table[7]: 0
  168. m_Table[8]: 0
  169. m_Table[9]: 0
  170. m_Table[10]: 0
  171. m_Table[11]: 0
  172. m_Table[12]: 0
  173. m_ColorTemperature: 6570
  174. m_UseColorTemperature: 0
  175. m_ShadowRadius: 0
  176. m_ShadowAngle: 0
  177. --- !u!4 &188173732
  178. Transform:
  179. m_ObjectHideFlags: 0
  180. m_PrefabParentObject: {fileID: 0}
  181. m_PrefabInternal: {fileID: 0}
  182. m_GameObject: {fileID: 188173730}
  183. m_LocalRotation: {x: 0.28993335, y: -0.20459291, z: -0.5390386, w: 0.7638834}
  184. m_LocalPosition: {x: -1.85, y: 2.64, z: -6.397}
  185. m_LocalScale: {x: 1, y: 1, z: 1}
  186. m_Children: []
  187. m_Father: {fileID: 195821303}
  188. m_RootOrder: 1
  189. m_LocalEulerAnglesHint: {x: 12.793, y: -40.131, z: -75.40501}
  190. --- !u!1 &195821302
  191. GameObject:
  192. m_ObjectHideFlags: 0
  193. m_PrefabParentObject: {fileID: 0}
  194. m_PrefabInternal: {fileID: 0}
  195. serializedVersion: 5
  196. m_Component:
  197. - component: {fileID: 195821303}
  198. m_Layer: 0
  199. m_Name: LIGHTS
  200. m_TagString: Untagged
  201. m_Icon: {fileID: 0}
  202. m_NavMeshLayer: 0
  203. m_StaticEditorFlags: 0
  204. m_IsActive: 1
  205. --- !u!4 &195821303
  206. Transform:
  207. m_ObjectHideFlags: 0
  208. m_PrefabParentObject: {fileID: 0}
  209. m_PrefabInternal: {fileID: 0}
  210. m_GameObject: {fileID: 195821302}
  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_Children:
  215. - {fileID: 935283315}
  216. - {fileID: 188173732}
  217. - {fileID: 1387304066}
  218. - {fileID: 770573971}
  219. m_Father: {fileID: 0}
  220. m_RootOrder: 4
  221. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  222. --- !u!1 &394849622
  223. GameObject:
  224. m_ObjectHideFlags: 0
  225. m_PrefabParentObject: {fileID: 0}
  226. m_PrefabInternal: {fileID: 0}
  227. serializedVersion: 5
  228. m_Component:
  229. - component: {fileID: 394849623}
  230. - component: {fileID: 394849625}
  231. - component: {fileID: 394849624}
  232. m_Layer: 5
  233. m_Name: Text
  234. m_TagString: Untagged
  235. m_Icon: {fileID: 0}
  236. m_NavMeshLayer: 0
  237. m_StaticEditorFlags: 0
  238. m_IsActive: 1
  239. --- !u!224 &394849623
  240. RectTransform:
  241. m_ObjectHideFlags: 0
  242. m_PrefabParentObject: {fileID: 0}
  243. m_PrefabInternal: {fileID: 0}
  244. m_GameObject: {fileID: 394849622}
  245. m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
  246. m_LocalPosition: {x: 0, y: 0, z: 0}
  247. m_LocalScale: {x: 1, y: 1, z: 1}
  248. m_Children: []
  249. m_Father: {fileID: 2107709637}
  250. m_RootOrder: 0
  251. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  252. m_AnchorMin: {x: 0.5, y: 0.5}
  253. m_AnchorMax: {x: 0.5, y: 0.5}
  254. m_AnchoredPosition: {x: -0.000024796, y: -294}
  255. m_SizeDelta: {x: 412, y: 120.85}
  256. m_Pivot: {x: 0.5, y: 0.5}
  257. --- !u!114 &394849624
  258. MonoBehaviour:
  259. m_ObjectHideFlags: 0
  260. m_PrefabParentObject: {fileID: 0}
  261. m_PrefabInternal: {fileID: 0}
  262. m_GameObject: {fileID: 394849622}
  263. m_Enabled: 1
  264. m_EditorHideFlags: 0
  265. m_Script: {fileID: 708705254, guid: f70555f144d8491a825f0804e09c671c, type: 3}
  266. m_Name:
  267. m_EditorClassIdentifier:
  268. m_Material: {fileID: 0}
  269. m_Color: {r: 1, g: 1, b: 1, a: 1}
  270. m_RaycastTarget: 1
  271. m_OnCullStateChanged:
  272. m_PersistentCalls:
  273. m_Calls: []
  274. m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
  275. Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
  276. m_FontData:
  277. m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0}
  278. m_FontSize: 14
  279. m_FontStyle: 0
  280. m_BestFit: 0
  281. m_MinSize: 10
  282. m_MaxSize: 40
  283. m_Alignment: 0
  284. m_AlignByGeometry: 0
  285. m_RichText: 1
  286. m_HorizontalOverflow: 0
  287. m_VerticalOverflow: 0
  288. m_LineSpacing: 1
  289. m_Text: 'Use of the lit sprite shaders with normal maps requires Tangents. Tangents
  290. can be generated by SkeletonAnimation by checking "Solve Tangents" under the "Advanced..."
  291. foldout in its inspector.''
  292. The bundled sprite shaders are capable of assuming a fixed normal so there is
  293. no need for "Add Normals" to be checked under Advanced.'
  294. --- !u!222 &394849625
  295. CanvasRenderer:
  296. m_ObjectHideFlags: 0
  297. m_PrefabParentObject: {fileID: 0}
  298. m_PrefabInternal: {fileID: 0}
  299. m_GameObject: {fileID: 394849622}
  300. --- !u!1 &770573969
  301. GameObject:
  302. m_ObjectHideFlags: 0
  303. m_PrefabParentObject: {fileID: 0}
  304. m_PrefabInternal: {fileID: 0}
  305. serializedVersion: 5
  306. m_Component:
  307. - component: {fileID: 770573971}
  308. - component: {fileID: 770573970}
  309. m_Layer: 0
  310. m_Name: '[LIGHT] Green Spotlight'
  311. m_TagString: Untagged
  312. m_Icon: {fileID: 0}
  313. m_NavMeshLayer: 0
  314. m_StaticEditorFlags: 0
  315. m_IsActive: 1
  316. --- !u!108 &770573970
  317. Light:
  318. m_ObjectHideFlags: 0
  319. m_PrefabParentObject: {fileID: 0}
  320. m_PrefabInternal: {fileID: 0}
  321. m_GameObject: {fileID: 770573969}
  322. m_Enabled: 1
  323. serializedVersion: 8
  324. m_Type: 0
  325. m_Color: {r: 0.07586217, g: 1, b: 0, a: 1}
  326. m_Intensity: 2.68
  327. m_Range: 15
  328. m_SpotAngle: 37
  329. m_CookieSize: 10
  330. m_Shadows:
  331. m_Type: 0
  332. m_Resolution: -1
  333. m_CustomResolution: -1
  334. m_Strength: 1
  335. m_Bias: 0.05
  336. m_NormalBias: 0.4
  337. m_NearPlane: 0.2
  338. m_Cookie: {fileID: 0}
  339. m_DrawHalo: 0
  340. m_Flare: {fileID: 0}
  341. m_RenderMode: 0
  342. m_CullingMask:
  343. serializedVersion: 2
  344. m_Bits: 4294967295
  345. m_Lightmapping: 4
  346. m_AreaSize: {x: 1, y: 1}
  347. m_BounceIntensity: 0
  348. m_FalloffTable:
  349. m_Table[0]: 0
  350. m_Table[1]: 0
  351. m_Table[2]: 0
  352. m_Table[3]: 0
  353. m_Table[4]: 0
  354. m_Table[5]: 0
  355. m_Table[6]: 0
  356. m_Table[7]: 0
  357. m_Table[8]: 0
  358. m_Table[9]: 0
  359. m_Table[10]: 0
  360. m_Table[11]: 0
  361. m_Table[12]: 0
  362. m_ColorTemperature: 6570
  363. m_UseColorTemperature: 0
  364. m_ShadowRadius: 0
  365. m_ShadowAngle: 0
  366. --- !u!4 &770573971
  367. Transform:
  368. m_ObjectHideFlags: 0
  369. m_PrefabParentObject: {fileID: 0}
  370. m_PrefabInternal: {fileID: 0}
  371. m_GameObject: {fileID: 770573969}
  372. m_LocalRotation: {x: 0.0023665242, y: -0.5134523, z: -0.8581137, w: 0.0014160047}
  373. m_LocalPosition: {x: 4.56, y: -8.77, z: -3.03}
  374. m_LocalScale: {x: 1, y: 1, z: 1}
  375. m_Children: []
  376. m_Father: {fileID: 195821303}
  377. m_RootOrder: 3
  378. m_LocalEulerAnglesHint: {x: 241.77, y: 179.351, z: 0.57199097}
  379. --- !u!1 &845252278
  380. GameObject:
  381. m_ObjectHideFlags: 0
  382. m_PrefabParentObject: {fileID: 0}
  383. m_PrefabInternal: {fileID: 0}
  384. serializedVersion: 5
  385. m_Component:
  386. - component: {fileID: 845252281}
  387. - component: {fileID: 845252280}
  388. - component: {fileID: 845252279}
  389. m_Layer: 0
  390. m_Name: Wall
  391. m_TagString: Untagged
  392. m_Icon: {fileID: 0}
  393. m_NavMeshLayer: 0
  394. m_StaticEditorFlags: 0
  395. m_IsActive: 1
  396. --- !u!23 &845252279
  397. MeshRenderer:
  398. m_ObjectHideFlags: 0
  399. m_PrefabParentObject: {fileID: 0}
  400. m_PrefabInternal: {fileID: 0}
  401. m_GameObject: {fileID: 845252278}
  402. m_Enabled: 1
  403. m_CastShadows: 1
  404. m_ReceiveShadows: 1
  405. m_MotionVectors: 1
  406. m_LightProbeUsage: 1
  407. m_ReflectionProbeUsage: 1
  408. m_Materials:
  409. - {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0}
  410. m_StaticBatchInfo:
  411. firstSubMesh: 0
  412. subMeshCount: 0
  413. m_StaticBatchRoot: {fileID: 0}
  414. m_ProbeAnchor: {fileID: 0}
  415. m_LightProbeVolumeOverride: {fileID: 0}
  416. m_ScaleInLightmap: 1
  417. m_PreserveUVs: 1
  418. m_IgnoreNormalsForChartDetection: 0
  419. m_ImportantGI: 0
  420. m_SelectedEditorRenderState: 3
  421. m_MinimumChartSize: 4
  422. m_AutoUVMaxDistance: 0.5
  423. m_AutoUVMaxAngle: 89
  424. m_LightmapParameters: {fileID: 0}
  425. m_SortingLayerID: 0
  426. m_SortingLayer: 0
  427. m_SortingOrder: 0
  428. --- !u!33 &845252280
  429. MeshFilter:
  430. m_ObjectHideFlags: 0
  431. m_PrefabParentObject: {fileID: 0}
  432. m_PrefabInternal: {fileID: 0}
  433. m_GameObject: {fileID: 845252278}
  434. m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0}
  435. --- !u!4 &845252281
  436. Transform:
  437. m_ObjectHideFlags: 0
  438. m_PrefabParentObject: {fileID: 0}
  439. m_PrefabInternal: {fileID: 0}
  440. m_GameObject: {fileID: 845252278}
  441. m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
  442. m_LocalPosition: {x: 0.28, y: 0.77, z: 2}
  443. m_LocalScale: {x: 19.353024, y: 6.9264994, z: 1}
  444. m_Children: []
  445. m_Father: {fileID: 0}
  446. m_RootOrder: 3
  447. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  448. --- !u!1 &933136133
  449. GameObject:
  450. m_ObjectHideFlags: 0
  451. m_PrefabParentObject: {fileID: 0}
  452. m_PrefabInternal: {fileID: 0}
  453. serializedVersion: 5
  454. m_Component:
  455. - component: {fileID: 933136137}
  456. - component: {fileID: 933136136}
  457. - component: {fileID: 933136135}
  458. - component: {fileID: 933136134}
  459. m_Layer: 0
  460. m_Name: stretchyman static
  461. m_TagString: Untagged
  462. m_Icon: {fileID: 0}
  463. m_NavMeshLayer: 0
  464. m_StaticEditorFlags: 0
  465. m_IsActive: 1
  466. --- !u!114 &933136134
  467. MonoBehaviour:
  468. m_ObjectHideFlags: 0
  469. m_PrefabParentObject: {fileID: 0}
  470. m_PrefabInternal: {fileID: 0}
  471. m_GameObject: {fileID: 933136133}
  472. m_Enabled: 1
  473. m_EditorHideFlags: 0
  474. m_Script: {fileID: 11500000, guid: e075b9a3e08e2f74fbd651c858ab16ed, type: 3}
  475. m_Name:
  476. m_EditorClassIdentifier:
  477. skeletonDataAsset: {fileID: 11400000, guid: 162719d41016c854abf0355feb0e14e8, type: 2}
  478. initialSkinName: default
  479. initialFlipX: 0
  480. initialFlipY: 0
  481. separatorSlotNames: []
  482. zSpacing: 0
  483. useClipping: 1
  484. immutableTriangles: 0
  485. pmaVertexColors: 1
  486. clearStateOnDisable: 0
  487. tintBlack: 0
  488. singleSubmesh: 0
  489. addNormals: 0
  490. calculateTangents: 1
  491. maskInteraction: 0
  492. maskMaterials:
  493. materialsMaskDisabled: []
  494. materialsInsideMask: []
  495. materialsOutsideMask: []
  496. disableRenderingOnOverride: 1
  497. --- !u!23 &933136135
  498. MeshRenderer:
  499. m_ObjectHideFlags: 0
  500. m_PrefabParentObject: {fileID: 0}
  501. m_PrefabInternal: {fileID: 0}
  502. m_GameObject: {fileID: 933136133}
  503. m_Enabled: 1
  504. m_CastShadows: 1
  505. m_ReceiveShadows: 1
  506. m_MotionVectors: 1
  507. m_LightProbeUsage: 1
  508. m_ReflectionProbeUsage: 1
  509. m_Materials:
  510. - {fileID: 2100000, guid: 824cfb62bcbe3db49a3ce6db7e3757d1, type: 2}
  511. m_StaticBatchInfo:
  512. firstSubMesh: 0
  513. subMeshCount: 0
  514. m_StaticBatchRoot: {fileID: 0}
  515. m_ProbeAnchor: {fileID: 0}
  516. m_LightProbeVolumeOverride: {fileID: 0}
  517. m_ScaleInLightmap: 1
  518. m_PreserveUVs: 0
  519. m_IgnoreNormalsForChartDetection: 0
  520. m_ImportantGI: 0
  521. m_SelectedEditorRenderState: 3
  522. m_MinimumChartSize: 4
  523. m_AutoUVMaxDistance: 0.5
  524. m_AutoUVMaxAngle: 89
  525. m_LightmapParameters: {fileID: 0}
  526. m_SortingLayerID: 0
  527. m_SortingLayer: 0
  528. m_SortingOrder: 0
  529. --- !u!33 &933136136
  530. MeshFilter:
  531. m_ObjectHideFlags: 0
  532. m_PrefabParentObject: {fileID: 0}
  533. m_PrefabInternal: {fileID: 0}
  534. m_GameObject: {fileID: 933136133}
  535. m_Mesh: {fileID: 0}
  536. --- !u!4 &933136137
  537. Transform:
  538. m_ObjectHideFlags: 0
  539. m_PrefabParentObject: {fileID: 0}
  540. m_PrefabInternal: {fileID: 0}
  541. m_GameObject: {fileID: 933136133}
  542. m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
  543. m_LocalPosition: {x: -5.61, y: -3.69, z: 0}
  544. m_LocalScale: {x: 1, y: 1, z: 1}
  545. m_Children: []
  546. m_Father: {fileID: 0}
  547. m_RootOrder: 2
  548. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  549. --- !u!1 &935283313
  550. GameObject:
  551. m_ObjectHideFlags: 0
  552. m_PrefabParentObject: {fileID: 0}
  553. m_PrefabInternal: {fileID: 0}
  554. serializedVersion: 5
  555. m_Component:
  556. - component: {fileID: 935283315}
  557. - component: {fileID: 935283314}
  558. m_Layer: 0
  559. m_Name: '[LIGHT] Point light'
  560. m_TagString: Untagged
  561. m_Icon: {fileID: 0}
  562. m_NavMeshLayer: 0
  563. m_StaticEditorFlags: 0
  564. m_IsActive: 1
  565. --- !u!108 &935283314
  566. Light:
  567. m_ObjectHideFlags: 0
  568. m_PrefabParentObject: {fileID: 0}
  569. m_PrefabInternal: {fileID: 0}
  570. m_GameObject: {fileID: 935283313}
  571. m_Enabled: 1
  572. serializedVersion: 8
  573. m_Type: 2
  574. m_Color: {r: 1, g: 1, b: 1, a: 1}
  575. m_Intensity: 1
  576. m_Range: 5
  577. m_SpotAngle: 30
  578. m_CookieSize: 10
  579. m_Shadows:
  580. m_Type: 0
  581. m_Resolution: -1
  582. m_CustomResolution: -1
  583. m_Strength: 1
  584. m_Bias: 0.05
  585. m_NormalBias: 0.4
  586. m_NearPlane: 0.2
  587. m_Cookie: {fileID: 0}
  588. m_DrawHalo: 0
  589. m_Flare: {fileID: 0}
  590. m_RenderMode: 0
  591. m_CullingMask:
  592. serializedVersion: 2
  593. m_Bits: 4294967295
  594. m_Lightmapping: 4
  595. m_AreaSize: {x: 1, y: 1}
  596. m_BounceIntensity: 0
  597. m_FalloffTable:
  598. m_Table[0]: 0
  599. m_Table[1]: 0
  600. m_Table[2]: 0
  601. m_Table[3]: 0
  602. m_Table[4]: 0
  603. m_Table[5]: 0
  604. m_Table[6]: 0
  605. m_Table[7]: 0
  606. m_Table[8]: 0
  607. m_Table[9]: 0
  608. m_Table[10]: 0
  609. m_Table[11]: 0
  610. m_Table[12]: 0
  611. m_ColorTemperature: 6570
  612. m_UseColorTemperature: 0
  613. m_ShadowRadius: 0
  614. m_ShadowAngle: 0
  615. --- !u!4 &935283315
  616. Transform:
  617. m_ObjectHideFlags: 0
  618. m_PrefabParentObject: {fileID: 0}
  619. m_PrefabInternal: {fileID: 0}
  620. m_GameObject: {fileID: 935283313}
  621. m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
  622. m_LocalPosition: {x: -5.81, y: 0.56, z: -0.9}
  623. m_LocalScale: {x: 1, y: 1, z: 1}
  624. m_Children: []
  625. m_Father: {fileID: 195821303}
  626. m_RootOrder: 0
  627. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  628. --- !u!1 &1313996752
  629. GameObject:
  630. m_ObjectHideFlags: 0
  631. m_PrefabParentObject: {fileID: 0}
  632. m_PrefabInternal: {fileID: 0}
  633. serializedVersion: 5
  634. m_Component:
  635. - component: {fileID: 1313996753}
  636. - component: {fileID: 1313996754}
  637. m_Layer: 0
  638. m_Name: New Sprite
  639. m_TagString: Untagged
  640. m_Icon: {fileID: 0}
  641. m_NavMeshLayer: 0
  642. m_StaticEditorFlags: 0
  643. m_IsActive: 1
  644. --- !u!4 &1313996753
  645. Transform:
  646. m_ObjectHideFlags: 0
  647. m_PrefabParentObject: {fileID: 0}
  648. m_PrefabInternal: {fileID: 0}
  649. m_GameObject: {fileID: 1313996752}
  650. m_LocalRotation: {x: 0.27059805, y: 0.65328157, z: 0.27059805, w: 0.6532815}
  651. m_LocalPosition: {x: 0, y: 0, z: 0}
  652. m_LocalScale: {x: 1, y: 1, z: 1}
  653. m_Children: []
  654. m_Father: {fileID: 1387304066}
  655. m_RootOrder: 0
  656. m_LocalEulerAnglesHint: {x: 0, y: 90.00001, z: 45}
  657. --- !u!212 &1313996754
  658. SpriteRenderer:
  659. m_ObjectHideFlags: 0
  660. m_PrefabParentObject: {fileID: 0}
  661. m_PrefabInternal: {fileID: 0}
  662. m_GameObject: {fileID: 1313996752}
  663. m_Enabled: 1
  664. m_CastShadows: 0
  665. m_ReceiveShadows: 0
  666. m_MotionVectors: 1
  667. m_LightProbeUsage: 0
  668. m_ReflectionProbeUsage: 0
  669. m_Materials:
  670. - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
  671. m_StaticBatchInfo:
  672. firstSubMesh: 0
  673. subMeshCount: 0
  674. m_StaticBatchRoot: {fileID: 0}
  675. m_ProbeAnchor: {fileID: 0}
  676. m_LightProbeVolumeOverride: {fileID: 0}
  677. m_ScaleInLightmap: 1
  678. m_PreserveUVs: 0
  679. m_IgnoreNormalsForChartDetection: 0
  680. m_ImportantGI: 0
  681. m_SelectedEditorRenderState: 0
  682. m_MinimumChartSize: 4
  683. m_AutoUVMaxDistance: 0.5
  684. m_AutoUVMaxAngle: 89
  685. m_LightmapParameters: {fileID: 0}
  686. m_SortingLayerID: 0
  687. m_SortingLayer: 0
  688. m_SortingOrder: 0
  689. m_Sprite: {fileID: 21300000, guid: 718074e4e56a5404e824bf8e6571ea7d, type: 3}
  690. m_Color: {r: 1, g: 0, b: 0, a: 1}
  691. m_FlipX: 0
  692. m_FlipY: 0
  693. m_DrawMode: 0
  694. m_Size: {x: 1, y: 1}
  695. m_AdaptiveModeThreshold: 0.5
  696. m_SpriteTileMode: 0
  697. m_WasSpriteAssigned: 1
  698. m_MaskInteraction: 0
  699. --- !u!1 &1387304064
  700. GameObject:
  701. m_ObjectHideFlags: 0
  702. m_PrefabParentObject: {fileID: 0}
  703. m_PrefabInternal: {fileID: 0}
  704. serializedVersion: 5
  705. m_Component:
  706. - component: {fileID: 1387304066}
  707. - component: {fileID: 1387304065}
  708. - component: {fileID: 1387304067}
  709. m_Layer: 0
  710. m_Name: '[LIGHT] Rotating light'
  711. m_TagString: Untagged
  712. m_Icon: {fileID: 5132851093641282708, guid: 0000000000000000d000000000000000, type: 0}
  713. m_NavMeshLayer: 0
  714. m_StaticEditorFlags: 0
  715. m_IsActive: 1
  716. --- !u!108 &1387304065
  717. Light:
  718. m_ObjectHideFlags: 0
  719. m_PrefabParentObject: {fileID: 0}
  720. m_PrefabInternal: {fileID: 0}
  721. m_GameObject: {fileID: 1387304064}
  722. m_Enabled: 1
  723. serializedVersion: 8
  724. m_Type: 1
  725. m_Color: {r: 1, g: 0.14482759, b: 0, a: 1}
  726. m_Intensity: 1.96
  727. m_Range: 10
  728. m_SpotAngle: 30
  729. m_CookieSize: 10
  730. m_Shadows:
  731. m_Type: 0
  732. m_Resolution: -1
  733. m_CustomResolution: -1
  734. m_Strength: 1
  735. m_Bias: 0.05
  736. m_NormalBias: 0.4
  737. m_NearPlane: 0.2
  738. m_Cookie: {fileID: 0}
  739. m_DrawHalo: 0
  740. m_Flare: {fileID: 0}
  741. m_RenderMode: 0
  742. m_CullingMask:
  743. serializedVersion: 2
  744. m_Bits: 4294967295
  745. m_Lightmapping: 4
  746. m_AreaSize: {x: 1, y: 1}
  747. m_BounceIntensity: 1
  748. m_FalloffTable:
  749. m_Table[0]: 0
  750. m_Table[1]: 0
  751. m_Table[2]: 0
  752. m_Table[3]: 0
  753. m_Table[4]: 0
  754. m_Table[5]: 0
  755. m_Table[6]: 0
  756. m_Table[7]: 0
  757. m_Table[8]: 0
  758. m_Table[9]: 0
  759. m_Table[10]: 0
  760. m_Table[11]: 0
  761. m_Table[12]: 0
  762. m_ColorTemperature: 6570
  763. m_UseColorTemperature: 0
  764. m_ShadowRadius: 0
  765. m_ShadowAngle: 0
  766. --- !u!4 &1387304066
  767. Transform:
  768. m_ObjectHideFlags: 0
  769. m_PrefabParentObject: {fileID: 0}
  770. m_PrefabInternal: {fileID: 0}
  771. m_GameObject: {fileID: 1387304064}
  772. m_LocalRotation: {x: -0.7059173, y: -0.04099956, z: 0.705917, w: -0.04099958}
  773. m_LocalPosition: {x: 0.077, y: 3.594, z: 0}
  774. m_LocalScale: {x: 1, y: 1, z: 1}
  775. m_Children:
  776. - {fileID: 1313996753}
  777. - {fileID: 1443231423}
  778. m_Father: {fileID: 195821303}
  779. m_RootOrder: 2
  780. m_LocalEulerAnglesHint: {x: -186.648, y: 89.99999, z: 0}
  781. --- !u!114 &1387304067
  782. MonoBehaviour:
  783. m_ObjectHideFlags: 0
  784. m_PrefabParentObject: {fileID: 0}
  785. m_PrefabInternal: {fileID: 0}
  786. m_GameObject: {fileID: 1387304064}
  787. m_Enabled: 1
  788. m_EditorHideFlags: 0
  789. m_Script: {fileID: 11500000, guid: 12e291cb54756d04c9dd53ad6e00a126, type: 3}
  790. m_Name:
  791. m_EditorClassIdentifier:
  792. direction: {x: 1, y: 0, z: 0}
  793. speed: 1.5
  794. --- !u!1 &1443231422
  795. GameObject:
  796. m_ObjectHideFlags: 0
  797. m_PrefabParentObject: {fileID: 0}
  798. m_PrefabInternal: {fileID: 0}
  799. serializedVersion: 5
  800. m_Component:
  801. - component: {fileID: 1443231423}
  802. - component: {fileID: 1443231424}
  803. m_Layer: 0
  804. m_Name: New Sprite (1)
  805. m_TagString: Untagged
  806. m_Icon: {fileID: 0}
  807. m_NavMeshLayer: 0
  808. m_StaticEditorFlags: 0
  809. m_IsActive: 1
  810. --- !u!4 &1443231423
  811. Transform:
  812. m_ObjectHideFlags: 0
  813. m_PrefabParentObject: {fileID: 0}
  814. m_PrefabInternal: {fileID: 0}
  815. m_GameObject: {fileID: 1443231422}
  816. m_LocalRotation: {x: 0, y: 0.7071068, z: 0, w: 0.70710677}
  817. m_LocalPosition: {x: 0, y: 0.015, z: -0.234}
  818. m_LocalScale: {x: 1.5390148, y: 1.5390143, z: 1.5390143}
  819. m_Children: []
  820. m_Father: {fileID: 1387304066}
  821. m_RootOrder: 1
  822. m_LocalEulerAnglesHint: {x: 0, y: 90.00001, z: 0}
  823. --- !u!212 &1443231424
  824. SpriteRenderer:
  825. m_ObjectHideFlags: 0
  826. m_PrefabParentObject: {fileID: 0}
  827. m_PrefabInternal: {fileID: 0}
  828. m_GameObject: {fileID: 1443231422}
  829. m_Enabled: 1
  830. m_CastShadows: 0
  831. m_ReceiveShadows: 0
  832. m_MotionVectors: 1
  833. m_LightProbeUsage: 0
  834. m_ReflectionProbeUsage: 0
  835. m_Materials:
  836. - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
  837. m_StaticBatchInfo:
  838. firstSubMesh: 0
  839. subMeshCount: 0
  840. m_StaticBatchRoot: {fileID: 0}
  841. m_ProbeAnchor: {fileID: 0}
  842. m_LightProbeVolumeOverride: {fileID: 0}
  843. m_ScaleInLightmap: 1
  844. m_PreserveUVs: 0
  845. m_IgnoreNormalsForChartDetection: 0
  846. m_ImportantGI: 0
  847. m_SelectedEditorRenderState: 0
  848. m_MinimumChartSize: 4
  849. m_AutoUVMaxDistance: 0.5
  850. m_AutoUVMaxAngle: 89
  851. m_LightmapParameters: {fileID: 0}
  852. m_SortingLayerID: 0
  853. m_SortingLayer: 0
  854. m_SortingOrder: 7
  855. m_Sprite: {fileID: 21300000, guid: 718074e4e56a5404e824bf8e6571ea7d, type: 3}
  856. m_Color: {r: 0, g: 0, b: 0, a: 1}
  857. m_FlipX: 0
  858. m_FlipY: 0
  859. m_DrawMode: 0
  860. m_Size: {x: 1, y: 1}
  861. m_AdaptiveModeThreshold: 0.5
  862. m_SpriteTileMode: 0
  863. m_WasSpriteAssigned: 1
  864. m_MaskInteraction: 0
  865. --- !u!1 &1537129159
  866. GameObject:
  867. m_ObjectHideFlags: 0
  868. m_PrefabParentObject: {fileID: 0}
  869. m_PrefabInternal: {fileID: 0}
  870. serializedVersion: 5
  871. m_Component:
  872. - component: {fileID: 1537129162}
  873. - component: {fileID: 1537129161}
  874. - component: {fileID: 1537129160}
  875. m_Layer: 0
  876. m_Name: EventSystem
  877. m_TagString: Untagged
  878. m_Icon: {fileID: 0}
  879. m_NavMeshLayer: 0
  880. m_StaticEditorFlags: 0
  881. m_IsActive: 1
  882. --- !u!114 &1537129160
  883. MonoBehaviour:
  884. m_ObjectHideFlags: 0
  885. m_PrefabParentObject: {fileID: 0}
  886. m_PrefabInternal: {fileID: 0}
  887. m_GameObject: {fileID: 1537129159}
  888. m_Enabled: 1
  889. m_EditorHideFlags: 0
  890. m_Script: {fileID: 1077351063, guid: f70555f144d8491a825f0804e09c671c, type: 3}
  891. m_Name:
  892. m_EditorClassIdentifier:
  893. m_HorizontalAxis: Horizontal
  894. m_VerticalAxis: Vertical
  895. m_SubmitButton: Submit
  896. m_CancelButton: Cancel
  897. m_InputActionsPerSecond: 10
  898. m_RepeatDelay: 0.5
  899. m_ForceModuleActive: 0
  900. --- !u!114 &1537129161
  901. MonoBehaviour:
  902. m_ObjectHideFlags: 0
  903. m_PrefabParentObject: {fileID: 0}
  904. m_PrefabInternal: {fileID: 0}
  905. m_GameObject: {fileID: 1537129159}
  906. m_Enabled: 1
  907. m_EditorHideFlags: 0
  908. m_Script: {fileID: -619905303, guid: f70555f144d8491a825f0804e09c671c, type: 3}
  909. m_Name:
  910. m_EditorClassIdentifier:
  911. m_FirstSelected: {fileID: 0}
  912. m_sendNavigationEvents: 1
  913. m_DragThreshold: 5
  914. --- !u!4 &1537129162
  915. Transform:
  916. m_ObjectHideFlags: 0
  917. m_PrefabParentObject: {fileID: 0}
  918. m_PrefabInternal: {fileID: 0}
  919. m_GameObject: {fileID: 1537129159}
  920. m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
  921. m_LocalPosition: {x: 0, y: 0, z: 0}
  922. m_LocalScale: {x: 1, y: 1, z: 1}
  923. m_Children: []
  924. m_Father: {fileID: 0}
  925. m_RootOrder: 6
  926. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  927. --- !u!1 &1628453470
  928. GameObject:
  929. m_ObjectHideFlags: 0
  930. m_PrefabParentObject: {fileID: 0}
  931. m_PrefabInternal: {fileID: 0}
  932. serializedVersion: 5
  933. m_Component:
  934. - component: {fileID: 1628453474}
  935. - component: {fileID: 1628453473}
  936. - component: {fileID: 1628453472}
  937. - component: {fileID: 1628453471}
  938. - component: {fileID: 1628453475}
  939. m_Layer: 0
  940. m_Name: stretchyman animated
  941. m_TagString: Untagged
  942. m_Icon: {fileID: 0}
  943. m_NavMeshLayer: 0
  944. m_StaticEditorFlags: 0
  945. m_IsActive: 1
  946. --- !u!114 &1628453471
  947. MonoBehaviour:
  948. m_ObjectHideFlags: 0
  949. m_PrefabParentObject: {fileID: 0}
  950. m_PrefabInternal: {fileID: 0}
  951. m_GameObject: {fileID: 1628453470}
  952. m_Enabled: 1
  953. m_EditorHideFlags: 0
  954. m_Script: {fileID: 11500000, guid: d247ba06193faa74d9335f5481b2b56c, type: 3}
  955. m_Name:
  956. m_EditorClassIdentifier:
  957. skeletonDataAsset: {fileID: 11400000, guid: 162719d41016c854abf0355feb0e14e8, type: 2}
  958. initialSkinName: default
  959. initialFlipX: 0
  960. initialFlipY: 0
  961. separatorSlotNames: []
  962. zSpacing: 0
  963. useClipping: 1
  964. immutableTriangles: 0
  965. pmaVertexColors: 1
  966. clearStateOnDisable: 0
  967. tintBlack: 0
  968. singleSubmesh: 0
  969. addNormals: 0
  970. calculateTangents: 1
  971. maskInteraction: 0
  972. maskMaterials:
  973. materialsMaskDisabled: []
  974. materialsInsideMask: []
  975. materialsOutsideMask: []
  976. disableRenderingOnOverride: 1
  977. _animationName: sneak
  978. loop: 1
  979. timeScale: 0.25
  980. --- !u!23 &1628453472
  981. MeshRenderer:
  982. m_ObjectHideFlags: 0
  983. m_PrefabParentObject: {fileID: 0}
  984. m_PrefabInternal: {fileID: 0}
  985. m_GameObject: {fileID: 1628453470}
  986. m_Enabled: 1
  987. m_CastShadows: 1
  988. m_ReceiveShadows: 1
  989. m_MotionVectors: 1
  990. m_LightProbeUsage: 1
  991. m_ReflectionProbeUsage: 1
  992. m_Materials:
  993. - {fileID: 2100000, guid: 824cfb62bcbe3db49a3ce6db7e3757d1, type: 2}
  994. m_StaticBatchInfo:
  995. firstSubMesh: 0
  996. subMeshCount: 0
  997. m_StaticBatchRoot: {fileID: 0}
  998. m_ProbeAnchor: {fileID: 0}
  999. m_LightProbeVolumeOverride: {fileID: 0}
  1000. m_ScaleInLightmap: 1
  1001. m_PreserveUVs: 0
  1002. m_IgnoreNormalsForChartDetection: 0
  1003. m_ImportantGI: 0
  1004. m_SelectedEditorRenderState: 3
  1005. m_MinimumChartSize: 4
  1006. m_AutoUVMaxDistance: 0.5
  1007. m_AutoUVMaxAngle: 89
  1008. m_LightmapParameters: {fileID: 0}
  1009. m_SortingLayerID: 0
  1010. m_SortingLayer: 0
  1011. m_SortingOrder: 0
  1012. --- !u!33 &1628453473
  1013. MeshFilter:
  1014. m_ObjectHideFlags: 0
  1015. m_PrefabParentObject: {fileID: 0}
  1016. m_PrefabInternal: {fileID: 0}
  1017. m_GameObject: {fileID: 1628453470}
  1018. m_Mesh: {fileID: 0}
  1019. --- !u!4 &1628453474
  1020. Transform:
  1021. m_ObjectHideFlags: 0
  1022. m_PrefabParentObject: {fileID: 0}
  1023. m_PrefabInternal: {fileID: 0}
  1024. m_GameObject: {fileID: 1628453470}
  1025. m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
  1026. m_LocalPosition: {x: -6.47, y: -3.59, z: -1}
  1027. m_LocalScale: {x: 1, y: 1, z: 1}
  1028. m_Children: []
  1029. m_Father: {fileID: 0}
  1030. m_RootOrder: 1
  1031. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  1032. --- !u!210 &1628453475
  1033. SortingGroup:
  1034. m_ObjectHideFlags: 0
  1035. m_PrefabParentObject: {fileID: 0}
  1036. m_PrefabInternal: {fileID: 0}
  1037. m_GameObject: {fileID: 1628453470}
  1038. m_Enabled: 1
  1039. m_SortingLayerID: 0
  1040. m_SortingLayer: 0
  1041. m_SortingOrder: 0
  1042. --- !u!1 &1667748200
  1043. GameObject:
  1044. m_ObjectHideFlags: 0
  1045. m_PrefabParentObject: {fileID: 0}
  1046. m_PrefabInternal: {fileID: 0}
  1047. serializedVersion: 5
  1048. m_Component:
  1049. - component: {fileID: 1667748205}
  1050. - component: {fileID: 1667748204}
  1051. - component: {fileID: 1667748202}
  1052. - component: {fileID: 1667748201}
  1053. m_Layer: 0
  1054. m_Name: Main Camera
  1055. m_TagString: MainCamera
  1056. m_Icon: {fileID: 0}
  1057. m_NavMeshLayer: 0
  1058. m_StaticEditorFlags: 0
  1059. m_IsActive: 1
  1060. --- !u!81 &1667748201
  1061. AudioListener:
  1062. m_ObjectHideFlags: 0
  1063. m_PrefabParentObject: {fileID: 0}
  1064. m_PrefabInternal: {fileID: 0}
  1065. m_GameObject: {fileID: 1667748200}
  1066. m_Enabled: 1
  1067. --- !u!124 &1667748202
  1068. Behaviour:
  1069. m_ObjectHideFlags: 0
  1070. m_PrefabParentObject: {fileID: 0}
  1071. m_PrefabInternal: {fileID: 0}
  1072. m_GameObject: {fileID: 1667748200}
  1073. m_Enabled: 1
  1074. --- !u!20 &1667748204
  1075. Camera:
  1076. m_ObjectHideFlags: 0
  1077. m_PrefabParentObject: {fileID: 0}
  1078. m_PrefabInternal: {fileID: 0}
  1079. m_GameObject: {fileID: 1667748200}
  1080. m_Enabled: 1
  1081. serializedVersion: 2
  1082. m_ClearFlags: 1
  1083. m_BackGroundColor: {r: 0.029411793, g: 0.028979266, b: 0.028979266, a: 0}
  1084. m_NormalizedViewPortRect:
  1085. serializedVersion: 2
  1086. x: 0
  1087. y: 0
  1088. width: 1
  1089. height: 1
  1090. near clip plane: 0.3
  1091. far clip plane: 1000
  1092. field of view: 60
  1093. orthographic: 1
  1094. orthographic size: 5
  1095. m_Depth: -1
  1096. m_CullingMask:
  1097. serializedVersion: 2
  1098. m_Bits: 4294967295
  1099. m_RenderingPath: -1
  1100. m_TargetTexture: {fileID: 0}
  1101. m_TargetDisplay: 0
  1102. m_TargetEye: 3
  1103. m_HDR: 0
  1104. m_AllowMSAA: 1
  1105. m_ForceIntoRT: 0
  1106. m_OcclusionCulling: 1
  1107. m_StereoConvergence: 10
  1108. m_StereoSeparation: 0.022
  1109. m_StereoMirrorMode: 0
  1110. --- !u!4 &1667748205
  1111. Transform:
  1112. m_ObjectHideFlags: 0
  1113. m_PrefabParentObject: {fileID: 0}
  1114. m_PrefabInternal: {fileID: 0}
  1115. m_GameObject: {fileID: 1667748200}
  1116. m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
  1117. m_LocalPosition: {x: 0, y: 0, z: -10}
  1118. m_LocalScale: {x: 1, y: 1, z: 1}
  1119. m_Children: []
  1120. m_Father: {fileID: 0}
  1121. m_RootOrder: 0
  1122. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  1123. --- !u!1 &2107709633
  1124. GameObject:
  1125. m_ObjectHideFlags: 0
  1126. m_PrefabParentObject: {fileID: 0}
  1127. m_PrefabInternal: {fileID: 0}
  1128. serializedVersion: 5
  1129. m_Component:
  1130. - component: {fileID: 2107709637}
  1131. - component: {fileID: 2107709636}
  1132. - component: {fileID: 2107709635}
  1133. - component: {fileID: 2107709634}
  1134. m_Layer: 5
  1135. m_Name: Canvas
  1136. m_TagString: Untagged
  1137. m_Icon: {fileID: 0}
  1138. m_NavMeshLayer: 0
  1139. m_StaticEditorFlags: 0
  1140. m_IsActive: 1
  1141. --- !u!114 &2107709634
  1142. MonoBehaviour:
  1143. m_ObjectHideFlags: 0
  1144. m_PrefabParentObject: {fileID: 0}
  1145. m_PrefabInternal: {fileID: 0}
  1146. m_GameObject: {fileID: 2107709633}
  1147. m_Enabled: 1
  1148. m_EditorHideFlags: 0
  1149. m_Script: {fileID: 1301386320, guid: f70555f144d8491a825f0804e09c671c, type: 3}
  1150. m_Name:
  1151. m_EditorClassIdentifier:
  1152. m_IgnoreReversedGraphics: 1
  1153. m_BlockingObjects: 0
  1154. m_BlockingMask:
  1155. serializedVersion: 2
  1156. m_Bits: 4294967295
  1157. --- !u!114 &2107709635
  1158. MonoBehaviour:
  1159. m_ObjectHideFlags: 0
  1160. m_PrefabParentObject: {fileID: 0}
  1161. m_PrefabInternal: {fileID: 0}
  1162. m_GameObject: {fileID: 2107709633}
  1163. m_Enabled: 1
  1164. m_EditorHideFlags: 0
  1165. m_Script: {fileID: 1980459831, guid: f70555f144d8491a825f0804e09c671c, type: 3}
  1166. m_Name:
  1167. m_EditorClassIdentifier:
  1168. m_UiScaleMode: 0
  1169. m_ReferencePixelsPerUnit: 100
  1170. m_ScaleFactor: 1
  1171. m_ReferenceResolution: {x: 800, y: 600}
  1172. m_ScreenMatchMode: 0
  1173. m_MatchWidthOrHeight: 0
  1174. m_PhysicalUnit: 3
  1175. m_FallbackScreenDPI: 96
  1176. m_DefaultSpriteDPI: 96
  1177. m_DynamicPixelsPerUnit: 1
  1178. --- !u!223 &2107709636
  1179. Canvas:
  1180. m_ObjectHideFlags: 0
  1181. m_PrefabParentObject: {fileID: 0}
  1182. m_PrefabInternal: {fileID: 0}
  1183. m_GameObject: {fileID: 2107709633}
  1184. m_Enabled: 1
  1185. serializedVersion: 3
  1186. m_RenderMode: 0
  1187. m_Camera: {fileID: 0}
  1188. m_PlaneDistance: 100
  1189. m_PixelPerfect: 0
  1190. m_ReceivesEvents: 1
  1191. m_OverrideSorting: 0
  1192. m_OverridePixelPerfect: 0
  1193. m_SortingBucketNormalizedSize: 0
  1194. m_AdditionalShaderChannelsFlag: 0
  1195. m_SortingLayerID: 0
  1196. m_SortingOrder: 0
  1197. m_TargetDisplay: 0
  1198. --- !u!224 &2107709637
  1199. RectTransform:
  1200. m_ObjectHideFlags: 0
  1201. m_PrefabParentObject: {fileID: 0}
  1202. m_PrefabInternal: {fileID: 0}
  1203. m_GameObject: {fileID: 2107709633}
  1204. m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
  1205. m_LocalPosition: {x: 0, y: 0, z: 0}
  1206. m_LocalScale: {x: 0, y: 0, z: 0}
  1207. m_Children:
  1208. - {fileID: 394849623}
  1209. m_Father: {fileID: 0}
  1210. m_RootOrder: 5
  1211. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  1212. m_AnchorMin: {x: 0, y: 0}
  1213. m_AnchorMax: {x: 0, y: 0}
  1214. m_AnchoredPosition: {x: 0, y: 0}
  1215. m_SizeDelta: {x: 0, y: 0}
  1216. m_Pivot: {x: 0, y: 0}