暫無描述
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7_dungeon.unity 20KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755
  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.212, g: 0.227, b: 0.259, 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: 0
  28. m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1}
  29. m_SkyboxMaterial: {fileID: 10304, guid: 0000000000000000f000000000000000, type: 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.44657898, g: 0.4964133, b: 0.5748178, 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: 1
  56. m_LightmapEditorSettings:
  57. serializedVersion: 12
  58. m_Resolution: 2
  59. m_BakeResolution: 40
  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: 1
  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: 512
  79. m_PVRBounces: 2
  80. m_PVREnvironmentSampleCount: 512
  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: 969426101}
  102. --- !u!196 &5
  103. NavMeshSettings:
  104. serializedVersion: 2
  105. m_ObjectHideFlags: 0
  106. m_BuildSettings:
  107. serializedVersion: 3
  108. agentTypeID: 0
  109. agentRadius: 0.5
  110. agentHeight: 2
  111. agentSlope: 45
  112. agentClimb: 0.4
  113. ledgeDropHeight: 0
  114. maxJumpAcrossDistance: 0
  115. minRegionArea: 2
  116. manualCellSize: 0
  117. cellSize: 0.16666667
  118. manualTileSize: 0
  119. tileSize: 256
  120. buildHeightMesh: 0
  121. maxJobWorkers: 0
  122. preserveTilesOutsideBounds: 0
  123. debug:
  124. m_Flags: 0
  125. m_NavMeshData: {fileID: 0}
  126. --- !u!1 &172077183
  127. GameObject:
  128. m_ObjectHideFlags: 0
  129. m_CorrespondingSourceObject: {fileID: 0}
  130. m_PrefabInstance: {fileID: 0}
  131. m_PrefabAsset: {fileID: 0}
  132. serializedVersion: 6
  133. m_Component:
  134. - component: {fileID: 172077185}
  135. - component: {fileID: 172077184}
  136. m_Layer: 0
  137. m_Name: Directional Light
  138. m_TagString: Untagged
  139. m_Icon: {fileID: 0}
  140. m_NavMeshLayer: 0
  141. m_StaticEditorFlags: 0
  142. m_IsActive: 1
  143. --- !u!108 &172077184
  144. Light:
  145. m_ObjectHideFlags: 0
  146. m_CorrespondingSourceObject: {fileID: 0}
  147. m_PrefabInstance: {fileID: 0}
  148. m_PrefabAsset: {fileID: 0}
  149. m_GameObject: {fileID: 172077183}
  150. m_Enabled: 1
  151. serializedVersion: 10
  152. m_Type: 1
  153. m_Shape: 0
  154. m_Color: {r: 1, g: 0.95686275, b: 0.8392157, a: 1}
  155. m_Intensity: 1
  156. m_Range: 10
  157. m_SpotAngle: 30
  158. m_InnerSpotAngle: 21.80208
  159. m_CookieSize: 10
  160. m_Shadows:
  161. m_Type: 2
  162. m_Resolution: -1
  163. m_CustomResolution: -1
  164. m_Strength: 1
  165. m_Bias: 0.05
  166. m_NormalBias: 0.4
  167. m_NearPlane: 0.2
  168. m_CullingMatrixOverride:
  169. e00: 1
  170. e01: 0
  171. e02: 0
  172. e03: 0
  173. e10: 0
  174. e11: 1
  175. e12: 0
  176. e13: 0
  177. e20: 0
  178. e21: 0
  179. e22: 1
  180. e23: 0
  181. e30: 0
  182. e31: 0
  183. e32: 0
  184. e33: 1
  185. m_UseCullingMatrixOverride: 0
  186. m_Cookie: {fileID: 0}
  187. m_DrawHalo: 0
  188. m_Flare: {fileID: 0}
  189. m_RenderMode: 0
  190. m_CullingMask:
  191. serializedVersion: 2
  192. m_Bits: 4294967295
  193. m_RenderingLayerMask: 1
  194. m_Lightmapping: 4
  195. m_LightShadowCasterMode: 0
  196. m_AreaSize: {x: 1, y: 1}
  197. m_BounceIntensity: 1
  198. m_ColorTemperature: 6570
  199. m_UseColorTemperature: 0
  200. m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0}
  201. m_UseBoundingSphereOverride: 0
  202. m_UseViewFrustumForShadowCasterCull: 1
  203. m_ShadowRadius: 0
  204. m_ShadowAngle: 0
  205. --- !u!4 &172077185
  206. Transform:
  207. m_ObjectHideFlags: 0
  208. m_CorrespondingSourceObject: {fileID: 0}
  209. m_PrefabInstance: {fileID: 0}
  210. m_PrefabAsset: {fileID: 0}
  211. m_GameObject: {fileID: 172077183}
  212. m_LocalRotation: {x: 0.40821794, y: -0.23456973, z: 0.109381676, w: 0.87542605}
  213. m_LocalPosition: {x: 0, y: 3, z: 0}
  214. m_LocalScale: {x: 1, y: 1, z: 1}
  215. m_ConstrainProportionsScale: 0
  216. m_Children: []
  217. m_Father: {fileID: 0}
  218. m_RootOrder: 1
  219. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  220. --- !u!1 &643401653
  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: 643401655}
  229. - component: {fileID: 643401654}
  230. m_Layer: 0
  231. m_Name: Dungeon
  232. m_TagString: Untagged
  233. m_Icon: {fileID: 0}
  234. m_NavMeshLayer: 0
  235. m_StaticEditorFlags: 0
  236. m_IsActive: 1
  237. --- !u!114 &643401654
  238. MonoBehaviour:
  239. m_ObjectHideFlags: 0
  240. m_CorrespondingSourceObject: {fileID: 0}
  241. m_PrefabInstance: {fileID: 0}
  242. m_PrefabAsset: {fileID: 0}
  243. m_GameObject: {fileID: 643401653}
  244. m_Enabled: 1
  245. m_EditorHideFlags: 0
  246. m_Script: {fileID: 11500000, guid: c56d911659e3c4b499e11b47a73a4dbb, type: 3}
  247. m_Name:
  248. m_EditorClassIdentifier:
  249. m_Width: 6
  250. m_Height: 6
  251. m_Spacing: 4
  252. m_Tiles:
  253. - {fileID: 322909880060507002, guid: 5261d4eb73238124699d94d00c77e4ed, type: 3}
  254. - {fileID: 9084213800456336721, guid: eac302f53f4e5ea4daf5babd66e7a1bb, type: 3}
  255. - {fileID: 2794281374095486560, guid: 34a33b6f5666ab64dbf8eaed73dbc677, type: 3}
  256. - {fileID: 2736272857052798543, guid: 9f5b0033b1d69084f84192f57fdc9224, type: 3}
  257. - {fileID: 3416381915101621803, guid: 5193382618d54f84b87649b2fbadbb0b, type: 3}
  258. - {fileID: 9195557193813184647, guid: 55df5bb05b3629b44ac9536db6727e7e, type: 3}
  259. - {fileID: 1586495402353180670, guid: 77768f7f5dbb7154f95784b02b8f6664, type: 3}
  260. - {fileID: 3114827535501702207, guid: cec3eb0e2dc6e5644ad75ee41750a4d8, type: 3}
  261. - {fileID: 2720007504608503982, guid: 1e66d2a3cc6511a49b71e7f6589a1d82, type: 3}
  262. - {fileID: 8035405736472004818, guid: 7957d6f8f9172704e96d7e9a01ae30df, type: 3}
  263. - {fileID: 6452985745932607783, guid: 5a42d29fbf7424949aef05b1ffaf7f5d, type: 3}
  264. - {fileID: 4812103721863739304, guid: eb925ae209e72a742a6bebd10c4da798, type: 3}
  265. - {fileID: 897700959621635403, guid: 047629885d0f48940816dd33d83ca9d5, type: 3}
  266. - {fileID: 6653501502531565215, guid: 3535f5eddb6474b4b87035d10881f26a, type: 3}
  267. - {fileID: 6485067274442744112, guid: fd4823febd7d9b2429f5c3ce392bcb7d, type: 3}
  268. - {fileID: 398667924114399975, guid: ee39dcc75bf7d1f48b96f26bff411bef, type: 3}
  269. --- !u!4 &643401655
  270. Transform:
  271. m_ObjectHideFlags: 0
  272. m_CorrespondingSourceObject: {fileID: 0}
  273. m_PrefabInstance: {fileID: 0}
  274. m_PrefabAsset: {fileID: 0}
  275. m_GameObject: {fileID: 643401653}
  276. m_LocalRotation: {x: 0, y: -0.0724137, z: 0, w: 0.9973747}
  277. m_LocalPosition: {x: -0.27, y: 0, z: -2.61}
  278. m_LocalScale: {x: 1, y: 1, z: 1}
  279. m_ConstrainProportionsScale: 0
  280. m_Children: []
  281. m_Father: {fileID: 0}
  282. m_RootOrder: 2
  283. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  284. --- !u!1 &677226639
  285. GameObject:
  286. m_ObjectHideFlags: 0
  287. m_CorrespondingSourceObject: {fileID: 0}
  288. m_PrefabInstance: {fileID: 0}
  289. m_PrefabAsset: {fileID: 0}
  290. serializedVersion: 6
  291. m_Component:
  292. - component: {fileID: 677226640}
  293. - component: {fileID: 677226642}
  294. - component: {fileID: 677226641}
  295. m_Layer: 0
  296. m_Name: Instructions
  297. m_TagString: Untagged
  298. m_Icon: {fileID: 0}
  299. m_NavMeshLayer: 0
  300. m_StaticEditorFlags: 0
  301. m_IsActive: 1
  302. --- !u!4 &677226640
  303. Transform:
  304. m_ObjectHideFlags: 0
  305. m_CorrespondingSourceObject: {fileID: 0}
  306. m_PrefabInstance: {fileID: 0}
  307. m_PrefabAsset: {fileID: 0}
  308. m_GameObject: {fileID: 677226639}
  309. m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
  310. m_LocalPosition: {x: -14, y: 11, z: 20}
  311. m_LocalScale: {x: 1, y: 1, z: 1}
  312. m_ConstrainProportionsScale: 0
  313. m_Children: []
  314. m_Father: {fileID: 899821203}
  315. m_RootOrder: 0
  316. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  317. --- !u!102 &677226641
  318. TextMesh:
  319. serializedVersion: 3
  320. m_ObjectHideFlags: 0
  321. m_CorrespondingSourceObject: {fileID: 0}
  322. m_PrefabInstance: {fileID: 0}
  323. m_PrefabAsset: {fileID: 0}
  324. m_GameObject: {fileID: 677226639}
  325. m_Text: 'Press play to generate maze.
  326. Click on floor to move agent.'
  327. m_OffsetZ: 0
  328. m_CharacterSize: 0.5
  329. m_LineSpacing: 1
  330. m_Anchor: 0
  331. m_Alignment: 0
  332. m_TabSize: 4
  333. m_FontSize: 0
  334. m_FontStyle: 0
  335. m_RichText: 1
  336. m_Font: {fileID: 0}
  337. m_Color:
  338. serializedVersion: 2
  339. rgba: 4294967295
  340. --- !u!23 &677226642
  341. MeshRenderer:
  342. m_ObjectHideFlags: 0
  343. m_CorrespondingSourceObject: {fileID: 0}
  344. m_PrefabInstance: {fileID: 0}
  345. m_PrefabAsset: {fileID: 0}
  346. m_GameObject: {fileID: 677226639}
  347. m_Enabled: 1
  348. m_CastShadows: 1
  349. m_ReceiveShadows: 1
  350. m_DynamicOccludee: 1
  351. m_StaticShadowCaster: 0
  352. m_MotionVectors: 1
  353. m_LightProbeUsage: 1
  354. m_ReflectionProbeUsage: 1
  355. m_RayTracingMode: 2
  356. m_RayTraceProcedural: 0
  357. m_RenderingLayerMask: 1
  358. m_RendererPriority: 0
  359. m_Materials:
  360. - {fileID: 10100, guid: 0000000000000000e000000000000000, type: 0}
  361. m_StaticBatchInfo:
  362. firstSubMesh: 0
  363. subMeshCount: 0
  364. m_StaticBatchRoot: {fileID: 0}
  365. m_ProbeAnchor: {fileID: 0}
  366. m_LightProbeVolumeOverride: {fileID: 0}
  367. m_ScaleInLightmap: 1
  368. m_ReceiveGI: 1
  369. m_PreserveUVs: 0
  370. m_IgnoreNormalsForChartDetection: 0
  371. m_ImportantGI: 0
  372. m_StitchLightmapSeams: 1
  373. m_SelectedEditorRenderState: 3
  374. m_MinimumChartSize: 4
  375. m_AutoUVMaxDistance: 0.5
  376. m_AutoUVMaxAngle: 89
  377. m_LightmapParameters: {fileID: 0}
  378. m_SortingLayerID: 0
  379. m_SortingLayer: 0
  380. m_SortingOrder: 0
  381. m_AdditionalVertexStreams: {fileID: 0}
  382. --- !u!1 &899821198
  383. GameObject:
  384. m_ObjectHideFlags: 0
  385. m_CorrespondingSourceObject: {fileID: 0}
  386. m_PrefabInstance: {fileID: 0}
  387. m_PrefabAsset: {fileID: 0}
  388. serializedVersion: 6
  389. m_Component:
  390. - component: {fileID: 899821203}
  391. - component: {fileID: 899821202}
  392. - component: {fileID: 899821200}
  393. - component: {fileID: 899821199}
  394. m_Layer: 0
  395. m_Name: Main Camera
  396. m_TagString: MainCamera
  397. m_Icon: {fileID: 0}
  398. m_NavMeshLayer: 0
  399. m_StaticEditorFlags: 0
  400. m_IsActive: 1
  401. --- !u!81 &899821199
  402. AudioListener:
  403. m_ObjectHideFlags: 0
  404. m_CorrespondingSourceObject: {fileID: 0}
  405. m_PrefabInstance: {fileID: 0}
  406. m_PrefabAsset: {fileID: 0}
  407. m_GameObject: {fileID: 899821198}
  408. m_Enabled: 1
  409. --- !u!124 &899821200
  410. Behaviour:
  411. m_ObjectHideFlags: 0
  412. m_CorrespondingSourceObject: {fileID: 0}
  413. m_PrefabInstance: {fileID: 0}
  414. m_PrefabAsset: {fileID: 0}
  415. m_GameObject: {fileID: 899821198}
  416. m_Enabled: 1
  417. --- !u!20 &899821202
  418. Camera:
  419. m_ObjectHideFlags: 0
  420. m_CorrespondingSourceObject: {fileID: 0}
  421. m_PrefabInstance: {fileID: 0}
  422. m_PrefabAsset: {fileID: 0}
  423. m_GameObject: {fileID: 899821198}
  424. m_Enabled: 1
  425. serializedVersion: 2
  426. m_ClearFlags: 1
  427. m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0.019607844}
  428. m_projectionMatrixMode: 1
  429. m_GateFitMode: 2
  430. m_FOVAxisMode: 0
  431. m_Iso: 200
  432. m_ShutterSpeed: 0.005
  433. m_Aperture: 16
  434. m_FocusDistance: 10
  435. m_FocalLength: 50
  436. m_BladeCount: 5
  437. m_Curvature: {x: 2, y: 11}
  438. m_BarrelClipping: 0.25
  439. m_Anamorphism: 0
  440. m_SensorSize: {x: 36, y: 24}
  441. m_LensShift: {x: 0, y: 0}
  442. m_NormalizedViewPortRect:
  443. serializedVersion: 2
  444. x: 0
  445. y: 0
  446. width: 1
  447. height: 1
  448. near clip plane: 0.3
  449. far clip plane: 1000
  450. field of view: 60
  451. orthographic: 0
  452. orthographic size: 5
  453. m_Depth: -1
  454. m_CullingMask:
  455. serializedVersion: 2
  456. m_Bits: 4294967295
  457. m_RenderingPath: -1
  458. m_TargetTexture: {fileID: 0}
  459. m_TargetDisplay: 0
  460. m_TargetEye: 3
  461. m_HDR: 0
  462. m_AllowMSAA: 1
  463. m_AllowDynamicResolution: 0
  464. m_ForceIntoRT: 0
  465. m_OcclusionCulling: 1
  466. m_StereoConvergence: 10
  467. m_StereoSeparation: 0.022
  468. --- !u!4 &899821203
  469. Transform:
  470. m_ObjectHideFlags: 0
  471. m_CorrespondingSourceObject: {fileID: 0}
  472. m_PrefabInstance: {fileID: 0}
  473. m_PrefabAsset: {fileID: 0}
  474. m_GameObject: {fileID: 899821198}
  475. m_LocalRotation: {x: 0.44250405, y: -0.005380552, z: 0.0026550672, w: 0.89674646}
  476. m_LocalPosition: {x: 10.194305, y: 20.730028, z: -6.978447}
  477. m_LocalScale: {x: 1, y: 1, z: 1}
  478. m_ConstrainProportionsScale: 0
  479. m_Children:
  480. - {fileID: 677226640}
  481. m_Father: {fileID: 0}
  482. m_RootOrder: 0
  483. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  484. --- !u!850595691 &969426101
  485. LightingSettings:
  486. m_ObjectHideFlags: 0
  487. m_CorrespondingSourceObject: {fileID: 0}
  488. m_PrefabInstance: {fileID: 0}
  489. m_PrefabAsset: {fileID: 0}
  490. m_Name: Settings.lighting
  491. serializedVersion: 6
  492. m_GIWorkflowMode: 1
  493. m_EnableBakedLightmaps: 1
  494. m_EnableRealtimeLightmaps: 1
  495. m_RealtimeEnvironmentLighting: 1
  496. m_BounceScale: 1
  497. m_AlbedoBoost: 1
  498. m_IndirectOutputScale: 1
  499. m_UsingShadowmask: 0
  500. m_BakeBackend: 0
  501. m_LightmapMaxSize: 1024
  502. m_BakeResolution: 40
  503. m_Padding: 2
  504. m_LightmapCompression: 3
  505. m_AO: 0
  506. m_AOMaxDistance: 1
  507. m_CompAOExponent: 0
  508. m_CompAOExponentDirect: 0
  509. m_ExtractAO: 0
  510. m_MixedBakeMode: 1
  511. m_LightmapsBakeMode: 1
  512. m_FilterMode: 1
  513. m_LightmapParameters: {fileID: 15204, guid: 0000000000000000f000000000000000, type: 0}
  514. m_ExportTrainingData: 0
  515. m_TrainingDataDestination: TrainingData
  516. m_RealtimeResolution: 2
  517. m_ForceWhiteAlbedo: 0
  518. m_ForceUpdates: 0
  519. m_FinalGather: 0
  520. m_FinalGatherRayCount: 1024
  521. m_FinalGatherFiltering: 1
  522. m_PVRCulling: 1
  523. m_PVRSampling: 1
  524. m_PVRDirectSampleCount: 32
  525. m_PVRSampleCount: 512
  526. m_PVREnvironmentSampleCount: 512
  527. m_PVREnvironmentReferencePointCount: 2048
  528. m_LightProbeSampleCountMultiplier: 4
  529. m_PVRBounces: 2
  530. m_PVRMinBounces: 2
  531. m_PVREnvironmentImportanceSampling: 0
  532. m_PVRFilteringMode: 0
  533. m_PVRDenoiserTypeDirect: 0
  534. m_PVRDenoiserTypeIndirect: 0
  535. m_PVRDenoiserTypeAO: 0
  536. m_PVRFilterTypeDirect: 0
  537. m_PVRFilterTypeIndirect: 0
  538. m_PVRFilterTypeAO: 0
  539. m_PVRFilteringGaussRadiusDirect: 1
  540. m_PVRFilteringGaussRadiusIndirect: 5
  541. m_PVRFilteringGaussRadiusAO: 2
  542. m_PVRFilteringAtrousPositionSigmaDirect: 0.5
  543. m_PVRFilteringAtrousPositionSigmaIndirect: 2
  544. m_PVRFilteringAtrousPositionSigmaAO: 1
  545. m_PVRTiledBaking: 0
  546. m_NumRaysToShootPerTexel: -1
  547. --- !u!1 &1609977661
  548. GameObject:
  549. m_ObjectHideFlags: 0
  550. m_CorrespondingSourceObject: {fileID: 0}
  551. m_PrefabInstance: {fileID: 0}
  552. m_PrefabAsset: {fileID: 0}
  553. serializedVersion: 6
  554. m_Component:
  555. - component: {fileID: 1609977663}
  556. - component: {fileID: 1609977662}
  557. m_Layer: 0
  558. m_Name: Navigation Sample Initializer
  559. m_TagString: Untagged
  560. m_Icon: {fileID: 0}
  561. m_NavMeshLayer: 0
  562. m_StaticEditorFlags: 0
  563. m_IsActive: 1
  564. --- !u!114 &1609977662
  565. MonoBehaviour:
  566. m_ObjectHideFlags: 0
  567. m_CorrespondingSourceObject: {fileID: 0}
  568. m_PrefabInstance: {fileID: 0}
  569. m_PrefabAsset: {fileID: 0}
  570. m_GameObject: {fileID: 1609977661}
  571. m_Enabled: 1
  572. m_EditorHideFlags: 0
  573. m_Script: {fileID: 11500000, guid: 4b4f798af8320134f8549651d7ea621a, type: 3}
  574. m_Name:
  575. m_EditorClassIdentifier:
  576. settingsState: {fileID: 11400000, guid: 609d2182df172eb43b6b754cc6dcabd2, type: 2}
  577. --- !u!4 &1609977663
  578. Transform:
  579. m_ObjectHideFlags: 0
  580. m_CorrespondingSourceObject: {fileID: 0}
  581. m_PrefabInstance: {fileID: 0}
  582. m_PrefabAsset: {fileID: 0}
  583. m_GameObject: {fileID: 1609977661}
  584. m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
  585. m_LocalPosition: {x: -1.8967056, y: 0.4131565, z: 1.6077461}
  586. m_LocalScale: {x: 1, y: 1, z: 1}
  587. m_ConstrainProportionsScale: 0
  588. m_Children: []
  589. m_Father: {fileID: 0}
  590. m_RootOrder: 4
  591. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  592. --- !u!1 &1670767831
  593. GameObject:
  594. m_ObjectHideFlags: 0
  595. m_CorrespondingSourceObject: {fileID: 0}
  596. m_PrefabInstance: {fileID: 0}
  597. m_PrefabAsset: {fileID: 0}
  598. serializedVersion: 6
  599. m_Component:
  600. - component: {fileID: 1670767836}
  601. - component: {fileID: 1670767835}
  602. - component: {fileID: 1670767834}
  603. - component: {fileID: 1670767833}
  604. - component: {fileID: 1670767832}
  605. - component: {fileID: 1670767837}
  606. - component: {fileID: 1670767838}
  607. m_Layer: 0
  608. m_Name: Agent
  609. m_TagString: Untagged
  610. m_Icon: {fileID: 0}
  611. m_NavMeshLayer: 0
  612. m_StaticEditorFlags: 0
  613. m_IsActive: 1
  614. --- !u!114 &1670767832
  615. MonoBehaviour:
  616. m_ObjectHideFlags: 0
  617. m_CorrespondingSourceObject: {fileID: 0}
  618. m_PrefabInstance: {fileID: 0}
  619. m_PrefabAsset: {fileID: 0}
  620. m_GameObject: {fileID: 1670767831}
  621. m_Enabled: 1
  622. m_EditorHideFlags: 0
  623. m_Script: {fileID: 11500000, guid: c9472e73a59274b9b8da79d72004bd8b, type: 3}
  624. m_Name:
  625. m_EditorClassIdentifier:
  626. --- !u!23 &1670767833
  627. MeshRenderer:
  628. m_ObjectHideFlags: 0
  629. m_CorrespondingSourceObject: {fileID: 0}
  630. m_PrefabInstance: {fileID: 0}
  631. m_PrefabAsset: {fileID: 0}
  632. m_GameObject: {fileID: 1670767831}
  633. m_Enabled: 1
  634. m_CastShadows: 1
  635. m_ReceiveShadows: 1
  636. m_DynamicOccludee: 1
  637. m_StaticShadowCaster: 0
  638. m_MotionVectors: 1
  639. m_LightProbeUsage: 1
  640. m_ReflectionProbeUsage: 1
  641. m_RayTracingMode: 2
  642. m_RayTraceProcedural: 0
  643. m_RenderingLayerMask: 1
  644. m_RendererPriority: 0
  645. m_Materials:
  646. - {fileID: 2100000, guid: c07befab8ca1540368e662cfe2fddf6b, type: 2}
  647. m_StaticBatchInfo:
  648. firstSubMesh: 0
  649. subMeshCount: 0
  650. m_StaticBatchRoot: {fileID: 0}
  651. m_ProbeAnchor: {fileID: 0}
  652. m_LightProbeVolumeOverride: {fileID: 0}
  653. m_ScaleInLightmap: 1
  654. m_ReceiveGI: 1
  655. m_PreserveUVs: 1
  656. m_IgnoreNormalsForChartDetection: 0
  657. m_ImportantGI: 0
  658. m_StitchLightmapSeams: 1
  659. m_SelectedEditorRenderState: 3
  660. m_MinimumChartSize: 4
  661. m_AutoUVMaxDistance: 0.5
  662. m_AutoUVMaxAngle: 89
  663. m_LightmapParameters: {fileID: 0}
  664. m_SortingLayerID: 0
  665. m_SortingLayer: 0
  666. m_SortingOrder: 0
  667. m_AdditionalVertexStreams: {fileID: 0}
  668. --- !u!136 &1670767834
  669. CapsuleCollider:
  670. m_ObjectHideFlags: 0
  671. m_CorrespondingSourceObject: {fileID: 0}
  672. m_PrefabInstance: {fileID: 0}
  673. m_PrefabAsset: {fileID: 0}
  674. m_GameObject: {fileID: 1670767831}
  675. m_Material: {fileID: 0}
  676. m_IncludeLayers:
  677. serializedVersion: 2
  678. m_Bits: 0
  679. m_ExcludeLayers:
  680. serializedVersion: 2
  681. m_Bits: 0
  682. m_LayerOverridePriority: 0
  683. m_IsTrigger: 0
  684. m_ProvidesContacts: 0
  685. m_Enabled: 1
  686. serializedVersion: 2
  687. m_Radius: 0.5
  688. m_Height: 2
  689. m_Direction: 1
  690. m_Center: {x: 0, y: 0, z: 0}
  691. --- !u!33 &1670767835
  692. MeshFilter:
  693. m_ObjectHideFlags: 0
  694. m_CorrespondingSourceObject: {fileID: 0}
  695. m_PrefabInstance: {fileID: 0}
  696. m_PrefabAsset: {fileID: 0}
  697. m_GameObject: {fileID: 1670767831}
  698. m_Mesh: {fileID: 10208, guid: 0000000000000000e000000000000000, type: 0}
  699. --- !u!4 &1670767836
  700. Transform:
  701. m_ObjectHideFlags: 0
  702. m_CorrespondingSourceObject: {fileID: 0}
  703. m_PrefabInstance: {fileID: 0}
  704. m_PrefabAsset: {fileID: 0}
  705. m_GameObject: {fileID: 1670767831}
  706. m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
  707. m_LocalPosition: {x: 0, y: 1, z: 0}
  708. m_LocalScale: {x: 1, y: 1, z: 1}
  709. m_ConstrainProportionsScale: 0
  710. m_Children: []
  711. m_Father: {fileID: 0}
  712. m_RootOrder: 3
  713. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  714. --- !u!195 &1670767837
  715. NavMeshAgent:
  716. m_ObjectHideFlags: 0
  717. m_CorrespondingSourceObject: {fileID: 0}
  718. m_PrefabInstance: {fileID: 0}
  719. m_PrefabAsset: {fileID: 0}
  720. m_GameObject: {fileID: 1670767831}
  721. m_Enabled: 1
  722. m_AgentTypeID: 1
  723. m_Radius: 0.5
  724. m_Speed: 3.5
  725. m_Acceleration: 8
  726. avoidancePriority: 50
  727. m_AngularSpeed: 120
  728. m_StoppingDistance: 0
  729. m_AutoTraverseOffMeshLink: 0
  730. m_AutoBraking: 1
  731. m_AutoRepath: 1
  732. m_Height: 2
  733. m_BaseOffset: 1
  734. m_WalkableMask: 4294967295
  735. m_ObstacleAvoidanceType: 0
  736. --- !u!114 &1670767838
  737. MonoBehaviour:
  738. m_ObjectHideFlags: 0
  739. m_CorrespondingSourceObject: {fileID: 0}
  740. m_PrefabInstance: {fileID: 0}
  741. m_PrefabAsset: {fileID: 0}
  742. m_GameObject: {fileID: 1670767831}
  743. m_Enabled: 1
  744. m_EditorHideFlags: 0
  745. m_Script: {fileID: 11500000, guid: 03bc8063c9e95401f9a8a38bc716750d, type: 3}
  746. m_Name:
  747. m_EditorClassIdentifier:
  748. m_Method: 2
  749. m_Curve:
  750. serializedVersion: 2
  751. m_Curve: []
  752. m_PreInfinity: 2
  753. m_PostInfinity: 2
  754. m_RotationOrder: 4