Skip to content

Commit ad43e00

Browse files
chore: try to fix unity 6 test
1 parent a998b1c commit ad43e00

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

sample-unity6/Assets/Settings/Build Profiles/Windows Profile.asset

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ MonoBehaviour:
2020
rid: 5612885467593965569
2121
m_OverrideGlobalSceneList: 0
2222
m_Scenes: []
23-
m_ScriptingDefines: []
23+
m_ScriptingDefines:
24+
- UWB_WEBVIEW
2425
m_PlayerSettingsYaml:
2526
m_Settings:
2627
- line: '| PlayerSettings:'

sample-unity6/ProjectSettings/ProjectSettings.asset

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,8 @@ PlayerSettings:
777777
webGLWebAssemblyBigInt: 0
778778
webGLCloseOnQuit: 0
779779
webWasm2023: 0
780-
scriptingDefineSymbols: {}
780+
scriptingDefineSymbols:
781+
Standalone: UWB_WEBVIEW
781782
additionalCompilerArguments: {}
782783
platformArchitecture: {}
783784
scriptingBackend:

sample/ProjectSettings/ProjectSettings.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ PlayerSettings:
776776
webGLPowerPreference: 2
777777
scriptingDefineSymbols:
778778
Android: VUPLEX_STANDALONE
779-
Standalone: VUPLEX_STANDALONE
779+
Standalone: UWB_WEBVIEW;VUPLEX_STANDALONE
780780
iPhone:
781781
additionalCompilerArguments:
782782
Standalone:

0 commit comments

Comments
 (0)