Property RuntimePath
RuntimePath
The path used by the Addressables system to load initialization data.
선언
public static string RuntimePath { get; }
프로퍼티 값
타입 | 설명 |
---|---|
string |
참고
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.