Skip to content

Commit 3907b7e

Browse files
author
Timothy Edrick Burhan
committed
fusion2 build: enable unsafe code & define symbol for fusion
1 parent 9e380a9 commit 3907b7e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

fusion-v2/ProjectSettings/ProjectSettings.asset

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,8 @@ PlayerSettings:
707707
webGLThreadsSupport: 0
708708
webGLDecompressionFallback: 0
709709
webGLPowerPreference: 2
710-
scriptingDefineSymbols: {}
710+
scriptingDefineSymbols:
711+
Standalone: FUSION_WEAVER;FUSION2
711712
additionalCompilerArguments: {}
712713
platformArchitecture: {}
713714
scriptingBackend: {}
@@ -728,7 +729,7 @@ PlayerSettings:
728729
tvOS: 1
729730
incrementalIl2cppBuild: {}
730731
suppressCommonWarnings: 1
731-
allowUnsafeCode: 0
732+
allowUnsafeCode: 1
732733
useDeterministicCompilation: 1
733734
enableRoslynAnalyzers: 1
734735
selectedPlatform: 0

0 commit comments

Comments
 (0)