This version of Unity is unsupported.

PlayerSettings.SetScriptingBackend

Switch to Manual

Declaration

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.