Skip to content

Commit

Permalink
feat: scripting backend as il2cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
integraldx committed Dec 20, 2024
1 parent b2d3292 commit db4ae44
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,8 @@ PlayerSettings:
tvOS: UNITY_POST_PROCESSING_STACK_V2
additionalCompilerArguments: {}
platformArchitecture: {}
scriptingBackend: {}
scriptingBackend:
Standalone: 1
il2cppCompilerConfiguration: {}
managedStrippingLevel:
EmbeddedLinux: 1
Expand All @@ -821,7 +822,7 @@ PlayerSettings:
enableRoslynAnalyzers: 1
additionalIl2CppArgs:
scriptingRuntimeVersion: 1
gcIncremental: 0
gcIncremental: 1
assemblyVersionValidation: 1
gcWBarrierValidation: 0
apiCompatibilityLevelPerPlatform: {}
Expand Down

0 comments on commit db4ae44

Please sign in to comment.