buildProfile | The build profile to be set as the active build profile. When the value is null, Unity sets the classic platform as active. |
Sets the active build profile.
When you switch to a build profile that targets a non-active platform, this function reimports assets affected by the target platform settings and then returns. All script files will be compiled on the next Editor update.
Note: This method isn't available to set build profiles that target a non-active platform when running the Editor in batch mode. Changing the platform requires recompiling script code for the given platform, which can't be done while script code is executing. This isn't a problem in the Editor as the operation is deferred to the next Editor update. However, in batch mode the Editor will stop after executing the designated script code, so deferring the operation isn't possible. To set a build profile that targets a non-active platform in batch mode, use the activeBuildProfile command-line argument.