更新xreal配置

This commit is contained in:
2026-05-09 12:08:40 +08:00
parent f04556e609
commit cbb94162e0
17 changed files with 223 additions and 5 deletions

View File

@@ -1,16 +1,18 @@
{
"MonoBehaviour": {
"Version": 3,
"Version": 5,
"EnableBurstCompilation": true,
"EnableOptimisations": true,
"EnableSafetyChecks": false,
"EnableDebugInAllBuilds": false,
"UsePlatformSDKLinker": false,
"DebugDataKind": 0,
"EnableArmv9SecurityFeatures": false,
"CpuMinTargetX32": 0,
"CpuMaxTargetX32": 0,
"CpuMinTargetX64": 0,
"CpuMaxTargetX64": 0,
"CpuTargetsX32": 6,
"CpuTargetsX64": 72
"CpuTargetsX64": 72,
"OptimizeFor": 0
}
}

View File

@@ -1,6 +1,6 @@
{
"MonoBehaviour": {
"Version": 3,
"Version": 5,
"DisabledWarnings": ""
}
}

View File

@@ -8,5 +8,9 @@ EditorBuildSettings:
m_configObjects:
com.unity.input.settings: {fileID: 11400000, guid: c8c74bf90d6715b4d87d227d8efc0b37,
type: 2}
com.unity.renderstreaming.settings: {fileID: 11400000, guid: 039337c008e9a5c44a60f957eae3e450,
com.unity.renderstreaming.settings: {fileID: 11400000, guid: c58ccff264f2e0948adda75e963ef90a,
type: 2}
com.unity.xr.management.loader_settings: {fileID: 11400000, guid: 7170621592f4a344aa61e8b6eb6f8534,
type: 2}
com.unity.xr.management.xrealsettings: {fileID: 11400000, guid: b2e55e571bd3de34c99377eb8237b83d,
type: 2}

View File

@@ -77,6 +77,7 @@ PlayerSettings:
androidMinimumWindowHeight: 300
androidFullscreenMode: 1
androidAutoRotationBehavior: 1
androidPredictiveBackSupport: 1
defaultIsNativeResolution: 1
macRetinaSupport: 1
runInBackground: 1

View File

@@ -0,0 +1,5 @@
{
"m_Settings": [
"RemoveLegacyInputHelpersForReload"
]
}