EnemyEngine.prefab 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554
  1. %YAML 1.1
  2. %TAG !u! tag:unity3d.com,2011:
  3. --- !u!1 &175674
  4. GameObject:
  5. m_ObjectHideFlags: 0
  6. m_PrefabParentObject: {fileID: 0}
  7. m_PrefabInternal: {fileID: 100100000}
  8. serializedVersion: 4
  9. m_Component:
  10. - 4: {fileID: 480298}
  11. - 198: {fileID: 19818870}
  12. - 199: {fileID: 19961202}
  13. m_Layer: 0
  14. m_Name: EnemyEngine
  15. m_TagString: Untagged
  16. m_Icon: {fileID: 0}
  17. m_NavMeshLayer: 0
  18. m_StaticEditorFlags: 0
  19. m_IsActive: 1
  20. --- !u!4 &480298
  21. Transform:
  22. m_ObjectHideFlags: 1
  23. m_PrefabParentObject: {fileID: 0}
  24. m_PrefabInternal: {fileID: 100100000}
  25. m_GameObject: {fileID: 175674}
  26. m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
  27. m_LocalPosition: {x: 0, y: 0, z: 0}
  28. m_LocalScale: {x: 1, y: 1, z: 1}
  29. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  30. m_Children: []
  31. m_Father: {fileID: 0}
  32. m_RootOrder: 0
  33. --- !u!198 &19818870
  34. ParticleSystem:
  35. m_ObjectHideFlags: 1
  36. m_PrefabParentObject: {fileID: 0}
  37. m_PrefabInternal: {fileID: 100100000}
  38. m_GameObject: {fileID: 175674}
  39. serializedVersion: 2
  40. lengthInSec: 5
  41. startDelay:
  42. scalar: 0
  43. maxCurve:
  44. serializedVersion: 2
  45. m_Curve:
  46. - time: 0
  47. value: 1
  48. inSlope: 0
  49. outSlope: 0
  50. tangentMode: 0
  51. - time: 1
  52. value: 1
  53. inSlope: 0
  54. outSlope: 0
  55. tangentMode: 0
  56. m_PreInfinity: 2
  57. m_PostInfinity: 2
  58. m_RotationOrder: 4
  59. minCurve:
  60. serializedVersion: 2
  61. m_Curve:
  62. - time: 0
  63. value: 0
  64. inSlope: 0
  65. outSlope: 0
  66. tangentMode: 0
  67. - time: 1
  68. value: 0
  69. inSlope: 0
  70. outSlope: 0
  71. tangentMode: 0
  72. m_PreInfinity: 2
  73. m_PostInfinity: 2
  74. m_RotationOrder: 4
  75. minMaxState: 0
  76. speed: 1
  77. randomSeed: 0
  78. looping: 1
  79. prewarm: 0
  80. playOnAwake: 1
  81. moveWithTransform: 1
  82. scalingMode: 2
  83. InitialModule:
  84. serializedVersion: 2
  85. enabled: 1
  86. startLifetime:
  87. scalar: 0.5
  88. maxCurve:
  89. serializedVersion: 2
  90. m_Curve:
  91. - time: 0
  92. value: 1
  93. inSlope: 0
  94. outSlope: 0
  95. tangentMode: 0
  96. m_PreInfinity: 2
  97. m_PostInfinity: 2
  98. m_RotationOrder: 4
  99. minCurve:
  100. serializedVersion: 2
  101. m_Curve:
  102. - time: 0
  103. value: 0.4
  104. inSlope: 0
  105. outSlope: 0
  106. tangentMode: 0
  107. m_PreInfinity: 2
  108. m_PostInfinity: 2
  109. m_RotationOrder: 4
  110. minMaxState: 3
  111. startSpeed:
  112. scalar: 1.5
  113. maxCurve:
  114. serializedVersion: 2
  115. m_Curve:
  116. - time: 0
  117. value: 1
  118. inSlope: 0
  119. outSlope: 0
  120. tangentMode: 0
  121. m_PreInfinity: 2
  122. m_PostInfinity: 2
  123. m_RotationOrder: 4
  124. minCurve:
  125. serializedVersion: 2
  126. m_Curve:
  127. - time: 0
  128. value: 0.33333334
  129. inSlope: 0
  130. outSlope: 0
  131. tangentMode: 0
  132. m_PreInfinity: 2
  133. m_PostInfinity: 2
  134. m_RotationOrder: 4
  135. minMaxState: 3
  136. startColor:
  137. maxGradient:
  138. key0:
  139. serializedVersion: 2
  140. rgba: 4294967295
  141. key1:
  142. serializedVersion: 2
  143. rgba: 4294967295
  144. key2:
  145. serializedVersion: 2
  146. rgba: 0
  147. key3:
  148. serializedVersion: 2
  149. rgba: 0
  150. key4:
  151. serializedVersion: 2
  152. rgba: 0
  153. key5:
  154. serializedVersion: 2
  155. rgba: 0
  156. key6:
  157. serializedVersion: 2
  158. rgba: 0
  159. key7:
  160. serializedVersion: 2
  161. rgba: 0
  162. ctime0: 0
  163. ctime1: 65535
  164. ctime2: 0
  165. ctime3: 0
  166. ctime4: 0
  167. ctime5: 0
  168. ctime6: 0
  169. ctime7: 0
  170. atime0: 0
  171. atime1: 65535
  172. atime2: 0
  173. atime3: 0
  174. atime4: 0
  175. atime5: 0
  176. atime6: 0
  177. atime7: 0
  178. m_NumColorKeys: 2
  179. m_NumAlphaKeys: 2
  180. minGradient:
  181. key0:
  182. serializedVersion: 2
  183. rgba: 4294967295
  184. key1:
  185. serializedVersion: 2
  186. rgba: 4294967295
  187. key2:
  188. serializedVersion: 2
  189. rgba: 0
  190. key3:
  191. serializedVersion: 2
  192. rgba: 0
  193. key4:
  194. serializedVersion: 2
  195. rgba: 0
  196. key5:
  197. serializedVersion: 2
  198. rgba: 0
  199. key6:
  200. serializedVersion: 2
  201. rgba: 0
  202. key7:
  203. serializedVersion: 2
  204. rgba: 0
  205. ctime0: 0
  206. ctime1: 65535
  207. ctime2: 0
  208. ctime3: 0
  209. ctime4: 0
  210. ctime5: 0
  211. ctime6: 0
  212. ctime7: 0
  213. atime0: 0
  214. atime1: 65535
  215. atime2: 0
  216. atime3: 0
  217. atime4: 0
  218. atime5: 0
  219. atime6: 0
  220. atime7: 0
  221. m_NumColorKeys: 2
  222. m_NumAlphaKeys: 2
  223. minColor:
  224. serializedVersion: 2
  225. rgba: 4294967295
  226. maxColor:
  227. serializedVersion: 2
  228. rgba: 4294967295
  229. minMaxState: 0
  230. startSize:
  231. scalar: 0.33
  232. maxCurve:
  233. serializedVersion: 2
  234. m_Curve:
  235. - time: 0
  236. value: 1
  237. inSlope: 0
  238. outSlope: 0
  239. tangentMode: 0
  240. m_PreInfinity: 2
  241. m_PostInfinity: 2
  242. m_RotationOrder: 4
  243. minCurve:
  244. serializedVersion: 2
  245. m_Curve:
  246. - time: 0
  247. value: 0.25
  248. inSlope: 0
  249. outSlope: 0
  250. tangentMode: 0
  251. m_PreInfinity: 2
  252. m_PostInfinity: 2
  253. m_RotationOrder: 4
  254. minMaxState: 0
  255. startRotationX:
  256. scalar: 0
  257. maxCurve:
  258. serializedVersion: 2
  259. m_Curve:
  260. - time: 0
  261. value: 1
  262. inSlope: 0
  263. outSlope: 0
  264. tangentMode: 0
  265. - time: 1
  266. value: 1
  267. inSlope: 0
  268. outSlope: 0
  269. tangentMode: 0
  270. m_PreInfinity: 2
  271. m_PostInfinity: 2
  272. m_RotationOrder: 4
  273. minCurve:
  274. serializedVersion: 2
  275. m_Curve:
  276. - time: 0
  277. value: 0
  278. inSlope: 0
  279. outSlope: 0
  280. tangentMode: 0
  281. - time: 1
  282. value: 0
  283. inSlope: 0
  284. outSlope: 0
  285. tangentMode: 0
  286. m_PreInfinity: 2
  287. m_PostInfinity: 2
  288. m_RotationOrder: 4
  289. minMaxState: 0
  290. startRotationY:
  291. scalar: 0
  292. maxCurve:
  293. serializedVersion: 2
  294. m_Curve:
  295. - time: 0
  296. value: 1
  297. inSlope: 0
  298. outSlope: 0
  299. tangentMode: 0
  300. - time: 1
  301. value: 1
  302. inSlope: 0
  303. outSlope: 0
  304. tangentMode: 0
  305. m_PreInfinity: 2
  306. m_PostInfinity: 2
  307. m_RotationOrder: 4
  308. minCurve:
  309. serializedVersion: 2
  310. m_Curve:
  311. - time: 0
  312. value: 0
  313. inSlope: 0
  314. outSlope: 0
  315. tangentMode: 0
  316. - time: 1
  317. value: 0
  318. inSlope: 0
  319. outSlope: 0
  320. tangentMode: 0
  321. m_PreInfinity: 2
  322. m_PostInfinity: 2
  323. m_RotationOrder: 4
  324. minMaxState: 0
  325. startRotation:
  326. scalar: 0
  327. maxCurve:
  328. serializedVersion: 2
  329. m_Curve:
  330. - time: 0
  331. value: 1
  332. inSlope: 0
  333. outSlope: 0
  334. tangentMode: 0
  335. - time: 1
  336. value: 1
  337. inSlope: 0
  338. outSlope: 0
  339. tangentMode: 0
  340. m_PreInfinity: 2
  341. m_PostInfinity: 2
  342. m_RotationOrder: 4
  343. minCurve:
  344. serializedVersion: 2
  345. m_Curve:
  346. - time: 0
  347. value: 0
  348. inSlope: 0
  349. outSlope: 0
  350. tangentMode: 0
  351. - time: 1
  352. value: 0
  353. inSlope: 0
  354. outSlope: 0
  355. tangentMode: 0
  356. m_PreInfinity: 2
  357. m_PostInfinity: 2
  358. m_RotationOrder: 4
  359. minMaxState: 0
  360. randomizeRotationDirection: 0
  361. gravityModifier: 0
  362. maxNumParticles: 20
  363. rotation3D: 0
  364. ShapeModule:
  365. serializedVersion: 2
  366. enabled: 1
  367. type: 5
  368. radius: 0.2
  369. angle: 25
  370. length: 5
  371. boxX: 0
  372. boxY: 0
  373. boxZ: 0
  374. arc: 360
  375. placementMode: 0
  376. m_Mesh: {fileID: 0}
  377. m_MeshRenderer: {fileID: 0}
  378. m_SkinnedMeshRenderer: {fileID: 0}
  379. m_MeshMaterialIndex: 0
  380. m_MeshNormalOffset: 0
  381. m_UseMeshMaterialIndex: 0
  382. m_UseMeshColors: 1
  383. randomDirection: 0
  384. EmissionModule:
  385. enabled: 1
  386. serializedVersion: 2
  387. m_Type: 0
  388. rate:
  389. scalar: 20
  390. maxCurve:
  391. serializedVersion: 2
  392. m_Curve:
  393. - time: 0
  394. value: 1
  395. inSlope: 0
  396. outSlope: 0
  397. tangentMode: 0
  398. - time: 1
  399. value: 1
  400. inSlope: 0
  401. outSlope: 0
  402. tangentMode: 0
  403. m_PreInfinity: 2
  404. m_PostInfinity: 2
  405. m_RotationOrder: 4
  406. minCurve:
  407. serializedVersion: 2
  408. m_Curve:
  409. - time: 0
  410. value: 0
  411. inSlope: 0
  412. outSlope: 0
  413. tangentMode: 0
  414. - time: 1
  415. value: 0
  416. inSlope: 0
  417. outSlope: 0
  418. tangentMode: 0
  419. m_PreInfinity: 2
  420. m_PostInfinity: 2
  421. m_RotationOrder: 4
  422. minMaxState: 0
  423. cnt0: 30
  424. cnt1: 30
  425. cnt2: 30
  426. cnt3: 30
  427. cntmax0: 30
  428. cntmax1: 30
  429. cntmax2: 30
  430. cntmax3: 30
  431. time0: 0
  432. time1: 0
  433. time2: 0
  434. time3: 0
  435. m_BurstCount: 0
  436. SizeModule:
  437. enabled: 1
  438. curve:
  439. scalar: 1
  440. maxCurve:
  441. serializedVersion: 2
  442. m_Curve:
  443. - time: 0
  444. value: 1
  445. inSlope: 0
  446. outSlope: 0
  447. tangentMode: 0
  448. - time: 1
  449. value: 0.76140326
  450. inSlope: 0
  451. outSlope: 0
  452. tangentMode: 0
  453. m_PreInfinity: 2
  454. m_PostInfinity: 2
  455. m_RotationOrder: 4
  456. minCurve:
  457. serializedVersion: 2
  458. m_Curve:
  459. - time: 0
  460. value: 0
  461. inSlope: 0
  462. outSlope: 0
  463. tangentMode: 0
  464. - time: 1
  465. value: 0
  466. inSlope: 0
  467. outSlope: 0
  468. tangentMode: 0
  469. m_PreInfinity: 2
  470. m_PostInfinity: 2
  471. m_RotationOrder: 4
  472. minMaxState: 1
  473. RotationModule:
  474. enabled: 0
  475. x:
  476. scalar: 0
  477. maxCurve:
  478. serializedVersion: 2
  479. m_Curve:
  480. - time: 0
  481. value: 1
  482. inSlope: 0
  483. outSlope: 0
  484. tangentMode: 0
  485. - time: 1
  486. value: 1
  487. inSlope: 0
  488. outSlope: 0
  489. tangentMode: 0
  490. m_PreInfinity: 2
  491. m_PostInfinity: 2
  492. m_RotationOrder: 4
  493. minCurve:
  494. serializedVersion: 2
  495. m_Curve:
  496. - time: 0
  497. value: 0
  498. inSlope: 0
  499. outSlope: 0
  500. tangentMode: 0
  501. - time: 1
  502. value: 0
  503. inSlope: 0
  504. outSlope: 0
  505. tangentMode: 0
  506. m_PreInfinity: 2
  507. m_PostInfinity: 2
  508. m_RotationOrder: 4
  509. minMaxState: 0
  510. y:
  511. scalar: 0
  512. maxCurve:
  513. serializedVersion: 2
  514. m_Curve:
  515. - time: 0
  516. value: 1
  517. inSlope: 0
  518. outSlope: 0
  519. tangentMode: 0
  520. - time: 1
  521. value: 1
  522. inSlope: 0
  523. outSlope: 0
  524. tangentMode: 0
  525. m_PreInfinity: 2
  526. m_PostInfinity: 2
  527. m_RotationOrder: 4
  528. minCurve:
  529. serializedVersion: 2
  530. m_Curve:
  531. - time: 0
  532. value: 0
  533. inSlope: 0
  534. outSlope: 0
  535. tangentMode: 0
  536. - time: 1
  537. value: 0
  538. inSlope: 0
  539. outSlope: 0
  540. tangentMode: 0
  541. m_PreInfinity: 2
  542. m_PostInfinity: 2
  543. m_RotationOrder: 4
  544. minMaxState: 0
  545. curve:
  546. scalar: 0.7853982
  547. maxCurve:
  548. serializedVersion: 2
  549. m_Curve:
  550. - time: 0
  551. value: 1
  552. inSlope: 0
  553. outSlope: 0
  554. tangentMode: 0
  555. - time: 1
  556. value: 1
  557. inSlope: 0
  558. outSlope: 0
  559. tangentMode: 0
  560. m_PreInfinity: 2
  561. m_PostInfinity: 2
  562. m_RotationOrder: 4
  563. minCurve:
  564. serializedVersion: 2
  565. m_Curve:
  566. - time: 0
  567. value: 0
  568. inSlope: 0
  569. outSlope: 0
  570. tangentMode: 0
  571. - time: 1
  572. value: 0
  573. inSlope: 0
  574. outSlope: 0
  575. tangentMode: 0
  576. m_PreInfinity: 2
  577. m_PostInfinity: 2
  578. m_RotationOrder: 4
  579. minMaxState: 0
  580. separateAxes: 0
  581. ColorModule:
  582. enabled: 1
  583. gradient:
  584. maxGradient:
  585. key0:
  586. serializedVersion: 2
  587. rgba: 4294967295
  588. key1:
  589. serializedVersion: 2
  590. rgba: 16777088
  591. key2:
  592. serializedVersion: 2
  593. rgba: 16725504
  594. key3:
  595. serializedVersion: 2
  596. rgba: 0
  597. key4:
  598. serializedVersion: 2
  599. rgba: 0
  600. key5:
  601. serializedVersion: 2
  602. rgba: 0
  603. key6:
  604. serializedVersion: 2
  605. rgba: 0
  606. key7:
  607. serializedVersion: 2
  608. rgba: 0
  609. ctime0: 0
  610. ctime1: 10601
  611. ctime2: 54356
  612. ctime3: 65535
  613. ctime4: 65535
  614. ctime5: 65535
  615. ctime6: 0
  616. ctime7: 0
  617. atime0: 0
  618. atime1: 65535
  619. atime2: 65535
  620. atime3: 0
  621. atime4: 0
  622. atime5: 0
  623. atime6: 0
  624. atime7: 0
  625. m_NumColorKeys: 4
  626. m_NumAlphaKeys: 2
  627. minGradient:
  628. key0:
  629. serializedVersion: 2
  630. rgba: 4294967295
  631. key1:
  632. serializedVersion: 2
  633. rgba: 4294967295
  634. key2:
  635. serializedVersion: 2
  636. rgba: 0
  637. key3:
  638. serializedVersion: 2
  639. rgba: 0
  640. key4:
  641. serializedVersion: 2
  642. rgba: 0
  643. key5:
  644. serializedVersion: 2
  645. rgba: 0
  646. key6:
  647. serializedVersion: 2
  648. rgba: 0
  649. key7:
  650. serializedVersion: 2
  651. rgba: 0
  652. ctime0: 0
  653. ctime1: 65535
  654. ctime2: 0
  655. ctime3: 0
  656. ctime4: 0
  657. ctime5: 0
  658. ctime6: 0
  659. ctime7: 0
  660. atime0: 0
  661. atime1: 65535
  662. atime2: 0
  663. atime3: 0
  664. atime4: 0
  665. atime5: 0
  666. atime6: 0
  667. atime7: 0
  668. m_NumColorKeys: 2
  669. m_NumAlphaKeys: 2
  670. minColor:
  671. serializedVersion: 2
  672. rgba: 4294967295
  673. maxColor:
  674. serializedVersion: 2
  675. rgba: 4294967295
  676. minMaxState: 1
  677. UVModule:
  678. enabled: 0
  679. frameOverTime:
  680. scalar: 0.9999
  681. maxCurve:
  682. serializedVersion: 2
  683. m_Curve:
  684. - time: 0
  685. value: 0
  686. inSlope: 0
  687. outSlope: 1
  688. tangentMode: 0
  689. - time: 1
  690. value: 1
  691. inSlope: 1
  692. outSlope: 0
  693. tangentMode: 0
  694. m_PreInfinity: 2
  695. m_PostInfinity: 2
  696. m_RotationOrder: 4
  697. minCurve:
  698. serializedVersion: 2
  699. m_Curve:
  700. - time: 0
  701. value: 0
  702. inSlope: 0
  703. outSlope: 1
  704. tangentMode: 0
  705. - time: 1
  706. value: 1
  707. inSlope: 1
  708. outSlope: 0
  709. tangentMode: 0
  710. m_PreInfinity: 2
  711. m_PostInfinity: 2
  712. m_RotationOrder: 4
  713. minMaxState: 1
  714. tilesX: 1
  715. tilesY: 1
  716. animationType: 0
  717. rowIndex: 0
  718. cycles: 1
  719. randomRow: 1
  720. VelocityModule:
  721. enabled: 0
  722. x:
  723. scalar: 0
  724. maxCurve:
  725. serializedVersion: 2
  726. m_Curve:
  727. - time: 0
  728. value: 1
  729. inSlope: 0
  730. outSlope: 0
  731. tangentMode: 0
  732. - time: 1
  733. value: 1
  734. inSlope: 0
  735. outSlope: 0
  736. tangentMode: 0
  737. m_PreInfinity: 2
  738. m_PostInfinity: 2
  739. m_RotationOrder: 4
  740. minCurve:
  741. serializedVersion: 2
  742. m_Curve:
  743. - time: 0
  744. value: 0
  745. inSlope: 0
  746. outSlope: 0
  747. tangentMode: 0
  748. - time: 1
  749. value: 0
  750. inSlope: 0
  751. outSlope: 0
  752. tangentMode: 0
  753. m_PreInfinity: 2
  754. m_PostInfinity: 2
  755. m_RotationOrder: 4
  756. minMaxState: 0
  757. y:
  758. scalar: 0
  759. maxCurve:
  760. serializedVersion: 2
  761. m_Curve:
  762. - time: 0
  763. value: 1
  764. inSlope: 0
  765. outSlope: 0
  766. tangentMode: 0
  767. - time: 1
  768. value: 1
  769. inSlope: 0
  770. outSlope: 0
  771. tangentMode: 0
  772. m_PreInfinity: 2
  773. m_PostInfinity: 2
  774. m_RotationOrder: 4
  775. minCurve:
  776. serializedVersion: 2
  777. m_Curve:
  778. - time: 0
  779. value: 0
  780. inSlope: 0
  781. outSlope: 0
  782. tangentMode: 0
  783. - time: 1
  784. value: 0
  785. inSlope: 0
  786. outSlope: 0
  787. tangentMode: 0
  788. m_PreInfinity: 2
  789. m_PostInfinity: 2
  790. m_RotationOrder: 4
  791. minMaxState: 0
  792. z:
  793. scalar: 0
  794. maxCurve:
  795. serializedVersion: 2
  796. m_Curve:
  797. - time: 0
  798. value: 1
  799. inSlope: 0
  800. outSlope: 0
  801. tangentMode: 0
  802. - time: 1
  803. value: 1
  804. inSlope: 0
  805. outSlope: 0
  806. tangentMode: 0
  807. m_PreInfinity: 2
  808. m_PostInfinity: 2
  809. m_RotationOrder: 4
  810. minCurve:
  811. serializedVersion: 2
  812. m_Curve:
  813. - time: 0
  814. value: 0
  815. inSlope: 0
  816. outSlope: 0
  817. tangentMode: 0
  818. - time: 1
  819. value: 0
  820. inSlope: 0
  821. outSlope: 0
  822. tangentMode: 0
  823. m_PreInfinity: 2
  824. m_PostInfinity: 2
  825. m_RotationOrder: 4
  826. minMaxState: 0
  827. inWorldSpace: 0
  828. InheritVelocityModule:
  829. enabled: 1
  830. m_Mode: 0
  831. m_Curve:
  832. scalar: 0.5
  833. maxCurve:
  834. serializedVersion: 2
  835. m_Curve:
  836. - time: 0
  837. value: 1
  838. inSlope: 0
  839. outSlope: 0
  840. tangentMode: 0
  841. - time: 1
  842. value: 1
  843. inSlope: 0
  844. outSlope: 0
  845. tangentMode: 0
  846. m_PreInfinity: 2
  847. m_PostInfinity: 2
  848. m_RotationOrder: 4
  849. minCurve:
  850. serializedVersion: 2
  851. m_Curve:
  852. - time: 0
  853. value: 0
  854. inSlope: 0
  855. outSlope: 0
  856. tangentMode: 0
  857. - time: 1
  858. value: 0
  859. inSlope: 0
  860. outSlope: 0
  861. tangentMode: 0
  862. m_PreInfinity: 2
  863. m_PostInfinity: 2
  864. m_RotationOrder: 4
  865. minMaxState: 0
  866. ForceModule:
  867. enabled: 1
  868. x:
  869. scalar: 0
  870. maxCurve:
  871. serializedVersion: 2
  872. m_Curve:
  873. - time: 0
  874. value: 1
  875. inSlope: 0
  876. outSlope: 0
  877. tangentMode: 0
  878. - time: 1
  879. value: 1
  880. inSlope: 0
  881. outSlope: 0
  882. tangentMode: 0
  883. m_PreInfinity: 2
  884. m_PostInfinity: 2
  885. m_RotationOrder: 4
  886. minCurve:
  887. serializedVersion: 2
  888. m_Curve:
  889. - time: 0
  890. value: 0
  891. inSlope: 0
  892. outSlope: 0
  893. tangentMode: 0
  894. - time: 1
  895. value: 0
  896. inSlope: 0
  897. outSlope: 0
  898. tangentMode: 0
  899. m_PreInfinity: 2
  900. m_PostInfinity: 2
  901. m_RotationOrder: 4
  902. minMaxState: 0
  903. y:
  904. scalar: 0
  905. maxCurve:
  906. serializedVersion: 2
  907. m_Curve:
  908. - time: 0
  909. value: 1
  910. inSlope: 0
  911. outSlope: 0
  912. tangentMode: 0
  913. - time: 1
  914. value: 1
  915. inSlope: 0
  916. outSlope: 0
  917. tangentMode: 0
  918. m_PreInfinity: 2
  919. m_PostInfinity: 2
  920. m_RotationOrder: 4
  921. minCurve:
  922. serializedVersion: 2
  923. m_Curve:
  924. - time: 0
  925. value: 0
  926. inSlope: 0
  927. outSlope: 0
  928. tangentMode: 0
  929. - time: 1
  930. value: 0
  931. inSlope: 0
  932. outSlope: 0
  933. tangentMode: 0
  934. m_PreInfinity: 2
  935. m_PostInfinity: 2
  936. m_RotationOrder: 4
  937. minMaxState: 0
  938. z:
  939. scalar: 2
  940. maxCurve:
  941. serializedVersion: 2
  942. m_Curve:
  943. - time: 0
  944. value: 1
  945. inSlope: 0
  946. outSlope: 0
  947. tangentMode: 0
  948. - time: 1
  949. value: 1
  950. inSlope: 0
  951. outSlope: 0
  952. tangentMode: 0
  953. m_PreInfinity: 2
  954. m_PostInfinity: 2
  955. m_RotationOrder: 4
  956. minCurve:
  957. serializedVersion: 2
  958. m_Curve:
  959. - time: 0
  960. value: 0
  961. inSlope: 0
  962. outSlope: 0
  963. tangentMode: 0
  964. - time: 1
  965. value: 0
  966. inSlope: 0
  967. outSlope: 0
  968. tangentMode: 0
  969. m_PreInfinity: 2
  970. m_PostInfinity: 2
  971. m_RotationOrder: 4
  972. minMaxState: 0
  973. inWorldSpace: 0
  974. randomizePerFrame: 0
  975. ExternalForcesModule:
  976. enabled: 0
  977. multiplier: 1
  978. ClampVelocityModule:
  979. enabled: 0
  980. x:
  981. scalar: 1
  982. maxCurve:
  983. serializedVersion: 2
  984. m_Curve:
  985. - time: 0
  986. value: 1
  987. inSlope: 0
  988. outSlope: 0
  989. tangentMode: 0
  990. - time: 1
  991. value: 1
  992. inSlope: 0
  993. outSlope: 0
  994. tangentMode: 0
  995. m_PreInfinity: 2
  996. m_PostInfinity: 2
  997. m_RotationOrder: 4
  998. minCurve:
  999. serializedVersion: 2
  1000. m_Curve:
  1001. - time: 0
  1002. value: 0
  1003. inSlope: 0
  1004. outSlope: 0
  1005. tangentMode: 0
  1006. - time: 1
  1007. value: 0
  1008. inSlope: 0
  1009. outSlope: 0
  1010. tangentMode: 0
  1011. m_PreInfinity: 2
  1012. m_PostInfinity: 2
  1013. m_RotationOrder: 4
  1014. minMaxState: 0
  1015. y:
  1016. scalar: 1
  1017. maxCurve:
  1018. serializedVersion: 2
  1019. m_Curve:
  1020. - time: 0
  1021. value: 1
  1022. inSlope: 0
  1023. outSlope: 0
  1024. tangentMode: 0
  1025. - time: 1
  1026. value: 1
  1027. inSlope: 0
  1028. outSlope: 0
  1029. tangentMode: 0
  1030. m_PreInfinity: 2
  1031. m_PostInfinity: 2
  1032. m_RotationOrder: 4
  1033. minCurve:
  1034. serializedVersion: 2
  1035. m_Curve:
  1036. - time: 0
  1037. value: 0
  1038. inSlope: 0
  1039. outSlope: 0
  1040. tangentMode: 0
  1041. - time: 1
  1042. value: 0
  1043. inSlope: 0
  1044. outSlope: 0
  1045. tangentMode: 0
  1046. m_PreInfinity: 2
  1047. m_PostInfinity: 2
  1048. m_RotationOrder: 4
  1049. minMaxState: 0
  1050. z:
  1051. scalar: 1
  1052. maxCurve:
  1053. serializedVersion: 2
  1054. m_Curve:
  1055. - time: 0
  1056. value: 1
  1057. inSlope: 0
  1058. outSlope: 0
  1059. tangentMode: 0
  1060. - time: 1
  1061. value: 1
  1062. inSlope: 0
  1063. outSlope: 0
  1064. tangentMode: 0
  1065. m_PreInfinity: 2
  1066. m_PostInfinity: 2
  1067. m_RotationOrder: 4
  1068. minCurve:
  1069. serializedVersion: 2
  1070. m_Curve:
  1071. - time: 0
  1072. value: 0
  1073. inSlope: 0
  1074. outSlope: 0
  1075. tangentMode: 0
  1076. - time: 1
  1077. value: 0
  1078. inSlope: 0
  1079. outSlope: 0
  1080. tangentMode: 0
  1081. m_PreInfinity: 2
  1082. m_PostInfinity: 2
  1083. m_RotationOrder: 4
  1084. minMaxState: 0
  1085. magnitude:
  1086. scalar: 1
  1087. maxCurve:
  1088. serializedVersion: 2
  1089. m_Curve:
  1090. - time: 0
  1091. value: 1
  1092. inSlope: 0
  1093. outSlope: 0
  1094. tangentMode: 0
  1095. - time: 1
  1096. value: 1
  1097. inSlope: 0
  1098. outSlope: 0
  1099. tangentMode: 0
  1100. m_PreInfinity: 2
  1101. m_PostInfinity: 2
  1102. m_RotationOrder: 4
  1103. minCurve:
  1104. serializedVersion: 2
  1105. m_Curve:
  1106. - time: 0
  1107. value: 0
  1108. inSlope: 0
  1109. outSlope: 0
  1110. tangentMode: 0
  1111. - time: 1
  1112. value: 0
  1113. inSlope: 0
  1114. outSlope: 0
  1115. tangentMode: 0
  1116. m_PreInfinity: 2
  1117. m_PostInfinity: 2
  1118. m_RotationOrder: 4
  1119. minMaxState: 0
  1120. separateAxis: 0
  1121. inWorldSpace: 0
  1122. dampen: 1
  1123. SizeBySpeedModule:
  1124. enabled: 0
  1125. curve:
  1126. scalar: 1
  1127. maxCurve:
  1128. serializedVersion: 2
  1129. m_Curve:
  1130. - time: 0
  1131. value: 1
  1132. inSlope: 0
  1133. outSlope: 0
  1134. tangentMode: 0
  1135. - time: 1
  1136. value: 1
  1137. inSlope: 0
  1138. outSlope: 0
  1139. tangentMode: 0
  1140. m_PreInfinity: 2
  1141. m_PostInfinity: 2
  1142. m_RotationOrder: 4
  1143. minCurve:
  1144. serializedVersion: 2
  1145. m_Curve:
  1146. - time: 0
  1147. value: 0
  1148. inSlope: 0
  1149. outSlope: 0
  1150. tangentMode: 0
  1151. - time: 1
  1152. value: 0
  1153. inSlope: 0
  1154. outSlope: 0
  1155. tangentMode: 0
  1156. m_PreInfinity: 2
  1157. m_PostInfinity: 2
  1158. m_RotationOrder: 4
  1159. minMaxState: 1
  1160. range: {x: 0, y: 1}
  1161. RotationBySpeedModule:
  1162. enabled: 0
  1163. x:
  1164. scalar: 0
  1165. maxCurve:
  1166. serializedVersion: 2
  1167. m_Curve:
  1168. - time: 0
  1169. value: 1
  1170. inSlope: 0
  1171. outSlope: 0
  1172. tangentMode: 0
  1173. - time: 1
  1174. value: 1
  1175. inSlope: 0
  1176. outSlope: 0
  1177. tangentMode: 0
  1178. m_PreInfinity: 2
  1179. m_PostInfinity: 2
  1180. m_RotationOrder: 4
  1181. minCurve:
  1182. serializedVersion: 2
  1183. m_Curve:
  1184. - time: 0
  1185. value: 0
  1186. inSlope: 0
  1187. outSlope: 0
  1188. tangentMode: 0
  1189. - time: 1
  1190. value: 0
  1191. inSlope: 0
  1192. outSlope: 0
  1193. tangentMode: 0
  1194. m_PreInfinity: 2
  1195. m_PostInfinity: 2
  1196. m_RotationOrder: 4
  1197. minMaxState: 0
  1198. y:
  1199. scalar: 0
  1200. maxCurve:
  1201. serializedVersion: 2
  1202. m_Curve:
  1203. - time: 0
  1204. value: 1
  1205. inSlope: 0
  1206. outSlope: 0
  1207. tangentMode: 0
  1208. - time: 1
  1209. value: 1
  1210. inSlope: 0
  1211. outSlope: 0
  1212. tangentMode: 0
  1213. m_PreInfinity: 2
  1214. m_PostInfinity: 2
  1215. m_RotationOrder: 4
  1216. minCurve:
  1217. serializedVersion: 2
  1218. m_Curve:
  1219. - time: 0
  1220. value: 0
  1221. inSlope: 0
  1222. outSlope: 0
  1223. tangentMode: 0
  1224. - time: 1
  1225. value: 0
  1226. inSlope: 0
  1227. outSlope: 0
  1228. tangentMode: 0
  1229. m_PreInfinity: 2
  1230. m_PostInfinity: 2
  1231. m_RotationOrder: 4
  1232. minMaxState: 0
  1233. curve:
  1234. scalar: 0.7853982
  1235. maxCurve:
  1236. serializedVersion: 2
  1237. m_Curve:
  1238. - time: 0
  1239. value: 1
  1240. inSlope: 0
  1241. outSlope: 0
  1242. tangentMode: 0
  1243. - time: 1
  1244. value: 1
  1245. inSlope: 0
  1246. outSlope: 0
  1247. tangentMode: 0
  1248. m_PreInfinity: 2
  1249. m_PostInfinity: 2
  1250. m_RotationOrder: 4
  1251. minCurve:
  1252. serializedVersion: 2
  1253. m_Curve:
  1254. - time: 0
  1255. value: 0
  1256. inSlope: 0
  1257. outSlope: 0
  1258. tangentMode: 0
  1259. - time: 1
  1260. value: 0
  1261. inSlope: 0
  1262. outSlope: 0
  1263. tangentMode: 0
  1264. m_PreInfinity: 2
  1265. m_PostInfinity: 2
  1266. m_RotationOrder: 4
  1267. minMaxState: 0
  1268. separateAxes: 0
  1269. range: {x: 0, y: 1}
  1270. ColorBySpeedModule:
  1271. enabled: 0
  1272. gradient:
  1273. maxGradient:
  1274. key0:
  1275. serializedVersion: 2
  1276. rgba: 4294967295
  1277. key1:
  1278. serializedVersion: 2
  1279. rgba: 4294967295
  1280. key2:
  1281. serializedVersion: 2
  1282. rgba: 0
  1283. key3:
  1284. serializedVersion: 2
  1285. rgba: 0
  1286. key4:
  1287. serializedVersion: 2
  1288. rgba: 0
  1289. key5:
  1290. serializedVersion: 2
  1291. rgba: 0
  1292. key6:
  1293. serializedVersion: 2
  1294. rgba: 0
  1295. key7:
  1296. serializedVersion: 2
  1297. rgba: 0
  1298. ctime0: 0
  1299. ctime1: 65535
  1300. ctime2: 0
  1301. ctime3: 0
  1302. ctime4: 0
  1303. ctime5: 0
  1304. ctime6: 0
  1305. ctime7: 0
  1306. atime0: 0
  1307. atime1: 65535
  1308. atime2: 0
  1309. atime3: 0
  1310. atime4: 0
  1311. atime5: 0
  1312. atime6: 0
  1313. atime7: 0
  1314. m_NumColorKeys: 2
  1315. m_NumAlphaKeys: 2
  1316. minGradient:
  1317. key0:
  1318. serializedVersion: 2
  1319. rgba: 4294967295
  1320. key1:
  1321. serializedVersion: 2
  1322. rgba: 4294967295
  1323. key2:
  1324. serializedVersion: 2
  1325. rgba: 0
  1326. key3:
  1327. serializedVersion: 2
  1328. rgba: 0
  1329. key4:
  1330. serializedVersion: 2
  1331. rgba: 0
  1332. key5:
  1333. serializedVersion: 2
  1334. rgba: 0
  1335. key6:
  1336. serializedVersion: 2
  1337. rgba: 0
  1338. key7:
  1339. serializedVersion: 2
  1340. rgba: 0
  1341. ctime0: 0
  1342. ctime1: 65535
  1343. ctime2: 0
  1344. ctime3: 0
  1345. ctime4: 0
  1346. ctime5: 0
  1347. ctime6: 0
  1348. ctime7: 0
  1349. atime0: 0
  1350. atime1: 65535
  1351. atime2: 0
  1352. atime3: 0
  1353. atime4: 0
  1354. atime5: 0
  1355. atime6: 0
  1356. atime7: 0
  1357. m_NumColorKeys: 2
  1358. m_NumAlphaKeys: 2
  1359. minColor:
  1360. serializedVersion: 2
  1361. rgba: 4294967295
  1362. maxColor:
  1363. serializedVersion: 2
  1364. rgba: 4294967295
  1365. minMaxState: 1
  1366. range: {x: 0, y: 1}
  1367. CollisionModule:
  1368. enabled: 0
  1369. serializedVersion: 2
  1370. type: 0
  1371. collisionMode: 0
  1372. plane0: {fileID: 0}
  1373. plane1: {fileID: 0}
  1374. plane2: {fileID: 0}
  1375. plane3: {fileID: 0}
  1376. plane4: {fileID: 0}
  1377. plane5: {fileID: 0}
  1378. m_Dampen:
  1379. scalar: 0
  1380. maxCurve:
  1381. serializedVersion: 2
  1382. m_Curve:
  1383. - time: 0
  1384. value: 1
  1385. inSlope: 0
  1386. outSlope: 0
  1387. tangentMode: 0
  1388. - time: 1
  1389. value: 1
  1390. inSlope: 0
  1391. outSlope: 0
  1392. tangentMode: 0
  1393. m_PreInfinity: 2
  1394. m_PostInfinity: 2
  1395. m_RotationOrder: 4
  1396. minCurve:
  1397. serializedVersion: 2
  1398. m_Curve:
  1399. - time: 0
  1400. value: 0
  1401. inSlope: 0
  1402. outSlope: 0
  1403. tangentMode: 0
  1404. - time: 1
  1405. value: 0
  1406. inSlope: 0
  1407. outSlope: 0
  1408. tangentMode: 0
  1409. m_PreInfinity: 2
  1410. m_PostInfinity: 2
  1411. m_RotationOrder: 4
  1412. minMaxState: 0
  1413. m_Bounce:
  1414. scalar: 1
  1415. maxCurve:
  1416. serializedVersion: 2
  1417. m_Curve:
  1418. - time: 0
  1419. value: 1
  1420. inSlope: 0
  1421. outSlope: 0
  1422. tangentMode: 0
  1423. - time: 1
  1424. value: 1
  1425. inSlope: 0
  1426. outSlope: 0
  1427. tangentMode: 0
  1428. m_PreInfinity: 2
  1429. m_PostInfinity: 2
  1430. m_RotationOrder: 4
  1431. minCurve:
  1432. serializedVersion: 2
  1433. m_Curve:
  1434. - time: 0
  1435. value: 0
  1436. inSlope: 0
  1437. outSlope: 0
  1438. tangentMode: 0
  1439. - time: 1
  1440. value: 0
  1441. inSlope: 0
  1442. outSlope: 0
  1443. tangentMode: 0
  1444. m_PreInfinity: 2
  1445. m_PostInfinity: 2
  1446. m_RotationOrder: 4
  1447. minMaxState: 0
  1448. m_EnergyLossOnCollision:
  1449. scalar: 0
  1450. maxCurve:
  1451. serializedVersion: 2
  1452. m_Curve:
  1453. - time: 0
  1454. value: 1
  1455. inSlope: 0
  1456. outSlope: 0
  1457. tangentMode: 0
  1458. - time: 1
  1459. value: 1
  1460. inSlope: 0
  1461. outSlope: 0
  1462. tangentMode: 0
  1463. m_PreInfinity: 2
  1464. m_PostInfinity: 2
  1465. m_RotationOrder: 4
  1466. minCurve:
  1467. serializedVersion: 2
  1468. m_Curve:
  1469. - time: 0
  1470. value: 0
  1471. inSlope: 0
  1472. outSlope: 0
  1473. tangentMode: 0
  1474. - time: 1
  1475. value: 0
  1476. inSlope: 0
  1477. outSlope: 0
  1478. tangentMode: 0
  1479. m_PreInfinity: 2
  1480. m_PostInfinity: 2
  1481. m_RotationOrder: 4
  1482. minMaxState: 0
  1483. minKillSpeed: 0
  1484. radiusScale: 1
  1485. collidesWith:
  1486. serializedVersion: 2
  1487. m_Bits: 4294967295
  1488. maxCollisionShapes: 256
  1489. quality: 0
  1490. voxelSize: 0.5
  1491. collisionMessages: 0
  1492. collidesWithDynamic: 1
  1493. interiorCollisions: 1
  1494. SubModule:
  1495. enabled: 0
  1496. subEmitterBirth: {fileID: 0}
  1497. subEmitterBirth1: {fileID: 0}
  1498. subEmitterCollision: {fileID: 0}
  1499. subEmitterCollision1: {fileID: 0}
  1500. subEmitterDeath: {fileID: 0}
  1501. subEmitterDeath1: {fileID: 0}
  1502. --- !u!199 &19961202
  1503. ParticleSystemRenderer:
  1504. m_ObjectHideFlags: 1
  1505. m_PrefabParentObject: {fileID: 0}
  1506. m_PrefabInternal: {fileID: 100100000}
  1507. m_GameObject: {fileID: 175674}
  1508. m_Enabled: 1
  1509. m_CastShadows: 1
  1510. m_ReceiveShadows: 1
  1511. m_Materials:
  1512. - {fileID: 2100000, guid: 1b4bad6cea5a94611b21f9757fe41444, type: 2}
  1513. m_SubsetIndices:
  1514. m_StaticBatchRoot: {fileID: 0}
  1515. m_UseLightProbes: 1
  1516. m_ReflectionProbeUsage: 1
  1517. m_ProbeAnchor: {fileID: 0}
  1518. m_ScaleInLightmap: 1
  1519. m_PreserveUVs: 0
  1520. m_IgnoreNormalsForChartDetection: 0
  1521. m_ImportantGI: 0
  1522. m_MinimumChartSize: 4
  1523. m_AutoUVMaxDistance: 0.5
  1524. m_AutoUVMaxAngle: 89
  1525. m_LightmapParameters: {fileID: 0}
  1526. m_SortingLayerID: 0
  1527. m_SortingOrder: 0
  1528. m_RenderMode: 1
  1529. m_SortMode: 0
  1530. m_MinParticleSize: 0
  1531. m_MaxParticleSize: 0.5
  1532. m_CameraVelocityScale: 0
  1533. m_VelocityScale: 0
  1534. m_LengthScale: -1
  1535. m_SortingFudge: 0
  1536. m_NormalDirection: 1
  1537. m_RenderAlignment: 0
  1538. m_Pivot: {x: 0, y: 0, z: 0}
  1539. m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0}
  1540. m_Mesh1: {fileID: 0}
  1541. m_Mesh2: {fileID: 0}
  1542. m_Mesh3: {fileID: 0}
  1543. --- !u!1001 &100100000
  1544. Prefab:
  1545. m_ObjectHideFlags: 1
  1546. serializedVersion: 2
  1547. m_Modification:
  1548. m_TransformParent: {fileID: 0}
  1549. m_Modifications: []
  1550. m_RemovedComponents: []
  1551. m_ParentPrefab: {fileID: 0}
  1552. m_RootGameObject: {fileID: 175674}
  1553. m_IsPrefabParent: 1