Class PlatformMappingService
Determines the Addressables build platform that should be used based on the target player build platform.
Inherited Members
Namespace: UnityEngine.AddressableAssets
Syntax
public class PlatformMappingService
Methods
GetPlatform()
Retrieves the Addressables build platform that is being used.
Declaration
public static AddressablesPlatform GetPlatform()
Returns
Type | Description |
---|---|
AddressablesPlatform | Returns the Addressables build platform that is being used. |