暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

CustomScaler.unity 30KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913
  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: 1
  18. m_FogColor: {r: 0.61048496, g: 0.9622642, b: 0.5492168, a: 1}
  19. m_FogMode: 1
  20. m_FogDensity: 0.01
  21. m_LinearFogStart: 0
  22. m_LinearFogEnd: 1000
  23. m_AmbientSkyColor: {r: 0.5943396, g: 0.5943396, b: 0.5943396, 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: 32
  37. m_ReflectionBounces: 1
  38. m_ReflectionIntensity: 1
  39. m_CustomReflection: {fileID: 0}
  40. m_Sun: {fileID: 0}
  41. m_IndirectSpecularColor: {r: 0, g: 0, b: 0, a: 1}
  42. m_UseRadianceAmbientProbe: 0
  43. --- !u!157 &3
  44. LightmapSettings:
  45. m_ObjectHideFlags: 0
  46. serializedVersion: 12
  47. m_GIWorkflowMode: 0
  48. m_GISettings:
  49. serializedVersion: 2
  50. m_BounceScale: 1
  51. m_IndirectOutputScale: 1
  52. m_AlbedoBoost: 1
  53. m_EnvironmentLightingMode: 1
  54. m_EnableBakedLightmaps: 1
  55. m_EnableRealtimeLightmaps: 0
  56. m_LightmapEditorSettings:
  57. serializedVersion: 12
  58. m_Resolution: 2
  59. m_BakeResolution: 15
  60. m_AtlasSize: 512
  61. m_AO: 1
  62. m_AOMaxDistance: 0.5
  63. m_CompAOExponent: 0.44
  64. m_CompAOExponentDirect: 0
  65. m_ExtractAmbientOcclusion: 0
  66. m_Padding: 2
  67. m_LightmapParameters: {fileID: 15201, guid: 0000000000000000f000000000000000,
  68. type: 0}
  69. m_LightmapsBakeMode: 1
  70. m_TextureCompression: 1
  71. m_FinalGather: 0
  72. m_FinalGatherFiltering: 1
  73. m_FinalGatherRayCount: 256
  74. m_ReflectionCompression: 2
  75. m_MixedBakeMode: 0
  76. m_BakeBackend: 1
  77. m_PVRSampling: 1
  78. m_PVRDirectSampleCount: 8
  79. m_PVRSampleCount: 100
  80. m_PVRBounces: 0
  81. m_PVREnvironmentSampleCount: 100
  82. m_PVREnvironmentReferencePointCount: 2048
  83. m_PVRFilteringMode: 0
  84. m_PVRDenoiserTypeDirect: 0
  85. m_PVRDenoiserTypeIndirect: 0
  86. m_PVRDenoiserTypeAO: 0
  87. m_PVRFilterTypeDirect: 0
  88. m_PVRFilterTypeIndirect: 0
  89. m_PVRFilterTypeAO: 0
  90. m_PVREnvironmentMIS: 1
  91. m_PVRCulling: 1
  92. m_PVRFilteringGaussRadiusDirect: 1
  93. m_PVRFilteringGaussRadiusIndirect: 5
  94. m_PVRFilteringGaussRadiusAO: 2
  95. m_PVRFilteringAtrousPositionSigmaDirect: 0.5
  96. m_PVRFilteringAtrousPositionSigmaIndirect: 2
  97. m_PVRFilteringAtrousPositionSigmaAO: 1
  98. m_ExportTrainingData: 0
  99. m_TrainingDataDestination: TrainingData
  100. m_LightProbeSampleCountMultiplier: 4
  101. m_LightingDataAsset: {fileID: 112000000, guid: e4caa9dc453a94837ab8bce313feb249,
  102. type: 2}
  103. m_LightingSettings: {fileID: 1719011255}
  104. --- !u!196 &4
  105. NavMeshSettings:
  106. serializedVersion: 2
  107. m_ObjectHideFlags: 0
  108. m_BuildSettings:
  109. serializedVersion: 2
  110. agentTypeID: 0
  111. agentRadius: 0.5
  112. agentHeight: 2
  113. agentSlope: 45
  114. agentClimb: 0.4
  115. ledgeDropHeight: 0
  116. maxJumpAcrossDistance: 0
  117. minRegionArea: 2
  118. manualCellSize: 0
  119. cellSize: 0.16666667
  120. manualTileSize: 0
  121. tileSize: 256
  122. accuratePlacement: 0
  123. maxJobWorkers: 0
  124. preserveTilesOutsideBounds: 0
  125. debug:
  126. m_Flags: 0
  127. m_NavMeshData: {fileID: 0}
  128. --- !u!1 &73690427
  129. GameObject:
  130. m_ObjectHideFlags: 0
  131. m_CorrespondingSourceObject: {fileID: 0}
  132. m_PrefabInstance: {fileID: 0}
  133. m_PrefabAsset: {fileID: 0}
  134. serializedVersion: 6
  135. m_Component:
  136. - component: {fileID: 73690429}
  137. - component: {fileID: 73690428}
  138. m_Layer: 0
  139. m_Name: Directional Light
  140. m_TagString: Untagged
  141. m_Icon: {fileID: 0}
  142. m_NavMeshLayer: 0
  143. m_StaticEditorFlags: 0
  144. m_IsActive: 1
  145. --- !u!108 &73690428
  146. Light:
  147. m_ObjectHideFlags: 0
  148. m_CorrespondingSourceObject: {fileID: 0}
  149. m_PrefabInstance: {fileID: 0}
  150. m_PrefabAsset: {fileID: 0}
  151. m_GameObject: {fileID: 73690427}
  152. m_Enabled: 1
  153. serializedVersion: 10
  154. m_Type: 1
  155. m_Shape: 0
  156. m_Color: {r: 1, g: 1, b: 1, a: 1}
  157. m_Intensity: 1
  158. m_Range: 10
  159. m_SpotAngle: 30
  160. m_InnerSpotAngle: 21.80208
  161. m_CookieSize: 10
  162. m_Shadows:
  163. m_Type: 2
  164. m_Resolution: 3
  165. m_CustomResolution: -1
  166. m_Strength: 1
  167. m_Bias: 0.05
  168. m_NormalBias: 0.4
  169. m_NearPlane: 0.2
  170. m_CullingMatrixOverride:
  171. e00: 1
  172. e01: 0
  173. e02: 0
  174. e03: 0
  175. e10: 0
  176. e11: 1
  177. e12: 0
  178. e13: 0
  179. e20: 0
  180. e21: 0
  181. e22: 1
  182. e23: 0
  183. e30: 0
  184. e31: 0
  185. e32: 0
  186. e33: 1
  187. m_UseCullingMatrixOverride: 0
  188. m_Cookie: {fileID: 0}
  189. m_DrawHalo: 0
  190. m_Flare: {fileID: 0}
  191. m_RenderMode: 0
  192. m_CullingMask:
  193. serializedVersion: 2
  194. m_Bits: 4294967295
  195. m_RenderingLayerMask: 1
  196. m_Lightmapping: 4
  197. m_LightShadowCasterMode: 0
  198. m_AreaSize: {x: 1, y: 1}
  199. m_BounceIntensity: 0.51
  200. m_ColorTemperature: 6570
  201. m_UseColorTemperature: 0
  202. m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0}
  203. m_UseBoundingSphereOverride: 0
  204. m_UseViewFrustumForShadowCasterCull: 1
  205. m_ShadowRadius: 0
  206. m_ShadowAngle: 0
  207. --- !u!4 &73690429
  208. Transform:
  209. m_ObjectHideFlags: 0
  210. m_CorrespondingSourceObject: {fileID: 0}
  211. m_PrefabInstance: {fileID: 0}
  212. m_PrefabAsset: {fileID: 0}
  213. m_GameObject: {fileID: 73690427}
  214. m_LocalRotation: {x: 0.8339685, y: -0.3416981, z: 0.20167677, w: 0.38349104}
  215. m_LocalPosition: {x: 213.2, y: 142.3, z: 24.7}
  216. m_LocalScale: {x: 1, y: 1, z: 1}
  217. m_ConstrainProportionsScale: 0
  218. m_Children: []
  219. m_Father: {fileID: 0}
  220. m_RootOrder: 0
  221. m_LocalEulerAnglesHint: {x: 51.029, y: -186.785, z: -138.681}
  222. --- !u!1001 &141161788
  223. PrefabInstance:
  224. m_ObjectHideFlags: 0
  225. serializedVersion: 2
  226. m_Modification:
  227. m_TransformParent: {fileID: 0}
  228. m_Modifications:
  229. - target: {fileID: 923911981205582753, guid: 3069d7a3d89ac114ebd23340f086fc31,
  230. type: 3}
  231. propertyPath: m_RootOrder
  232. value: 4
  233. objectReference: {fileID: 0}
  234. - target: {fileID: 923911981205582753, guid: 3069d7a3d89ac114ebd23340f086fc31,
  235. type: 3}
  236. propertyPath: m_LocalPosition.x
  237. value: 0
  238. objectReference: {fileID: 0}
  239. - target: {fileID: 923911981205582753, guid: 3069d7a3d89ac114ebd23340f086fc31,
  240. type: 3}
  241. propertyPath: m_LocalPosition.y
  242. value: 0
  243. objectReference: {fileID: 0}
  244. - target: {fileID: 923911981205582753, guid: 3069d7a3d89ac114ebd23340f086fc31,
  245. type: 3}
  246. propertyPath: m_LocalPosition.z
  247. value: 0
  248. objectReference: {fileID: 0}
  249. - target: {fileID: 923911981205582753, guid: 3069d7a3d89ac114ebd23340f086fc31,
  250. type: 3}
  251. propertyPath: m_LocalRotation.w
  252. value: 1
  253. objectReference: {fileID: 0}
  254. - target: {fileID: 923911981205582753, guid: 3069d7a3d89ac114ebd23340f086fc31,
  255. type: 3}
  256. propertyPath: m_LocalRotation.x
  257. value: 0
  258. objectReference: {fileID: 0}
  259. - target: {fileID: 923911981205582753, guid: 3069d7a3d89ac114ebd23340f086fc31,
  260. type: 3}
  261. propertyPath: m_LocalRotation.y
  262. value: 0
  263. objectReference: {fileID: 0}
  264. - target: {fileID: 923911981205582753, guid: 3069d7a3d89ac114ebd23340f086fc31,
  265. type: 3}
  266. propertyPath: m_LocalRotation.z
  267. value: 0
  268. objectReference: {fileID: 0}
  269. - target: {fileID: 923911981205582753, guid: 3069d7a3d89ac114ebd23340f086fc31,
  270. type: 3}
  271. propertyPath: m_LocalEulerAnglesHint.x
  272. value: 0
  273. objectReference: {fileID: 0}
  274. - target: {fileID: 923911981205582753, guid: 3069d7a3d89ac114ebd23340f086fc31,
  275. type: 3}
  276. propertyPath: m_LocalEulerAnglesHint.y
  277. value: 0
  278. objectReference: {fileID: 0}
  279. - target: {fileID: 923911981205582753, guid: 3069d7a3d89ac114ebd23340f086fc31,
  280. type: 3}
  281. propertyPath: m_LocalEulerAnglesHint.z
  282. value: 0
  283. objectReference: {fileID: 0}
  284. - target: {fileID: 923911981205582754, guid: 3069d7a3d89ac114ebd23340f086fc31,
  285. type: 3}
  286. propertyPath: orderedLoadLevels.Array.size
  287. value: 1
  288. objectReference: {fileID: 0}
  289. - target: {fileID: 923911981205582754, guid: 3069d7a3d89ac114ebd23340f086fc31,
  290. type: 3}
  291. propertyPath: orderedLoadLevels.Array.data[0].Name
  292. value: 1
  293. objectReference: {fileID: 0}
  294. - target: {fileID: 923911981205582754, guid: 3069d7a3d89ac114ebd23340f086fc31,
  295. type: 3}
  296. propertyPath: orderedLoadLevels.Array.data[1].Name
  297. value: 1
  298. objectReference: {fileID: 0}
  299. - target: {fileID: 923911981205582754, guid: 3069d7a3d89ac114ebd23340f086fc31,
  300. type: 3}
  301. propertyPath: orderedLoadLevels.Array.data[2].Name
  302. value: 0
  303. objectReference: {fileID: 0}
  304. - target: {fileID: 923911981205582754, guid: 3069d7a3d89ac114ebd23340f086fc31,
  305. type: 3}
  306. propertyPath: orderedLoadLevels.Array.data[0].Duration
  307. value: 100
  308. objectReference: {fileID: 0}
  309. - target: {fileID: 923911981205582754, guid: 3069d7a3d89ac114ebd23340f086fc31,
  310. type: 3}
  311. propertyPath: orderedLoadLevels.Array.data[1].Duration
  312. value: 60
  313. objectReference: {fileID: 0}
  314. - target: {fileID: 923911981205582754, guid: 3069d7a3d89ac114ebd23340f086fc31,
  315. type: 3}
  316. propertyPath: orderedLoadLevels.Array.data[2].Duration
  317. value: 15
  318. objectReference: {fileID: 0}
  319. - target: {fileID: 923911981205582755, guid: 3069d7a3d89ac114ebd23340f086fc31,
  320. type: 3}
  321. propertyPath: m_Name
  322. value: TestSequencer
  323. objectReference: {fileID: 0}
  324. m_RemovedComponents: []
  325. m_SourcePrefab: {fileID: 100100000, guid: 3069d7a3d89ac114ebd23340f086fc31, type: 3}
  326. --- !u!1001 &476095697
  327. PrefabInstance:
  328. m_ObjectHideFlags: 0
  329. serializedVersion: 2
  330. m_Modification:
  331. m_TransformParent: {fileID: 0}
  332. m_Modifications:
  333. - target: {fileID: 186490928, guid: 0902c2189110d444e91d9ace3f4b9447, type: 3}
  334. propertyPath: m_AnchoredPosition.x
  335. value: -215.09961
  336. objectReference: {fileID: 0}
  337. - target: {fileID: 3290284999177152837, guid: 0902c2189110d444e91d9ace3f4b9447,
  338. type: 3}
  339. propertyPath: m_IsActive
  340. value: 0
  341. objectReference: {fileID: 0}
  342. - target: {fileID: 3290285000056014341, guid: 0902c2189110d444e91d9ace3f4b9447,
  343. type: 3}
  344. propertyPath: m_Name
  345. value: AutoPerfUI
  346. objectReference: {fileID: 0}
  347. - target: {fileID: 3290285000056014341, guid: 0902c2189110d444e91d9ace3f4b9447,
  348. type: 3}
  349. propertyPath: m_IsActive
  350. value: 1
  351. objectReference: {fileID: 0}
  352. - target: {fileID: 3290285000056014360, guid: 0902c2189110d444e91d9ace3f4b9447,
  353. type: 3}
  354. propertyPath: m_Pivot.x
  355. value: 0
  356. objectReference: {fileID: 0}
  357. - target: {fileID: 3290285000056014360, guid: 0902c2189110d444e91d9ace3f4b9447,
  358. type: 3}
  359. propertyPath: m_Pivot.y
  360. value: 0
  361. objectReference: {fileID: 0}
  362. - target: {fileID: 3290285000056014360, guid: 0902c2189110d444e91d9ace3f4b9447,
  363. type: 3}
  364. propertyPath: m_RootOrder
  365. value: 5
  366. objectReference: {fileID: 0}
  367. - target: {fileID: 3290285000056014360, guid: 0902c2189110d444e91d9ace3f4b9447,
  368. type: 3}
  369. propertyPath: m_AnchorMax.x
  370. value: 0
  371. objectReference: {fileID: 0}
  372. - target: {fileID: 3290285000056014360, guid: 0902c2189110d444e91d9ace3f4b9447,
  373. type: 3}
  374. propertyPath: m_AnchorMax.y
  375. value: 0
  376. objectReference: {fileID: 0}
  377. - target: {fileID: 3290285000056014360, guid: 0902c2189110d444e91d9ace3f4b9447,
  378. type: 3}
  379. propertyPath: m_AnchorMin.x
  380. value: 0
  381. objectReference: {fileID: 0}
  382. - target: {fileID: 3290285000056014360, guid: 0902c2189110d444e91d9ace3f4b9447,
  383. type: 3}
  384. propertyPath: m_AnchorMin.y
  385. value: 0
  386. objectReference: {fileID: 0}
  387. - target: {fileID: 3290285000056014360, guid: 0902c2189110d444e91d9ace3f4b9447,
  388. type: 3}
  389. propertyPath: m_SizeDelta.x
  390. value: 0
  391. objectReference: {fileID: 0}
  392. - target: {fileID: 3290285000056014360, guid: 0902c2189110d444e91d9ace3f4b9447,
  393. type: 3}
  394. propertyPath: m_SizeDelta.y
  395. value: 0
  396. objectReference: {fileID: 0}
  397. - target: {fileID: 3290285000056014360, guid: 0902c2189110d444e91d9ace3f4b9447,
  398. type: 3}
  399. propertyPath: m_LocalPosition.x
  400. value: 0
  401. objectReference: {fileID: 0}
  402. - target: {fileID: 3290285000056014360, guid: 0902c2189110d444e91d9ace3f4b9447,
  403. type: 3}
  404. propertyPath: m_LocalPosition.y
  405. value: 0
  406. objectReference: {fileID: 0}
  407. - target: {fileID: 3290285000056014360, guid: 0902c2189110d444e91d9ace3f4b9447,
  408. type: 3}
  409. propertyPath: m_LocalPosition.z
  410. value: 0
  411. objectReference: {fileID: 0}
  412. - target: {fileID: 3290285000056014360, guid: 0902c2189110d444e91d9ace3f4b9447,
  413. type: 3}
  414. propertyPath: m_LocalRotation.w
  415. value: 1
  416. objectReference: {fileID: 0}
  417. - target: {fileID: 3290285000056014360, guid: 0902c2189110d444e91d9ace3f4b9447,
  418. type: 3}
  419. propertyPath: m_LocalRotation.x
  420. value: 0
  421. objectReference: {fileID: 0}
  422. - target: {fileID: 3290285000056014360, guid: 0902c2189110d444e91d9ace3f4b9447,
  423. type: 3}
  424. propertyPath: m_LocalRotation.y
  425. value: 0
  426. objectReference: {fileID: 0}
  427. - target: {fileID: 3290285000056014360, guid: 0902c2189110d444e91d9ace3f4b9447,
  428. type: 3}
  429. propertyPath: m_LocalRotation.z
  430. value: 0
  431. objectReference: {fileID: 0}
  432. - target: {fileID: 3290285000056014360, guid: 0902c2189110d444e91d9ace3f4b9447,
  433. type: 3}
  434. propertyPath: m_AnchoredPosition.x
  435. value: 0
  436. objectReference: {fileID: 0}
  437. - target: {fileID: 3290285000056014360, guid: 0902c2189110d444e91d9ace3f4b9447,
  438. type: 3}
  439. propertyPath: m_AnchoredPosition.y
  440. value: 0
  441. objectReference: {fileID: 0}
  442. - target: {fileID: 3290285000056014360, guid: 0902c2189110d444e91d9ace3f4b9447,
  443. type: 3}
  444. propertyPath: m_LocalEulerAnglesHint.x
  445. value: 0
  446. objectReference: {fileID: 0}
  447. - target: {fileID: 3290285000056014360, guid: 0902c2189110d444e91d9ace3f4b9447,
  448. type: 3}
  449. propertyPath: m_LocalEulerAnglesHint.y
  450. value: 0
  451. objectReference: {fileID: 0}
  452. - target: {fileID: 3290285000056014360, guid: 0902c2189110d444e91d9ace3f4b9447,
  453. type: 3}
  454. propertyPath: m_LocalEulerAnglesHint.z
  455. value: 0
  456. objectReference: {fileID: 0}
  457. m_RemovedComponents: []
  458. m_SourcePrefab: {fileID: 100100000, guid: 0902c2189110d444e91d9ace3f4b9447, type: 3}
  459. --- !u!1001 &690071993
  460. PrefabInstance:
  461. m_ObjectHideFlags: 0
  462. serializedVersion: 2
  463. m_Modification:
  464. m_TransformParent: {fileID: 0}
  465. m_Modifications:
  466. - target: {fileID: 2247169244268972841, guid: 1f5d93e320ce149149009e8f36bbdba3,
  467. type: 3}
  468. propertyPath: m_Name
  469. value: AdaptivePerformanceSettings
  470. objectReference: {fileID: 0}
  471. - target: {fileID: 4017879212096116361, guid: 1f5d93e320ce149149009e8f36bbdba3,
  472. type: 3}
  473. propertyPath: AdaptiveShadowQuality
  474. value: 0
  475. objectReference: {fileID: 0}
  476. - target: {fileID: 4017879212096116361, guid: 1f5d93e320ce149149009e8f36bbdba3,
  477. type: 3}
  478. propertyPath: AdaptiveShadowCascades
  479. value: 0
  480. objectReference: {fileID: 0}
  481. - target: {fileID: 4017879212096116361, guid: 1f5d93e320ce149149009e8f36bbdba3,
  482. type: 3}
  483. propertyPath: AdaptiveShadowDistance
  484. value: 0
  485. objectReference: {fileID: 0}
  486. - target: {fileID: 4017879212096116361, guid: 1f5d93e320ce149149009e8f36bbdba3,
  487. type: 3}
  488. propertyPath: AdaptiveShadowmapResolution
  489. value: 0
  490. objectReference: {fileID: 0}
  491. - target: {fileID: 4181645440018201191, guid: 1f5d93e320ce149149009e8f36bbdba3,
  492. type: 3}
  493. propertyPath: m_RootOrder
  494. value: 6
  495. objectReference: {fileID: 0}
  496. - target: {fileID: 4181645440018201191, guid: 1f5d93e320ce149149009e8f36bbdba3,
  497. type: 3}
  498. propertyPath: m_LocalPosition.x
  499. value: 0
  500. objectReference: {fileID: 0}
  501. - target: {fileID: 4181645440018201191, guid: 1f5d93e320ce149149009e8f36bbdba3,
  502. type: 3}
  503. propertyPath: m_LocalPosition.y
  504. value: 0
  505. objectReference: {fileID: 0}
  506. - target: {fileID: 4181645440018201191, guid: 1f5d93e320ce149149009e8f36bbdba3,
  507. type: 3}
  508. propertyPath: m_LocalPosition.z
  509. value: 0
  510. objectReference: {fileID: 0}
  511. - target: {fileID: 4181645440018201191, guid: 1f5d93e320ce149149009e8f36bbdba3,
  512. type: 3}
  513. propertyPath: m_LocalRotation.w
  514. value: 1
  515. objectReference: {fileID: 0}
  516. - target: {fileID: 4181645440018201191, guid: 1f5d93e320ce149149009e8f36bbdba3,
  517. type: 3}
  518. propertyPath: m_LocalRotation.x
  519. value: 0
  520. objectReference: {fileID: 0}
  521. - target: {fileID: 4181645440018201191, guid: 1f5d93e320ce149149009e8f36bbdba3,
  522. type: 3}
  523. propertyPath: m_LocalRotation.y
  524. value: 0
  525. objectReference: {fileID: 0}
  526. - target: {fileID: 4181645440018201191, guid: 1f5d93e320ce149149009e8f36bbdba3,
  527. type: 3}
  528. propertyPath: m_LocalRotation.z
  529. value: 0
  530. objectReference: {fileID: 0}
  531. - target: {fileID: 4181645440018201191, guid: 1f5d93e320ce149149009e8f36bbdba3,
  532. type: 3}
  533. propertyPath: m_LocalEulerAnglesHint.x
  534. value: 0
  535. objectReference: {fileID: 0}
  536. - target: {fileID: 4181645440018201191, guid: 1f5d93e320ce149149009e8f36bbdba3,
  537. type: 3}
  538. propertyPath: m_LocalEulerAnglesHint.y
  539. value: 0
  540. objectReference: {fileID: 0}
  541. - target: {fileID: 4181645440018201191, guid: 1f5d93e320ce149149009e8f36bbdba3,
  542. type: 3}
  543. propertyPath: m_LocalEulerAnglesHint.z
  544. value: 0
  545. objectReference: {fileID: 0}
  546. m_RemovedComponents: []
  547. m_SourcePrefab: {fileID: 100100000, guid: 1f5d93e320ce149149009e8f36bbdba3, type: 3}
  548. --- !u!1001 &1103981469
  549. PrefabInstance:
  550. m_ObjectHideFlags: 0
  551. serializedVersion: 2
  552. m_Modification:
  553. m_TransformParent: {fileID: 0}
  554. m_Modifications:
  555. - target: {fileID: 8366451522198691337, guid: 83b7d1ee57a446642b8a859f135336b6,
  556. type: 3}
  557. propertyPath: m_TagString
  558. value: MainCamera
  559. objectReference: {fileID: 0}
  560. - target: {fileID: 8366451522198691341, guid: 83b7d1ee57a446642b8a859f135336b6,
  561. type: 3}
  562. propertyPath: m_BackGroundColor.b
  563. value: 0.54901963
  564. objectReference: {fileID: 0}
  565. - target: {fileID: 8366451522198691341, guid: 83b7d1ee57a446642b8a859f135336b6,
  566. type: 3}
  567. propertyPath: m_BackGroundColor.g
  568. value: 0.9607843
  569. objectReference: {fileID: 0}
  570. - target: {fileID: 8366451522198691341, guid: 83b7d1ee57a446642b8a859f135336b6,
  571. type: 3}
  572. propertyPath: m_BackGroundColor.r
  573. value: 0.6117647
  574. objectReference: {fileID: 0}
  575. - target: {fileID: 8366451522256562220, guid: 83b7d1ee57a446642b8a859f135336b6,
  576. type: 3}
  577. propertyPath: m_LocalPosition.z
  578. value: 0
  579. objectReference: {fileID: 0}
  580. - target: {fileID: 8366451523088628944, guid: 83b7d1ee57a446642b8a859f135336b6,
  581. type: 3}
  582. propertyPath: m_Name
  583. value: AutoPerfControl
  584. objectReference: {fileID: 0}
  585. - target: {fileID: 8366451523088628946, guid: 83b7d1ee57a446642b8a859f135336b6,
  586. type: 3}
  587. propertyPath: m_RootOrder
  588. value: 3
  589. objectReference: {fileID: 0}
  590. - target: {fileID: 8366451523088628946, guid: 83b7d1ee57a446642b8a859f135336b6,
  591. type: 3}
  592. propertyPath: m_LocalPosition.x
  593. value: 1.7462021
  594. objectReference: {fileID: 0}
  595. - target: {fileID: 8366451523088628946, guid: 83b7d1ee57a446642b8a859f135336b6,
  596. type: 3}
  597. propertyPath: m_LocalPosition.y
  598. value: 4.9568977
  599. objectReference: {fileID: 0}
  600. - target: {fileID: 8366451523088628946, guid: 83b7d1ee57a446642b8a859f135336b6,
  601. type: 3}
  602. propertyPath: m_LocalPosition.z
  603. value: -11.791183
  604. objectReference: {fileID: 0}
  605. - target: {fileID: 8366451523088628946, guid: 83b7d1ee57a446642b8a859f135336b6,
  606. type: 3}
  607. propertyPath: m_LocalRotation.w
  608. value: 1
  609. objectReference: {fileID: 0}
  610. - target: {fileID: 8366451523088628946, guid: 83b7d1ee57a446642b8a859f135336b6,
  611. type: 3}
  612. propertyPath: m_LocalRotation.x
  613. value: 0
  614. objectReference: {fileID: 0}
  615. - target: {fileID: 8366451523088628946, guid: 83b7d1ee57a446642b8a859f135336b6,
  616. type: 3}
  617. propertyPath: m_LocalRotation.y
  618. value: 0
  619. objectReference: {fileID: 0}
  620. - target: {fileID: 8366451523088628946, guid: 83b7d1ee57a446642b8a859f135336b6,
  621. type: 3}
  622. propertyPath: m_LocalRotation.z
  623. value: 0
  624. objectReference: {fileID: 0}
  625. - target: {fileID: 8366451523088628946, guid: 83b7d1ee57a446642b8a859f135336b6,
  626. type: 3}
  627. propertyPath: m_LocalEulerAnglesHint.x
  628. value: 0
  629. objectReference: {fileID: 0}
  630. - target: {fileID: 8366451523088628946, guid: 83b7d1ee57a446642b8a859f135336b6,
  631. type: 3}
  632. propertyPath: m_LocalEulerAnglesHint.y
  633. value: 0
  634. objectReference: {fileID: 0}
  635. - target: {fileID: 8366451523088628946, guid: 83b7d1ee57a446642b8a859f135336b6,
  636. type: 3}
  637. propertyPath: m_LocalEulerAnglesHint.z
  638. value: 0
  639. objectReference: {fileID: 0}
  640. - target: {fileID: 8366451523088628947, guid: 83b7d1ee57a446642b8a859f135336b6,
  641. type: 3}
  642. propertyPath: loggingActive
  643. value: 0
  644. objectReference: {fileID: 0}
  645. - target: {fileID: 8366451523088628947, guid: 83b7d1ee57a446642b8a859f135336b6,
  646. type: 3}
  647. propertyPath: AutoControlMode
  648. value: 0
  649. objectReference: {fileID: 0}
  650. m_RemovedComponents: []
  651. m_SourcePrefab: {fileID: 100100000, guid: 83b7d1ee57a446642b8a859f135336b6, type: 3}
  652. --- !u!1 &1451992414
  653. GameObject:
  654. m_ObjectHideFlags: 0
  655. m_CorrespondingSourceObject: {fileID: 0}
  656. m_PrefabInstance: {fileID: 0}
  657. m_PrefabAsset: {fileID: 0}
  658. serializedVersion: 6
  659. m_Component:
  660. - component: {fileID: 1451992417}
  661. - component: {fileID: 1451992416}
  662. - component: {fileID: 1451992415}
  663. m_Layer: 0
  664. m_Name: EventSystem
  665. m_TagString: Untagged
  666. m_Icon: {fileID: 0}
  667. m_NavMeshLayer: 0
  668. m_StaticEditorFlags: 0
  669. m_IsActive: 1
  670. --- !u!114 &1451992415
  671. MonoBehaviour:
  672. m_ObjectHideFlags: 0
  673. m_CorrespondingSourceObject: {fileID: 0}
  674. m_PrefabInstance: {fileID: 0}
  675. m_PrefabAsset: {fileID: 0}
  676. m_GameObject: {fileID: 1451992414}
  677. m_Enabled: 1
  678. m_EditorHideFlags: 0
  679. m_Script: {fileID: 11500000, guid: 4f231c4fb786f3946a6b90b886c48677, type: 3}
  680. m_Name:
  681. m_EditorClassIdentifier:
  682. m_HorizontalAxis: Horizontal
  683. m_VerticalAxis: Vertical
  684. m_SubmitButton: Submit
  685. m_CancelButton: Cancel
  686. m_InputActionsPerSecond: 10
  687. m_RepeatDelay: 0.5
  688. m_ForceModuleActive: 0
  689. --- !u!114 &1451992416
  690. MonoBehaviour:
  691. m_ObjectHideFlags: 0
  692. m_CorrespondingSourceObject: {fileID: 0}
  693. m_PrefabInstance: {fileID: 0}
  694. m_PrefabAsset: {fileID: 0}
  695. m_GameObject: {fileID: 1451992414}
  696. m_Enabled: 1
  697. m_EditorHideFlags: 0
  698. m_Script: {fileID: 11500000, guid: 76c392e42b5098c458856cdf6ecaaaa1, type: 3}
  699. m_Name:
  700. m_EditorClassIdentifier:
  701. m_FirstSelected: {fileID: 0}
  702. m_sendNavigationEvents: 1
  703. m_DragThreshold: 10
  704. --- !u!4 &1451992417
  705. Transform:
  706. m_ObjectHideFlags: 0
  707. m_CorrespondingSourceObject: {fileID: 0}
  708. m_PrefabInstance: {fileID: 0}
  709. m_PrefabAsset: {fileID: 0}
  710. m_GameObject: {fileID: 1451992414}
  711. m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
  712. m_LocalPosition: {x: 0, y: 0, z: 0}
  713. m_LocalScale: {x: 1, y: 1, z: 1}
  714. m_ConstrainProportionsScale: 0
  715. m_Children: []
  716. m_Father: {fileID: 0}
  717. m_RootOrder: 2
  718. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  719. --- !u!850595691 &1719011255
  720. LightingSettings:
  721. m_ObjectHideFlags: 0
  722. m_CorrespondingSourceObject: {fileID: 0}
  723. m_PrefabInstance: {fileID: 0}
  724. m_PrefabAsset: {fileID: 0}
  725. m_Name: Settings.lighting
  726. serializedVersion: 3
  727. m_GIWorkflowMode: 0
  728. m_EnableBakedLightmaps: 1
  729. m_EnableRealtimeLightmaps: 0
  730. m_RealtimeEnvironmentLighting: 0
  731. m_BounceScale: 1
  732. m_AlbedoBoost: 1
  733. m_IndirectOutputScale: 1
  734. m_UsingShadowmask: 0
  735. m_BakeBackend: 1
  736. m_LightmapMaxSize: 512
  737. m_BakeResolution: 15
  738. m_Padding: 2
  739. m_TextureCompression: 1
  740. m_AO: 1
  741. m_AOMaxDistance: 0.5
  742. m_CompAOExponent: 0.44
  743. m_CompAOExponentDirect: 0
  744. m_ExtractAO: 0
  745. m_MixedBakeMode: 0
  746. m_LightmapsBakeMode: 1
  747. m_FilterMode: 1
  748. m_LightmapParameters: {fileID: 15201, guid: 0000000000000000f000000000000000, type: 0}
  749. m_ExportTrainingData: 0
  750. m_TrainingDataDestination: TrainingData
  751. m_RealtimeResolution: 2
  752. m_ForceWhiteAlbedo: 0
  753. m_ForceUpdates: 0
  754. m_FinalGather: 0
  755. m_FinalGatherRayCount: 256
  756. m_FinalGatherFiltering: 1
  757. m_PVRCulling: 1
  758. m_PVRSampling: 1
  759. m_PVRDirectSampleCount: 8
  760. m_PVRSampleCount: 100
  761. m_PVREnvironmentSampleCount: 100
  762. m_PVREnvironmentReferencePointCount: 2048
  763. m_LightProbeSampleCountMultiplier: 4
  764. m_PVRBounces: 0
  765. m_PVRMinBounces: 0
  766. m_PVREnvironmentMIS: 1
  767. m_PVRFilteringMode: 0
  768. m_PVRDenoiserTypeDirect: 0
  769. m_PVRDenoiserTypeIndirect: 0
  770. m_PVRDenoiserTypeAO: 0
  771. m_PVRFilterTypeDirect: 0
  772. m_PVRFilterTypeIndirect: 0
  773. m_PVRFilterTypeAO: 0
  774. m_PVRFilteringGaussRadiusDirect: 1
  775. m_PVRFilteringGaussRadiusIndirect: 5
  776. m_PVRFilteringGaussRadiusAO: 2
  777. m_PVRFilteringAtrousPositionSigmaDirect: 0.5
  778. m_PVRFilteringAtrousPositionSigmaIndirect: 2
  779. m_PVRFilteringAtrousPositionSigmaAO: 1
  780. --- !u!1001 &706414441087991666
  781. PrefabInstance:
  782. m_ObjectHideFlags: 0
  783. serializedVersion: 2
  784. m_Modification:
  785. m_TransformParent: {fileID: 0}
  786. m_Modifications:
  787. - target: {fileID: 706414442628367641, guid: b15eba7dc4a1bae46ac87bca63e62c4c,
  788. type: 3}
  789. propertyPath: m_Name
  790. value: Scaler Visualization
  791. objectReference: {fileID: 0}
  792. - target: {fileID: 706414442628367645, guid: b15eba7dc4a1bae46ac87bca63e62c4c,
  793. type: 3}
  794. propertyPath: m_Pivot.x
  795. value: 0
  796. objectReference: {fileID: 0}
  797. - target: {fileID: 706414442628367645, guid: b15eba7dc4a1bae46ac87bca63e62c4c,
  798. type: 3}
  799. propertyPath: m_Pivot.y
  800. value: 0
  801. objectReference: {fileID: 0}
  802. - target: {fileID: 706414442628367645, guid: b15eba7dc4a1bae46ac87bca63e62c4c,
  803. type: 3}
  804. propertyPath: m_RootOrder
  805. value: 1
  806. objectReference: {fileID: 0}
  807. - target: {fileID: 706414442628367645, guid: b15eba7dc4a1bae46ac87bca63e62c4c,
  808. type: 3}
  809. propertyPath: m_AnchorMax.x
  810. value: 0
  811. objectReference: {fileID: 0}
  812. - target: {fileID: 706414442628367645, guid: b15eba7dc4a1bae46ac87bca63e62c4c,
  813. type: 3}
  814. propertyPath: m_AnchorMax.y
  815. value: 0
  816. objectReference: {fileID: 0}
  817. - target: {fileID: 706414442628367645, guid: b15eba7dc4a1bae46ac87bca63e62c4c,
  818. type: 3}
  819. propertyPath: m_AnchorMin.x
  820. value: 0
  821. objectReference: {fileID: 0}
  822. - target: {fileID: 706414442628367645, guid: b15eba7dc4a1bae46ac87bca63e62c4c,
  823. type: 3}
  824. propertyPath: m_AnchorMin.y
  825. value: 0
  826. objectReference: {fileID: 0}
  827. - target: {fileID: 706414442628367645, guid: b15eba7dc4a1bae46ac87bca63e62c4c,
  828. type: 3}
  829. propertyPath: m_SizeDelta.x
  830. value: 0
  831. objectReference: {fileID: 0}
  832. - target: {fileID: 706414442628367645, guid: b15eba7dc4a1bae46ac87bca63e62c4c,
  833. type: 3}
  834. propertyPath: m_SizeDelta.y
  835. value: 0
  836. objectReference: {fileID: 0}
  837. - target: {fileID: 706414442628367645, guid: b15eba7dc4a1bae46ac87bca63e62c4c,
  838. type: 3}
  839. propertyPath: m_LocalPosition.x
  840. value: 0
  841. objectReference: {fileID: 0}
  842. - target: {fileID: 706414442628367645, guid: b15eba7dc4a1bae46ac87bca63e62c4c,
  843. type: 3}
  844. propertyPath: m_LocalPosition.y
  845. value: 0
  846. objectReference: {fileID: 0}
  847. - target: {fileID: 706414442628367645, guid: b15eba7dc4a1bae46ac87bca63e62c4c,
  848. type: 3}
  849. propertyPath: m_LocalPosition.z
  850. value: 0
  851. objectReference: {fileID: 0}
  852. - target: {fileID: 706414442628367645, guid: b15eba7dc4a1bae46ac87bca63e62c4c,
  853. type: 3}
  854. propertyPath: m_LocalRotation.w
  855. value: 1
  856. objectReference: {fileID: 0}
  857. - target: {fileID: 706414442628367645, guid: b15eba7dc4a1bae46ac87bca63e62c4c,
  858. type: 3}
  859. propertyPath: m_LocalRotation.x
  860. value: 0
  861. objectReference: {fileID: 0}
  862. - target: {fileID: 706414442628367645, guid: b15eba7dc4a1bae46ac87bca63e62c4c,
  863. type: 3}
  864. propertyPath: m_LocalRotation.y
  865. value: 0
  866. objectReference: {fileID: 0}
  867. - target: {fileID: 706414442628367645, guid: b15eba7dc4a1bae46ac87bca63e62c4c,
  868. type: 3}
  869. propertyPath: m_LocalRotation.z
  870. value: 0
  871. objectReference: {fileID: 0}
  872. - target: {fileID: 706414442628367645, guid: b15eba7dc4a1bae46ac87bca63e62c4c,
  873. type: 3}
  874. propertyPath: m_AnchoredPosition.x
  875. value: 0
  876. objectReference: {fileID: 0}
  877. - target: {fileID: 706414442628367645, guid: b15eba7dc4a1bae46ac87bca63e62c4c,
  878. type: 3}
  879. propertyPath: m_AnchoredPosition.y
  880. value: 0
  881. objectReference: {fileID: 0}
  882. - target: {fileID: 706414442628367645, guid: b15eba7dc4a1bae46ac87bca63e62c4c,
  883. type: 3}
  884. propertyPath: m_LocalEulerAnglesHint.x
  885. value: 0
  886. objectReference: {fileID: 0}
  887. - target: {fileID: 706414442628367645, guid: b15eba7dc4a1bae46ac87bca63e62c4c,
  888. type: 3}
  889. propertyPath: m_LocalEulerAnglesHint.y
  890. value: 0
  891. objectReference: {fileID: 0}
  892. - target: {fileID: 706414442628367645, guid: b15eba7dc4a1bae46ac87bca63e62c4c,
  893. type: 3}
  894. propertyPath: m_LocalEulerAnglesHint.z
  895. value: 0
  896. objectReference: {fileID: 0}
  897. - target: {fileID: 3500914518670635753, guid: b15eba7dc4a1bae46ac87bca63e62c4c,
  898. type: 3}
  899. propertyPath: m_AnchorMax.x
  900. value: 0
  901. objectReference: {fileID: 0}
  902. - target: {fileID: 3500914518670635753, guid: b15eba7dc4a1bae46ac87bca63e62c4c,
  903. type: 3}
  904. propertyPath: m_AnchorMax.y
  905. value: 0
  906. objectReference: {fileID: 0}
  907. - target: {fileID: 6631987839835222038, guid: b15eba7dc4a1bae46ac87bca63e62c4c,
  908. type: 3}
  909. propertyPath: m_SizeDelta.x
  910. value: 0
  911. objectReference: {fileID: 0}
  912. m_RemovedComponents: []
  913. m_SourcePrefab: {fileID: 100100000, guid: b15eba7dc4a1bae46ac87bca63e62c4c, type: 3}