PointerEventDemo.unity 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632
  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 &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: 0
  54. m_EnableBakedLightmaps: 1
  55. m_EnableRealtimeLightmaps: 0
  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: 1
  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: 256
  73. m_ReflectionCompression: 2
  74. m_MixedBakeMode: 2
  75. m_BakeBackend: 1
  76. m_PVRSampling: 1
  77. m_PVRDirectSampleCount: 32
  78. m_PVRSampleCount: 512
  79. m_PVRBounces: 2
  80. m_PVREnvironmentSampleCount: 256
  81. m_PVREnvironmentReferencePointCount: 2048
  82. m_PVRFilteringMode: 1
  83. m_PVRDenoiserTypeDirect: 1
  84. m_PVRDenoiserTypeIndirect: 1
  85. m_PVRDenoiserTypeAO: 1
  86. m_PVRFilterTypeDirect: 0
  87. m_PVRFilterTypeIndirect: 0
  88. m_PVRFilterTypeAO: 0
  89. m_PVREnvironmentMIS: 1
  90. m_PVRCulling: 1
  91. m_PVRFilteringGaussRadiusDirect: 1
  92. m_PVRFilteringGaussRadiusIndirect: 5
  93. m_PVRFilteringGaussRadiusAO: 2
  94. m_PVRFilteringAtrousPositionSigmaDirect: 0.5
  95. m_PVRFilteringAtrousPositionSigmaIndirect: 2
  96. m_PVRFilteringAtrousPositionSigmaAO: 1
  97. m_ExportTrainingData: 0
  98. m_TrainingDataDestination: TrainingData
  99. m_LightProbeSampleCountMultiplier: 4
  100. m_LightingDataAsset: {fileID: 0}
  101. m_LightingSettings: {fileID: 4890085278179872738, guid: 4f0aaf378735c9e489bb691eb61ce143,
  102. type: 2}
  103. --- !u!196 &4
  104. NavMeshSettings:
  105. serializedVersion: 2
  106. m_ObjectHideFlags: 0
  107. m_BuildSettings:
  108. serializedVersion: 2
  109. agentTypeID: 0
  110. agentRadius: 0.5
  111. agentHeight: 2
  112. agentSlope: 45
  113. agentClimb: 0.4
  114. ledgeDropHeight: 0
  115. maxJumpAcrossDistance: 0
  116. minRegionArea: 2
  117. manualCellSize: 0
  118. cellSize: 0.16666667
  119. manualTileSize: 0
  120. tileSize: 256
  121. accuratePlacement: 0
  122. maxJobWorkers: 0
  123. preserveTilesOutsideBounds: 0
  124. debug:
  125. m_Flags: 0
  126. m_NavMeshData: {fileID: 0}
  127. --- !u!1 &448311982
  128. GameObject:
  129. m_ObjectHideFlags: 0
  130. m_CorrespondingSourceObject: {fileID: 0}
  131. m_PrefabInstance: {fileID: 0}
  132. m_PrefabAsset: {fileID: 0}
  133. serializedVersion: 6
  134. m_Component:
  135. - component: {fileID: 448311984}
  136. - component: {fileID: 448311983}
  137. m_Layer: 0
  138. m_Name: Directional Light
  139. m_TagString: Untagged
  140. m_Icon: {fileID: 0}
  141. m_NavMeshLayer: 0
  142. m_StaticEditorFlags: 0
  143. m_IsActive: 1
  144. --- !u!108 &448311983
  145. Light:
  146. m_ObjectHideFlags: 0
  147. m_CorrespondingSourceObject: {fileID: 0}
  148. m_PrefabInstance: {fileID: 0}
  149. m_PrefabAsset: {fileID: 0}
  150. m_GameObject: {fileID: 448311982}
  151. m_Enabled: 1
  152. serializedVersion: 10
  153. m_Type: 1
  154. m_Shape: 0
  155. m_Color: {r: 1, g: 0.95686275, b: 0.8392157, a: 1}
  156. m_Intensity: 1
  157. m_Range: 10
  158. m_SpotAngle: 30
  159. m_InnerSpotAngle: 21.80208
  160. m_CookieSize: 10
  161. m_Shadows:
  162. m_Type: 2
  163. m_Resolution: -1
  164. m_CustomResolution: -1
  165. m_Strength: 1
  166. m_Bias: 0.05
  167. m_NormalBias: 0.4
  168. m_NearPlane: 0.2
  169. m_CullingMatrixOverride:
  170. e00: 1
  171. e01: 0
  172. e02: 0
  173. e03: 0
  174. e10: 0
  175. e11: 1
  176. e12: 0
  177. e13: 0
  178. e20: 0
  179. e21: 0
  180. e22: 1
  181. e23: 0
  182. e30: 0
  183. e31: 0
  184. e32: 0
  185. e33: 1
  186. m_UseCullingMatrixOverride: 0
  187. m_Cookie: {fileID: 0}
  188. m_DrawHalo: 0
  189. m_Flare: {fileID: 0}
  190. m_RenderMode: 0
  191. m_CullingMask:
  192. serializedVersion: 2
  193. m_Bits: 4294967295
  194. m_RenderingLayerMask: 1
  195. m_Lightmapping: 4
  196. m_LightShadowCasterMode: 0
  197. m_AreaSize: {x: 1, y: 1}
  198. m_BounceIntensity: 1
  199. m_ColorTemperature: 6570
  200. m_UseColorTemperature: 0
  201. m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0}
  202. m_UseBoundingSphereOverride: 0
  203. m_UseViewFrustumForShadowCasterCull: 1
  204. m_ShadowRadius: 0
  205. m_ShadowAngle: 0
  206. --- !u!4 &448311984
  207. Transform:
  208. m_ObjectHideFlags: 0
  209. m_CorrespondingSourceObject: {fileID: 0}
  210. m_PrefabInstance: {fileID: 0}
  211. m_PrefabAsset: {fileID: 0}
  212. m_GameObject: {fileID: 448311982}
  213. m_LocalRotation: {x: 0.40821788, y: -0.23456968, z: 0.10938163, w: 0.8754261}
  214. m_LocalPosition: {x: 0, y: 3, z: 0}
  215. m_LocalScale: {x: 1, y: 1, z: 1}
  216. m_Children: []
  217. m_Father: {fileID: 0}
  218. m_RootOrder: 0
  219. m_LocalEulerAnglesHint: {x: 50, y: -30, z: 0}
  220. --- !u!1 &532486662
  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: 532486663}
  229. m_Layer: 0
  230. m_Name: SceneContent
  231. m_TagString: Untagged
  232. m_Icon: {fileID: 0}
  233. m_NavMeshLayer: 0
  234. m_StaticEditorFlags: 0
  235. m_IsActive: 1
  236. --- !u!4 &532486663
  237. Transform:
  238. m_ObjectHideFlags: 0
  239. m_CorrespondingSourceObject: {fileID: 0}
  240. m_PrefabInstance: {fileID: 0}
  241. m_PrefabAsset: {fileID: 0}
  242. m_GameObject: {fileID: 532486662}
  243. m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
  244. m_LocalPosition: {x: 0, y: 0, z: 0}
  245. m_LocalScale: {x: 1, y: 1, z: 1}
  246. m_Children:
  247. - {fileID: 617738931}
  248. - {fileID: 1230144287}
  249. - {fileID: 2146173541}
  250. m_Father: {fileID: 0}
  251. m_RootOrder: 2
  252. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  253. --- !u!1001 &617738930
  254. PrefabInstance:
  255. m_ObjectHideFlags: 0
  256. serializedVersion: 2
  257. m_Modification:
  258. m_TransformParent: {fileID: 532486663}
  259. m_Modifications:
  260. - target: {fileID: 2482300325011169997, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  261. type: 3}
  262. propertyPath: m_RootOrder
  263. value: 0
  264. objectReference: {fileID: 0}
  265. - target: {fileID: 2482300325011169997, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  266. type: 3}
  267. propertyPath: m_LocalScale.x
  268. value: 0.3
  269. objectReference: {fileID: 0}
  270. - target: {fileID: 2482300325011169997, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  271. type: 3}
  272. propertyPath: m_LocalScale.y
  273. value: 0.3
  274. objectReference: {fileID: 0}
  275. - target: {fileID: 2482300325011169997, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  276. type: 3}
  277. propertyPath: m_LocalScale.z
  278. value: 0.3
  279. objectReference: {fileID: 0}
  280. - target: {fileID: 2482300325011169997, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  281. type: 3}
  282. propertyPath: m_LocalPosition.x
  283. value: -0.5
  284. objectReference: {fileID: 0}
  285. - target: {fileID: 2482300325011169997, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  286. type: 3}
  287. propertyPath: m_LocalPosition.y
  288. value: 0
  289. objectReference: {fileID: 0}
  290. - target: {fileID: 2482300325011169997, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  291. type: 3}
  292. propertyPath: m_LocalPosition.z
  293. value: 3
  294. objectReference: {fileID: 0}
  295. - target: {fileID: 2482300325011169997, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  296. type: 3}
  297. propertyPath: m_LocalRotation.w
  298. value: 1
  299. objectReference: {fileID: 0}
  300. - target: {fileID: 2482300325011169997, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  301. type: 3}
  302. propertyPath: m_LocalRotation.x
  303. value: -0
  304. objectReference: {fileID: 0}
  305. - target: {fileID: 2482300325011169997, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  306. type: 3}
  307. propertyPath: m_LocalRotation.y
  308. value: -0
  309. objectReference: {fileID: 0}
  310. - target: {fileID: 2482300325011169997, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  311. type: 3}
  312. propertyPath: m_LocalRotation.z
  313. value: -0
  314. objectReference: {fileID: 0}
  315. - target: {fileID: 2482300325011169997, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  316. type: 3}
  317. propertyPath: m_LocalEulerAnglesHint.x
  318. value: 0
  319. objectReference: {fileID: 0}
  320. - target: {fileID: 2482300325011169997, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  321. type: 3}
  322. propertyPath: m_LocalEulerAnglesHint.y
  323. value: 0
  324. objectReference: {fileID: 0}
  325. - target: {fileID: 2482300325011169997, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  326. type: 3}
  327. propertyPath: m_LocalEulerAnglesHint.z
  328. value: 0
  329. objectReference: {fileID: 0}
  330. - target: {fileID: 2482300325011170001, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  331. type: 3}
  332. propertyPath: m_Name
  333. value: NumCube0
  334. objectReference: {fileID: 0}
  335. - target: {fileID: 8915091961404079294, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  336. type: 3}
  337. propertyPath: m_Materials.Array.data[0]
  338. value:
  339. objectReference: {fileID: 2100000, guid: 00d16315f2ad931489905f55a270c31d, type: 2}
  340. m_RemovedComponents: []
  341. m_SourcePrefab: {fileID: 100100000, guid: f5e2ae8049e7ce24da5c8d044aabf99f, type: 3}
  342. --- !u!4 &617738931 stripped
  343. Transform:
  344. m_CorrespondingSourceObject: {fileID: 2482300325011169997, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  345. type: 3}
  346. m_PrefabInstance: {fileID: 617738930}
  347. m_PrefabAsset: {fileID: 0}
  348. --- !u!1001 &1230144286
  349. PrefabInstance:
  350. m_ObjectHideFlags: 0
  351. serializedVersion: 2
  352. m_Modification:
  353. m_TransformParent: {fileID: 532486663}
  354. m_Modifications:
  355. - target: {fileID: 2482300325011169997, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  356. type: 3}
  357. propertyPath: m_RootOrder
  358. value: 1
  359. objectReference: {fileID: 0}
  360. - target: {fileID: 2482300325011169997, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  361. type: 3}
  362. propertyPath: m_LocalScale.x
  363. value: 0.3
  364. objectReference: {fileID: 0}
  365. - target: {fileID: 2482300325011169997, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  366. type: 3}
  367. propertyPath: m_LocalScale.y
  368. value: 0.3
  369. objectReference: {fileID: 0}
  370. - target: {fileID: 2482300325011169997, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  371. type: 3}
  372. propertyPath: m_LocalScale.z
  373. value: 0.3
  374. objectReference: {fileID: 0}
  375. - target: {fileID: 2482300325011169997, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  376. type: 3}
  377. propertyPath: m_LocalPosition.x
  378. value: 0
  379. objectReference: {fileID: 0}
  380. - target: {fileID: 2482300325011169997, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  381. type: 3}
  382. propertyPath: m_LocalPosition.y
  383. value: 0
  384. objectReference: {fileID: 0}
  385. - target: {fileID: 2482300325011169997, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  386. type: 3}
  387. propertyPath: m_LocalPosition.z
  388. value: 3
  389. objectReference: {fileID: 0}
  390. - target: {fileID: 2482300325011169997, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  391. type: 3}
  392. propertyPath: m_LocalRotation.w
  393. value: 1
  394. objectReference: {fileID: 0}
  395. - target: {fileID: 2482300325011169997, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  396. type: 3}
  397. propertyPath: m_LocalRotation.x
  398. value: -0
  399. objectReference: {fileID: 0}
  400. - target: {fileID: 2482300325011169997, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  401. type: 3}
  402. propertyPath: m_LocalRotation.y
  403. value: -0
  404. objectReference: {fileID: 0}
  405. - target: {fileID: 2482300325011169997, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  406. type: 3}
  407. propertyPath: m_LocalRotation.z
  408. value: -0
  409. objectReference: {fileID: 0}
  410. - target: {fileID: 2482300325011169997, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  411. type: 3}
  412. propertyPath: m_LocalEulerAnglesHint.x
  413. value: 0
  414. objectReference: {fileID: 0}
  415. - target: {fileID: 2482300325011169997, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  416. type: 3}
  417. propertyPath: m_LocalEulerAnglesHint.y
  418. value: 0
  419. objectReference: {fileID: 0}
  420. - target: {fileID: 2482300325011169997, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  421. type: 3}
  422. propertyPath: m_LocalEulerAnglesHint.z
  423. value: 0
  424. objectReference: {fileID: 0}
  425. - target: {fileID: 2482300325011170001, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  426. type: 3}
  427. propertyPath: m_Name
  428. value: NumCube1
  429. objectReference: {fileID: 0}
  430. m_RemovedComponents: []
  431. m_SourcePrefab: {fileID: 100100000, guid: f5e2ae8049e7ce24da5c8d044aabf99f, type: 3}
  432. --- !u!4 &1230144287 stripped
  433. Transform:
  434. m_CorrespondingSourceObject: {fileID: 2482300325011169997, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  435. type: 3}
  436. m_PrefabInstance: {fileID: 1230144286}
  437. m_PrefabAsset: {fileID: 0}
  438. --- !u!1001 &1665376922
  439. PrefabInstance:
  440. m_ObjectHideFlags: 0
  441. serializedVersion: 2
  442. m_Modification:
  443. m_TransformParent: {fileID: 0}
  444. m_Modifications:
  445. - target: {fileID: 456639847589922047, guid: c08405fbe85658c4b8ed7b2ae7e496c3,
  446. type: 3}
  447. propertyPath: m_RootOrder
  448. value: 1
  449. objectReference: {fileID: 0}
  450. - target: {fileID: 456639847589922047, guid: c08405fbe85658c4b8ed7b2ae7e496c3,
  451. type: 3}
  452. propertyPath: m_LocalPosition.x
  453. value: 0
  454. objectReference: {fileID: 0}
  455. - target: {fileID: 456639847589922047, guid: c08405fbe85658c4b8ed7b2ae7e496c3,
  456. type: 3}
  457. propertyPath: m_LocalPosition.y
  458. value: 0
  459. objectReference: {fileID: 0}
  460. - target: {fileID: 456639847589922047, guid: c08405fbe85658c4b8ed7b2ae7e496c3,
  461. type: 3}
  462. propertyPath: m_LocalPosition.z
  463. value: 0
  464. objectReference: {fileID: 0}
  465. - target: {fileID: 456639847589922047, guid: c08405fbe85658c4b8ed7b2ae7e496c3,
  466. type: 3}
  467. propertyPath: m_LocalRotation.w
  468. value: 1
  469. objectReference: {fileID: 0}
  470. - target: {fileID: 456639847589922047, guid: c08405fbe85658c4b8ed7b2ae7e496c3,
  471. type: 3}
  472. propertyPath: m_LocalRotation.x
  473. value: 0
  474. objectReference: {fileID: 0}
  475. - target: {fileID: 456639847589922047, guid: c08405fbe85658c4b8ed7b2ae7e496c3,
  476. type: 3}
  477. propertyPath: m_LocalRotation.y
  478. value: 0
  479. objectReference: {fileID: 0}
  480. - target: {fileID: 456639847589922047, guid: c08405fbe85658c4b8ed7b2ae7e496c3,
  481. type: 3}
  482. propertyPath: m_LocalRotation.z
  483. value: 0
  484. objectReference: {fileID: 0}
  485. - target: {fileID: 456639847589922047, guid: c08405fbe85658c4b8ed7b2ae7e496c3,
  486. type: 3}
  487. propertyPath: m_LocalEulerAnglesHint.x
  488. value: 0
  489. objectReference: {fileID: 0}
  490. - target: {fileID: 456639847589922047, guid: c08405fbe85658c4b8ed7b2ae7e496c3,
  491. type: 3}
  492. propertyPath: m_LocalEulerAnglesHint.y
  493. value: 0
  494. objectReference: {fileID: 0}
  495. - target: {fileID: 456639847589922047, guid: c08405fbe85658c4b8ed7b2ae7e496c3,
  496. type: 3}
  497. propertyPath: m_LocalEulerAnglesHint.z
  498. value: 0
  499. objectReference: {fileID: 0}
  500. - target: {fileID: 1822324684617798183, guid: c08405fbe85658c4b8ed7b2ae7e496c3,
  501. type: 3}
  502. propertyPath: _logLevel
  503. value: 0
  504. objectReference: {fileID: 0}
  505. - target: {fileID: 1822324684617798183, guid: c08405fbe85658c4b8ed7b2ae7e496c3,
  506. type: 3}
  507. propertyPath: _glassesMode
  508. value: 1
  509. objectReference: {fileID: 0}
  510. - target: {fileID: 1822324684617798183, guid: c08405fbe85658c4b8ed7b2ae7e496c3,
  511. type: 3}
  512. propertyPath: _runOnDevice
  513. value: 0
  514. objectReference: {fileID: 0}
  515. - target: {fileID: 1822324684617798183, guid: c08405fbe85658c4b8ed7b2ae7e496c3,
  516. type: 3}
  517. propertyPath: _glassDofType
  518. value: 1
  519. objectReference: {fileID: 0}
  520. - target: {fileID: 1822324684617798183, guid: c08405fbe85658c4b8ed7b2ae7e496c3,
  521. type: 3}
  522. propertyPath: _controllerType
  523. value: 2
  524. objectReference: {fileID: 0}
  525. - target: {fileID: 1822324684617798183, guid: c08405fbe85658c4b8ed7b2ae7e496c3,
  526. type: 3}
  527. propertyPath: _enableNativeRender
  528. value: 1
  529. objectReference: {fileID: 0}
  530. - target: {fileID: 6999742323018492191, guid: c08405fbe85658c4b8ed7b2ae7e496c3,
  531. type: 3}
  532. propertyPath: configuration
  533. value:
  534. objectReference: {fileID: 11400000, guid: 2a7cb4760505eb7409afa5bfcd5c0801,
  535. type: 2}
  536. - target: {fileID: 8166778813318336035, guid: c08405fbe85658c4b8ed7b2ae7e496c3,
  537. type: 3}
  538. propertyPath: m_Name
  539. value: GxrToolkit
  540. objectReference: {fileID: 0}
  541. m_RemovedComponents: []
  542. m_SourcePrefab: {fileID: 100100000, guid: c08405fbe85658c4b8ed7b2ae7e496c3, type: 3}
  543. --- !u!1001 &2146173540
  544. PrefabInstance:
  545. m_ObjectHideFlags: 0
  546. serializedVersion: 2
  547. m_Modification:
  548. m_TransformParent: {fileID: 532486663}
  549. m_Modifications:
  550. - target: {fileID: 2482300325011169997, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  551. type: 3}
  552. propertyPath: m_RootOrder
  553. value: 2
  554. objectReference: {fileID: 0}
  555. - target: {fileID: 2482300325011169997, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  556. type: 3}
  557. propertyPath: m_LocalScale.x
  558. value: 0.3
  559. objectReference: {fileID: 0}
  560. - target: {fileID: 2482300325011169997, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  561. type: 3}
  562. propertyPath: m_LocalScale.y
  563. value: 0.3
  564. objectReference: {fileID: 0}
  565. - target: {fileID: 2482300325011169997, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  566. type: 3}
  567. propertyPath: m_LocalScale.z
  568. value: 0.3
  569. objectReference: {fileID: 0}
  570. - target: {fileID: 2482300325011169997, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  571. type: 3}
  572. propertyPath: m_LocalPosition.x
  573. value: 0.5
  574. objectReference: {fileID: 0}
  575. - target: {fileID: 2482300325011169997, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  576. type: 3}
  577. propertyPath: m_LocalPosition.y
  578. value: 0
  579. objectReference: {fileID: 0}
  580. - target: {fileID: 2482300325011169997, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  581. type: 3}
  582. propertyPath: m_LocalPosition.z
  583. value: 3
  584. objectReference: {fileID: 0}
  585. - target: {fileID: 2482300325011169997, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  586. type: 3}
  587. propertyPath: m_LocalRotation.w
  588. value: 1
  589. objectReference: {fileID: 0}
  590. - target: {fileID: 2482300325011169997, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  591. type: 3}
  592. propertyPath: m_LocalRotation.x
  593. value: -0
  594. objectReference: {fileID: 0}
  595. - target: {fileID: 2482300325011169997, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  596. type: 3}
  597. propertyPath: m_LocalRotation.y
  598. value: -0
  599. objectReference: {fileID: 0}
  600. - target: {fileID: 2482300325011169997, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  601. type: 3}
  602. propertyPath: m_LocalRotation.z
  603. value: -0
  604. objectReference: {fileID: 0}
  605. - target: {fileID: 2482300325011169997, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  606. type: 3}
  607. propertyPath: m_LocalEulerAnglesHint.x
  608. value: 0
  609. objectReference: {fileID: 0}
  610. - target: {fileID: 2482300325011169997, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  611. type: 3}
  612. propertyPath: m_LocalEulerAnglesHint.y
  613. value: 0
  614. objectReference: {fileID: 0}
  615. - target: {fileID: 2482300325011169997, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  616. type: 3}
  617. propertyPath: m_LocalEulerAnglesHint.z
  618. value: 0
  619. objectReference: {fileID: 0}
  620. - target: {fileID: 2482300325011170001, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  621. type: 3}
  622. propertyPath: m_Name
  623. value: NumCube2
  624. objectReference: {fileID: 0}
  625. m_RemovedComponents: []
  626. m_SourcePrefab: {fileID: 100100000, guid: f5e2ae8049e7ce24da5c8d044aabf99f, type: 3}
  627. --- !u!4 &2146173541 stripped
  628. Transform:
  629. m_CorrespondingSourceObject: {fileID: 2482300325011169997, guid: f5e2ae8049e7ce24da5c8d044aabf99f,
  630. type: 3}
  631. m_PrefabInstance: {fileID: 2146173540}
  632. m_PrefabAsset: {fileID: 0}