Class PlatformExtensions
Platform class extensions.
Inherited Members
Namespace: Unity.Build.Classic
Assembly: solution.dll
Syntax
public static class PlatformExtensions
Properties
Name | Description |
---|---|
IsEditorInstalledWithHub | Determine if the editor was installed with Unity Hub. |
Methods
Name | Description |
---|---|
InstallModule(Platform) | Install a platform module from Unity Hub or download page. |
IsActiveBuildTarget(Platform) | Determine if a platform is currently the active build target. |
IsModuleInstalled(Platform) | Determine if a platform module is installed. |
SetActiveBuildTargetAsync(Platform) | Set a platform as the current active build target. |