This version of Unity is unsupported.

PlayerSettings.GetDefaultScriptingBackend

Switch to Manual

Declaration

public static ScriptingImplementation GetDefaultScriptingBackend(BuildTargetGroup targetGroup);

Parameters

targetGroup The platform group to retrieve the scripting backend for.

Returns

ScriptingImplementation A ScriptingImplementation object that describes the default scripting backend used on that platform.

Description

Returns the default ScriptingImplementation used for the given platform group.