LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

PlayerSettings.SetScriptingBackend

Switch to Manual
public static void SetScriptingBackend(BuildTargetGroup targetGroup, ScriptingImplementation backend);

Description

Sets the scripting framework for a BuildTargetPlatformGroup.

Sets the scripting framework that Unity will use for a specific BuildTargetPlatformGroup. Sets either IL2CPP, Mono, or .NET as the backend scripting framework.