In Unity, any folder name Resources will be setup its files to be loaded at runtime via local paths.
Resources
To load these assets in Airship use the Asset class:
Asset
const myPrefab: GameObject = Asset.LoadAsset("Local/Path/From/Resources.prefab");
Look to the Unity Resources Folderarrow-up-right page for more information.
Last updated 5 months ago