Class ResourceLocationUtil
Utility class for working with resource locations in the Resource Manager.
Inherited Members
Namespace: UnityEngine.ResourceManagement.ResourceProviders
Assembly: Unity.ResourceManager.dll
Syntax
public static class ResourceLocationUtil
Methods
| Name | Description |
|---|---|
| GetLoadInfo(IResourceLocation, ResourceManager, out LoadType, out string) | Determines the load type and path for a given resource location. Evaluates whether the resource should be loaded locally or via web request based on the path and options. |