Skip to content

Commit 1e06019

Browse files
authored
Turn off run in background in sample project to match MR OpenXR Plugin recommendation (#992)
* Update ProjectSettings.asset * Create MixedRealityOpenXRValidationSettings.asset
1 parent d23bfff commit 1e06019

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"<Ruleset>k__BackingField": 0
3+
}

UnityProjects/MRTKDevTemplate/ProjectSettings/ProjectSettings.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ PlayerSettings:
7676
androidFullscreenMode: 1
7777
defaultIsNativeResolution: 1
7878
macRetinaSupport: 1
79-
runInBackground: 1
79+
runInBackground: 0
8080
captureSingleScreen: 0
8181
muteOtherAudioSources: 0
8282
Prepare IOS For Recording: 0

0 commit comments

Comments
 (0)