Skip to content

Commit 9c6d089

Browse files
committed
Migrate all scenes to new input system
1 parent e0a97c0 commit 9c6d089

23 files changed

Lines changed: 1780 additions & 1586 deletions

File tree

Assets/Samples/AudioClassification/AudioClassification.unity

Lines changed: 79 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ OcclusionCullingSettings:
1313
--- !u!104 &2
1414
RenderSettings:
1515
m_ObjectHideFlags: 0
16-
serializedVersion: 9
16+
serializedVersion: 10
1717
m_Fog: 0
1818
m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1}
1919
m_FogMode: 3
@@ -38,13 +38,12 @@ RenderSettings:
3838
m_ReflectionIntensity: 1
3939
m_CustomReflection: {fileID: 0}
4040
m_Sun: {fileID: 0}
41-
m_IndirectSpecularColor: {r: 0.3708708, g: 0.37838137, b: 0.35725543, a: 1}
4241
m_UseRadianceAmbientProbe: 0
4342
--- !u!157 &3
4443
LightmapSettings:
4544
m_ObjectHideFlags: 0
46-
serializedVersion: 12
47-
m_GIWorkflowMode: 1
45+
serializedVersion: 13
46+
m_BakeOnSceneLoad: 0
4847
m_GISettings:
4948
serializedVersion: 2
5049
m_BounceScale: 1
@@ -67,9 +66,6 @@ LightmapSettings:
6766
m_LightmapParameters: {fileID: 0}
6867
m_LightmapsBakeMode: 1
6968
m_TextureCompression: 1
70-
m_FinalGather: 0
71-
m_FinalGatherFiltering: 1
72-
m_FinalGatherRayCount: 256
7369
m_ReflectionCompression: 2
7470
m_MixedBakeMode: 2
7571
m_BakeBackend: 1
@@ -178,14 +174,14 @@ MonoBehaviour:
178174
m_ScreenCoordScaleBias: {x: 0, y: 0, z: 0, w: 0}
179175
m_RequiresDepthTexture: 0
180176
m_RequiresColorTexture: 0
181-
m_Version: 2
182177
m_TaaSettings:
183-
quality: 3
184-
frameInfluence: 0.1
185-
jitterScale: 1
186-
mipBias: 0
187-
varianceClampScale: 0.9
188-
contrastAdaptiveSharpening: 0
178+
m_Quality: 3
179+
m_FrameInfluence: 0.1
180+
m_JitterScale: 1
181+
m_MipBias: 0
182+
m_VarianceClampScale: 0.9
183+
m_ContrastAdaptiveSharpening: 0
184+
m_Version: 2
189185
--- !u!81 &18713537
190186
AudioListener:
191187
m_ObjectHideFlags: 0
@@ -339,74 +335,6 @@ CanvasRenderer:
339335
m_PrefabAsset: {fileID: 0}
340336
m_GameObject: {fileID: 361282987}
341337
m_CullTransparentMesh: 1
342-
--- !u!1 &865937423
343-
GameObject:
344-
m_ObjectHideFlags: 0
345-
m_CorrespondingSourceObject: {fileID: 0}
346-
m_PrefabInstance: {fileID: 0}
347-
m_PrefabAsset: {fileID: 0}
348-
serializedVersion: 6
349-
m_Component:
350-
- component: {fileID: 865937426}
351-
- component: {fileID: 865937425}
352-
- component: {fileID: 865937424}
353-
m_Layer: 0
354-
m_Name: EventSystem
355-
m_TagString: Untagged
356-
m_Icon: {fileID: 0}
357-
m_NavMeshLayer: 0
358-
m_StaticEditorFlags: 0
359-
m_IsActive: 1
360-
--- !u!114 &865937424
361-
MonoBehaviour:
362-
m_ObjectHideFlags: 0
363-
m_CorrespondingSourceObject: {fileID: 0}
364-
m_PrefabInstance: {fileID: 0}
365-
m_PrefabAsset: {fileID: 0}
366-
m_GameObject: {fileID: 865937423}
367-
m_Enabled: 1
368-
m_EditorHideFlags: 0
369-
m_Script: {fileID: 11500000, guid: 4f231c4fb786f3946a6b90b886c48677, type: 3}
370-
m_Name:
371-
m_EditorClassIdentifier:
372-
m_SendPointerHoverToParent: 1
373-
m_HorizontalAxis: Horizontal
374-
m_VerticalAxis: Vertical
375-
m_SubmitButton: Submit
376-
m_CancelButton: Cancel
377-
m_InputActionsPerSecond: 10
378-
m_RepeatDelay: 0.5
379-
m_ForceModuleActive: 0
380-
--- !u!114 &865937425
381-
MonoBehaviour:
382-
m_ObjectHideFlags: 0
383-
m_CorrespondingSourceObject: {fileID: 0}
384-
m_PrefabInstance: {fileID: 0}
385-
m_PrefabAsset: {fileID: 0}
386-
m_GameObject: {fileID: 865937423}
387-
m_Enabled: 1
388-
m_EditorHideFlags: 0
389-
m_Script: {fileID: 11500000, guid: 76c392e42b5098c458856cdf6ecaaaa1, type: 3}
390-
m_Name:
391-
m_EditorClassIdentifier:
392-
m_FirstSelected: {fileID: 0}
393-
m_sendNavigationEvents: 1
394-
m_DragThreshold: 10
395-
--- !u!4 &865937426
396-
Transform:
397-
m_ObjectHideFlags: 0
398-
m_CorrespondingSourceObject: {fileID: 0}
399-
m_PrefabInstance: {fileID: 0}
400-
m_PrefabAsset: {fileID: 0}
401-
m_GameObject: {fileID: 865937423}
402-
serializedVersion: 2
403-
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
404-
m_LocalPosition: {x: 0, y: 0, z: 0}
405-
m_LocalScale: {x: 1, y: 1, z: 1}
406-
m_ConstrainProportionsScale: 0
407-
m_Children: []
408-
m_Father: {fileID: 0}
409-
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
410338
--- !u!1 &969456743
411339
GameObject:
412340
m_ObjectHideFlags: 0
@@ -689,6 +617,74 @@ RectTransform:
689617
type: 3}
690618
m_PrefabInstance: {fileID: 1056012442}
691619
m_PrefabAsset: {fileID: 0}
620+
--- !u!1001 &1418628051
621+
PrefabInstance:
622+
m_ObjectHideFlags: 0
623+
serializedVersion: 2
624+
m_Modification:
625+
serializedVersion: 3
626+
m_TransformParent: {fileID: 0}
627+
m_Modifications:
628+
- target: {fileID: 2522252860299167466, guid: 04d39afd117fb48a788d3d23386c1df4,
629+
type: 3}
630+
propertyPath: m_LocalPosition.x
631+
value: 0
632+
objectReference: {fileID: 0}
633+
- target: {fileID: 2522252860299167466, guid: 04d39afd117fb48a788d3d23386c1df4,
634+
type: 3}
635+
propertyPath: m_LocalPosition.y
636+
value: 0
637+
objectReference: {fileID: 0}
638+
- target: {fileID: 2522252860299167466, guid: 04d39afd117fb48a788d3d23386c1df4,
639+
type: 3}
640+
propertyPath: m_LocalPosition.z
641+
value: 0
642+
objectReference: {fileID: 0}
643+
- target: {fileID: 2522252860299167466, guid: 04d39afd117fb48a788d3d23386c1df4,
644+
type: 3}
645+
propertyPath: m_LocalRotation.w
646+
value: 1
647+
objectReference: {fileID: 0}
648+
- target: {fileID: 2522252860299167466, guid: 04d39afd117fb48a788d3d23386c1df4,
649+
type: 3}
650+
propertyPath: m_LocalRotation.x
651+
value: 0
652+
objectReference: {fileID: 0}
653+
- target: {fileID: 2522252860299167466, guid: 04d39afd117fb48a788d3d23386c1df4,
654+
type: 3}
655+
propertyPath: m_LocalRotation.y
656+
value: 0
657+
objectReference: {fileID: 0}
658+
- target: {fileID: 2522252860299167466, guid: 04d39afd117fb48a788d3d23386c1df4,
659+
type: 3}
660+
propertyPath: m_LocalRotation.z
661+
value: 0
662+
objectReference: {fileID: 0}
663+
- target: {fileID: 2522252860299167466, guid: 04d39afd117fb48a788d3d23386c1df4,
664+
type: 3}
665+
propertyPath: m_LocalEulerAnglesHint.x
666+
value: 0
667+
objectReference: {fileID: 0}
668+
- target: {fileID: 2522252860299167466, guid: 04d39afd117fb48a788d3d23386c1df4,
669+
type: 3}
670+
propertyPath: m_LocalEulerAnglesHint.y
671+
value: 0
672+
objectReference: {fileID: 0}
673+
- target: {fileID: 2522252860299167466, guid: 04d39afd117fb48a788d3d23386c1df4,
674+
type: 3}
675+
propertyPath: m_LocalEulerAnglesHint.z
676+
value: 0
677+
objectReference: {fileID: 0}
678+
- target: {fileID: 8519135380993347229, guid: 04d39afd117fb48a788d3d23386c1df4,
679+
type: 3}
680+
propertyPath: m_Name
681+
value: EventSystem
682+
objectReference: {fileID: 0}
683+
m_RemovedComponents: []
684+
m_RemovedGameObjects: []
685+
m_AddedGameObjects: []
686+
m_AddedComponents: []
687+
m_SourcePrefab: {fileID: 100100000, guid: 04d39afd117fb48a788d3d23386c1df4, type: 3}
692688
--- !u!1 &1512599847
693689
GameObject:
694690
m_ObjectHideFlags: 0
@@ -770,5 +766,5 @@ SceneRoots:
770766
m_Roots:
771767
- {fileID: 18713539}
772768
- {fileID: 969456747}
773-
- {fileID: 865937426}
769+
- {fileID: 1418628051}
774770
- {fileID: 1015977250}

0 commit comments

Comments
 (0)