Enum AddressablesPlatform
Options for the Addressables build platform.
Namespace: UnityEngine.AddressableAssets
Syntax
public enum AddressablesPlatform
Fields
Name | Description | Value |
---|---|---|
Android | Use to indicate that the build platform is Android. |
|
iOS | Use to indicate that the build platform is iOS. |
|
Linux | Use to indicate that the build platform is Linux. |
|
OSX | Use to indicate that the build platform is OSX. |
|
PS4 | Use to indicate that the build platform is PS4. |
|
Switch | Use to indicate that the build platform is PS4. |
|
Unknown | Use to indicate that the build platform is unknown. |
|
WebGL | Use to indicate that the build platform is WebGL. |
|
Windows | Use to indicate that the build platform is Windows. |
|
WindowsUniversal | Use to indicate that the build platform is WindowsUniversal. |
|
XboxOne | Use to indicate that the build platform is XboxOne. |