Skip to content

Commit

Permalink
Settings tidyup (#788)
Browse files Browse the repository at this point in the history
Fix a few settings that shouldn't have been changed or change when project is loaded
  • Loading branch information
mikeskydev authored Dec 5, 2024
1 parent e2b0397 commit 26fea93
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Assets/Oculus/OculusProjectConfig.asset
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ MonoBehaviour:
systemSplashScreen: {fileID: 0}
systemSplashScreenType: 0
_systemLoadingScreenBackground: 0
ovrPluginMd5Win64: d72fb658f3d9064293fb2241e5525905551003f900539e0b4fc00777d76dbee1
ovrPluginMd5Android: 5ef6da3aad630673da6447f50e1b2d8aba8131f9f19a0720cb301a8c9f89d2b5
ovrPluginMd5Win64: d72fb658f3d9064293fb2241e55259057f9ac34a260fafcf32f36c4a3005911c
ovrPluginMd5Android: 5ef6da3aad630673da6447f50e1b2d8ae14dbda69fd9877bc13b87ed87f3752b
4 changes: 2 additions & 2 deletions Assets/XR/Settings/Open XR Package Settings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 1927c045052a06d49a9b21fdcaa26db6, type: 3}
m_Name: OculusXRFeature Standalone
m_EditorClassIdentifier:
m_enabled: 1
m_enabled: 0
nameUi: Meta XR Feature
version: 0.0.1
featureIdInternal: com.meta.openxr.feature.metaxr
Expand Down Expand Up @@ -647,7 +647,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 1927c045052a06d49a9b21fdcaa26db6, type: 3}
m_Name: OculusXRFeature Android
m_EditorClassIdentifier:
m_enabled: 1
m_enabled: 0
nameUi: Meta XR Feature
version: 0.0.1
featureIdInternal: com.meta.openxr.feature.metaxr
Expand Down
6 changes: 2 additions & 4 deletions Assets/XR/Settings/OpenXR Editor Settings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ MonoBehaviour:
m_EditorClassIdentifier:
Keys: 0100000007000000
Values:
- featureSets:
- com.meta.openxr.featureset.metaxr
- featureSets:
- com.meta.openxr.featureset.metaxr
- featureSets: []
- featureSets: []
m_vulkanAdditionalGraphicsQueue: 0
4 changes: 2 additions & 2 deletions Assets/XR/XRGeneralSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ MonoBehaviour:
m_AutomaticLoading: 0
m_AutomaticRunning: 0
m_Loaders:
- {fileID: 11400000, guid: df02db4506fe02b4892b2f1dab25abe6, type: 2}
- {fileID: 11400000, guid: 0aff50989b9ead845bdb50daaf977456, type: 2}
--- !u!114 &-5428386068462531570
MonoBehaviour:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -157,7 +157,7 @@ MonoBehaviour:
m_AutomaticLoading: 0
m_AutomaticRunning: 0
m_Loaders:
- {fileID: 11400000, guid: df02db4506fe02b4892b2f1dab25abe6, type: 2}
- {fileID: 11400000, guid: 0aff50989b9ead845bdb50daaf977456, type: 2}
--- !u!114 &8915350425150617969
MonoBehaviour:
m_ObjectHideFlags: 0
Expand Down
2 changes: 1 addition & 1 deletion ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ PlayerSettings:
clonedFromGUID: 00000000000000000000000000000000
templatePackageId:
templateDefaultScene:
useCustomMainManifest: 0
useCustomMainManifest: 1
useCustomLauncherManifest: 0
useCustomMainGradleTemplate: 0
useCustomLauncherGradleManifest: 0
Expand Down

0 comments on commit 26fea93

Please sign in to comment.