Skip to content

Commit 7fd23e1

Browse files
chore: try to fix unity 6 test
1 parent 382647b commit 7fd23e1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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)