Brak opisu
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.

GamepadVisualizer.unity 12KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419
  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.37311953, g: 0.38074014, b: 0.3587274, a: 1}
  42. m_UseRadianceAmbientProbe: 0
  43. --- !u!157 &3
  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: 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: 1162315431}
  102. --- !u!196 &4
  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 &676010914
  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: 676010918}
  135. - component: {fileID: 676010917}
  136. - component: {fileID: 676010916}
  137. m_Layer: 0
  138. m_Name: Main Camera
  139. m_TagString: MainCamera
  140. m_Icon: {fileID: 0}
  141. m_NavMeshLayer: 0
  142. m_StaticEditorFlags: 0
  143. m_IsActive: 1
  144. --- !u!81 &676010916
  145. AudioListener:
  146. m_ObjectHideFlags: 0
  147. m_CorrespondingSourceObject: {fileID: 0}
  148. m_PrefabInstance: {fileID: 0}
  149. m_PrefabAsset: {fileID: 0}
  150. m_GameObject: {fileID: 676010914}
  151. m_Enabled: 1
  152. --- !u!20 &676010917
  153. Camera:
  154. m_ObjectHideFlags: 0
  155. m_CorrespondingSourceObject: {fileID: 0}
  156. m_PrefabInstance: {fileID: 0}
  157. m_PrefabAsset: {fileID: 0}
  158. m_GameObject: {fileID: 676010914}
  159. m_Enabled: 1
  160. serializedVersion: 2
  161. m_ClearFlags: 2
  162. m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0}
  163. m_projectionMatrixMode: 1
  164. m_GateFitMode: 2
  165. m_FOVAxisMode: 0
  166. m_Iso: 200
  167. m_ShutterSpeed: 0.005
  168. m_Aperture: 16
  169. m_FocusDistance: 10
  170. m_FocalLength: 50
  171. m_BladeCount: 5
  172. m_Curvature: {x: 2, y: 11}
  173. m_BarrelClipping: 0.25
  174. m_Anamorphism: 0
  175. m_SensorSize: {x: 36, y: 24}
  176. m_LensShift: {x: 0, y: 0}
  177. m_NormalizedViewPortRect:
  178. serializedVersion: 2
  179. x: 0
  180. y: 0
  181. width: 1
  182. height: 1
  183. near clip plane: 0.3
  184. far clip plane: 1000
  185. field of view: 60
  186. orthographic: 0
  187. orthographic size: 5
  188. m_Depth: -1
  189. m_CullingMask:
  190. serializedVersion: 2
  191. m_Bits: 4294967295
  192. m_RenderingPath: -1
  193. m_TargetTexture: {fileID: 0}
  194. m_TargetDisplay: 0
  195. m_TargetEye: 3
  196. m_HDR: 1
  197. m_AllowMSAA: 1
  198. m_AllowDynamicResolution: 0
  199. m_ForceIntoRT: 0
  200. m_OcclusionCulling: 1
  201. m_StereoConvergence: 10
  202. m_StereoSeparation: 0.022
  203. --- !u!4 &676010918
  204. Transform:
  205. m_ObjectHideFlags: 0
  206. m_CorrespondingSourceObject: {fileID: 0}
  207. m_PrefabInstance: {fileID: 0}
  208. m_PrefabAsset: {fileID: 0}
  209. m_GameObject: {fileID: 676010914}
  210. m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
  211. m_LocalPosition: {x: 0, y: 1, z: -10}
  212. m_LocalScale: {x: 1, y: 1, z: 1}
  213. m_ConstrainProportionsScale: 0
  214. m_Children: []
  215. m_Father: {fileID: 0}
  216. m_RootOrder: 0
  217. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  218. --- !u!4 &989925709 stripped
  219. Transform:
  220. m_CorrespondingSourceObject: {fileID: 5430831075476541851, guid: b8429651427a640919754290f3704312,
  221. type: 3}
  222. m_PrefabInstance: {fileID: 5430831075364511436}
  223. m_PrefabAsset: {fileID: 0}
  224. --- !u!850595691 &1162315431
  225. LightingSettings:
  226. m_ObjectHideFlags: 0
  227. m_CorrespondingSourceObject: {fileID: 0}
  228. m_PrefabInstance: {fileID: 0}
  229. m_PrefabAsset: {fileID: 0}
  230. m_Name: Settings.lighting
  231. serializedVersion: 6
  232. m_GIWorkflowMode: 1
  233. m_EnableBakedLightmaps: 1
  234. m_EnableRealtimeLightmaps: 1
  235. m_RealtimeEnvironmentLighting: 1
  236. m_BounceScale: 1
  237. m_AlbedoBoost: 1
  238. m_IndirectOutputScale: 1
  239. m_UsingShadowmask: 1
  240. m_BakeBackend: 1
  241. m_LightmapMaxSize: 1024
  242. m_BakeResolution: 40
  243. m_Padding: 2
  244. m_LightmapCompression: 3
  245. m_AO: 0
  246. m_AOMaxDistance: 1
  247. m_CompAOExponent: 1
  248. m_CompAOExponentDirect: 0
  249. m_ExtractAO: 0
  250. m_MixedBakeMode: 2
  251. m_LightmapsBakeMode: 1
  252. m_FilterMode: 1
  253. m_LightmapParameters: {fileID: 15204, guid: 0000000000000000f000000000000000, type: 0}
  254. m_ExportTrainingData: 0
  255. m_TrainingDataDestination: TrainingData
  256. m_RealtimeResolution: 2
  257. m_ForceWhiteAlbedo: 0
  258. m_ForceUpdates: 0
  259. m_FinalGather: 0
  260. m_FinalGatherRayCount: 256
  261. m_FinalGatherFiltering: 1
  262. m_PVRCulling: 1
  263. m_PVRSampling: 1
  264. m_PVRDirectSampleCount: 32
  265. m_PVRSampleCount: 512
  266. m_PVREnvironmentSampleCount: 256
  267. m_PVREnvironmentReferencePointCount: 2048
  268. m_LightProbeSampleCountMultiplier: 4
  269. m_PVRBounces: 2
  270. m_PVRMinBounces: 2
  271. m_PVREnvironmentImportanceSampling: 1
  272. m_PVRFilteringMode: 1
  273. m_PVRDenoiserTypeDirect: 1
  274. m_PVRDenoiserTypeIndirect: 1
  275. m_PVRDenoiserTypeAO: 1
  276. m_PVRFilterTypeDirect: 0
  277. m_PVRFilterTypeIndirect: 0
  278. m_PVRFilterTypeAO: 0
  279. m_PVRFilteringGaussRadiusDirect: 1
  280. m_PVRFilteringGaussRadiusIndirect: 5
  281. m_PVRFilteringGaussRadiusAO: 2
  282. m_PVRFilteringAtrousPositionSigmaDirect: 0.5
  283. m_PVRFilteringAtrousPositionSigmaIndirect: 2
  284. m_PVRFilteringAtrousPositionSigmaAO: 1
  285. m_PVRTiledBaking: 0
  286. m_NumRaysToShootPerTexel: -1
  287. --- !u!1 &1615874397
  288. GameObject:
  289. m_ObjectHideFlags: 0
  290. m_CorrespondingSourceObject: {fileID: 0}
  291. m_PrefabInstance: {fileID: 0}
  292. m_PrefabAsset: {fileID: 0}
  293. serializedVersion: 6
  294. m_Component:
  295. - component: {fileID: 1615874398}
  296. - component: {fileID: 1615874399}
  297. m_Layer: 0
  298. m_Name: DeviceCurrent
  299. m_TagString: Untagged
  300. m_Icon: {fileID: 0}
  301. m_NavMeshLayer: 0
  302. m_StaticEditorFlags: 0
  303. m_IsActive: 1
  304. --- !u!4 &1615874398
  305. Transform:
  306. m_ObjectHideFlags: 0
  307. m_CorrespondingSourceObject: {fileID: 0}
  308. m_PrefabInstance: {fileID: 0}
  309. m_PrefabAsset: {fileID: 0}
  310. m_GameObject: {fileID: 1615874397}
  311. m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
  312. m_LocalPosition: {x: -955.3655, y: -464.9797, z: 160.45508}
  313. m_LocalScale: {x: 1, y: 1, z: 1}
  314. m_ConstrainProportionsScale: 0
  315. m_Children: []
  316. m_Father: {fileID: 989925709}
  317. m_RootOrder: 0
  318. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  319. --- !u!114 &1615874399
  320. MonoBehaviour:
  321. m_ObjectHideFlags: 0
  322. m_CorrespondingSourceObject: {fileID: 0}
  323. m_PrefabInstance: {fileID: 0}
  324. m_PrefabAsset: {fileID: 0}
  325. m_GameObject: {fileID: 1615874397}
  326. m_Enabled: 1
  327. m_EditorHideFlags: 0
  328. m_Script: {fileID: 11500000, guid: 50c7363fac4d24ae8a679e3e8f1fa838, type: 3}
  329. m_Name:
  330. m_EditorClassIdentifier:
  331. m_Label: Gamepad.current
  332. m_HistorySamples: 0
  333. m_TimeWindow: 3
  334. m_Rect:
  335. serializedVersion: 2
  336. x: 650
  337. y: 50
  338. width: 200
  339. height: 50
  340. m_Visualization: 8
  341. m_ControlPath: <Gamepad>/buttonEast
  342. m_ControlIndex: 0
  343. --- !u!1001 &5430831075364511436
  344. PrefabInstance:
  345. m_ObjectHideFlags: 0
  346. serializedVersion: 2
  347. m_Modification:
  348. serializedVersion: 3
  349. m_TransformParent: {fileID: 0}
  350. m_Modifications:
  351. - target: {fileID: 5430831075476541849, guid: b8429651427a640919754290f3704312,
  352. type: 3}
  353. propertyPath: m_Name
  354. value: GamepadVis
  355. objectReference: {fileID: 0}
  356. - target: {fileID: 5430831075476541851, guid: b8429651427a640919754290f3704312,
  357. type: 3}
  358. propertyPath: m_RootOrder
  359. value: 1
  360. objectReference: {fileID: 0}
  361. - target: {fileID: 5430831075476541851, guid: b8429651427a640919754290f3704312,
  362. type: 3}
  363. propertyPath: m_LocalPosition.x
  364. value: 955.3655
  365. objectReference: {fileID: 0}
  366. - target: {fileID: 5430831075476541851, guid: b8429651427a640919754290f3704312,
  367. type: 3}
  368. propertyPath: m_LocalPosition.y
  369. value: 464.9797
  370. objectReference: {fileID: 0}
  371. - target: {fileID: 5430831075476541851, guid: b8429651427a640919754290f3704312,
  372. type: 3}
  373. propertyPath: m_LocalPosition.z
  374. value: -160.45508
  375. objectReference: {fileID: 0}
  376. - target: {fileID: 5430831075476541851, guid: b8429651427a640919754290f3704312,
  377. type: 3}
  378. propertyPath: m_LocalRotation.w
  379. value: 1
  380. objectReference: {fileID: 0}
  381. - target: {fileID: 5430831075476541851, guid: b8429651427a640919754290f3704312,
  382. type: 3}
  383. propertyPath: m_LocalRotation.x
  384. value: 0
  385. objectReference: {fileID: 0}
  386. - target: {fileID: 5430831075476541851, guid: b8429651427a640919754290f3704312,
  387. type: 3}
  388. propertyPath: m_LocalRotation.y
  389. value: 0
  390. objectReference: {fileID: 0}
  391. - target: {fileID: 5430831075476541851, guid: b8429651427a640919754290f3704312,
  392. type: 3}
  393. propertyPath: m_LocalRotation.z
  394. value: 0
  395. objectReference: {fileID: 0}
  396. - target: {fileID: 5430831075476541851, guid: b8429651427a640919754290f3704312,
  397. type: 3}
  398. propertyPath: m_LocalEulerAnglesHint.x
  399. value: 0
  400. objectReference: {fileID: 0}
  401. - target: {fileID: 5430831075476541851, guid: b8429651427a640919754290f3704312,
  402. type: 3}
  403. propertyPath: m_LocalEulerAnglesHint.y
  404. value: 0
  405. objectReference: {fileID: 0}
  406. - target: {fileID: 5430831075476541851, guid: b8429651427a640919754290f3704312,
  407. type: 3}
  408. propertyPath: m_LocalEulerAnglesHint.z
  409. value: 0
  410. objectReference: {fileID: 0}
  411. m_RemovedComponents: []
  412. m_RemovedGameObjects: []
  413. m_AddedGameObjects:
  414. - targetCorrespondingSourceObject: {fileID: 5430831075476541851, guid: b8429651427a640919754290f3704312,
  415. type: 3}
  416. insertIndex: -1
  417. addedObject: {fileID: 1615874398}
  418. m_AddedComponents: []
  419. m_SourcePrefab: {fileID: 100100000, guid: b8429651427a640919754290f3704312, type: 3}