This version of Unity is unsupported.

PlayerSettings.GetScriptingBackend

Switch to Manual

Declaration

public static ScriptingImplementation GetScriptingBackend(BuildTargetGroup targetGroup);

Description

Gets the scripting framework for a BuildTargetPlatformGroup.

Gets the ScriptingImplementation for a given BuildTargetPlatformGroup. Will return either IL2CPP, Mono, or .NET.