| Parameter | Description |
|---|---|
| buildTarget | The target platform as a NamedBuildTarget. |
| backend | The scripting back end to set for the specified target platform, as a ScriptingImplementation. |
Sets the scripting back end for a given build target.
Sets the scripting back end to use for a specific Player build target. The scripting back end must be a value from the ScriptingImplementation enum. For more information on scripting back ends, refer to Scripting back ends in the Unity manual.
Note: BuildTargetGroup is marked for future deprecation. Use the version of this method that accepts a NamedBuildTarget parameter instead.