Field PathResolver
Resolves runtime placeholders (e.g. )
in a stored load path. Defaults to identity; Addressables initialization wires this to
AddressablesRuntimeProperties.EvaluateString so this lower-level assembly can
resolve paths without referencing the Addressables assembly.
Namespace: UnityEngine.ResourceManagement.ResourceProviders
Assembly: Unity.ResourceManager.dll
Syntax
public static Func<string, string> PathResolver
Returns
| Type | Description |
|---|---|
| Func<string, string> |