erste Softwareentwicklung mit Dario
parent
9e0985121d
commit
e0a7015e74
|
@ -0,0 +1,15 @@
|
||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!114 &11400000
|
||||||
|
MonoBehaviour:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 0}
|
||||||
|
m_Enabled: 1
|
||||||
|
m_EditorHideFlags: 0
|
||||||
|
m_Script: {fileID: 11500000, guid: ad074644ff568a14187a3690cfbd7534, type: 3}
|
||||||
|
m_Name: ONSPSettings
|
||||||
|
m_EditorClassIdentifier:
|
||||||
|
voiceLimit: 64
|
|
@ -0,0 +1,8 @@
|
||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 9ff18950bda6c49c6994c339405b6029
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 11400000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
File diff suppressed because one or more lines are too long
|
@ -11,9 +11,12 @@ EditorBuildSettings:
|
||||||
- enabled: 0
|
- enabled: 0
|
||||||
path: Assets/Scenes/Level4.unity
|
path: Assets/Scenes/Level4.unity
|
||||||
guid: 1ed06952d366d423cb7cf0f9e0e9b137
|
guid: 1ed06952d366d423cb7cf0f9e0e9b137
|
||||||
- enabled: 1
|
- enabled: 0
|
||||||
path: Assets/Scenes/Level1.unity
|
path: Assets/Scenes/Level1.unity
|
||||||
guid: 0051e37332433432da434f679558d602
|
guid: 0051e37332433432da434f679558d602
|
||||||
|
- enabled: 1
|
||||||
|
path: Assets/Scenes/Level2.unity
|
||||||
|
guid: c59b2350f960e47edbbc6896aa9cfb4c
|
||||||
m_configObjects:
|
m_configObjects:
|
||||||
Unity.XR.Oculus.Settings: {fileID: 11400000, guid: 015fc2a142dfa4378abc1816b35114af, type: 2}
|
Unity.XR.Oculus.Settings: {fileID: 11400000, guid: 015fc2a142dfa4378abc1816b35114af, type: 2}
|
||||||
com.unity.xr.management.loader_settings: {fileID: 11400000, guid: f85c2bb18c726442ea022ccc77a027d2, type: 2}
|
com.unity.xr.management.loader_settings: {fileID: 11400000, guid: f85c2bb18c726442ea022ccc77a027d2, type: 2}
|
||||||
|
|
|
@ -138,6 +138,9 @@ PlayerSettings:
|
||||||
preloadedAssets:
|
preloadedAssets:
|
||||||
- {fileID: 0}
|
- {fileID: 0}
|
||||||
- {fileID: 0}
|
- {fileID: 0}
|
||||||
|
- {fileID: 11400000, guid: 015fc2a142dfa4378abc1816b35114af, type: 2}
|
||||||
|
- {fileID: 0}
|
||||||
|
- {fileID: 6386649963891869070, guid: f85c2bb18c726442ea022ccc77a027d2, type: 2}
|
||||||
metroInputSource: 0
|
metroInputSource: 0
|
||||||
wsaTransparentSwapchain: 0
|
wsaTransparentSwapchain: 0
|
||||||
m_HolographicPauseOnTrackingLoss: 1
|
m_HolographicPauseOnTrackingLoss: 1
|
||||||
|
|
Loading…
Reference in New Issue