Property RuntimePath
RuntimePath
The path used by the Addressables system to load initialization data.
Declaration
public static string RuntimePath { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
When running in the Editor Addressables.RuntimePath returns the path to the locally built data in the LibraryPath. When running in a player this returns the path to the same content found in streamingAssetsPath. This folder contains the settings, local catalog and Addressables managed local asset bundles.