Asset Accessor

CarterGames.SaveManager.Runtime
CarterGames.Assets.SaveManager

You can use the asset accessor class to get any scriptable object from the asset at runtime. You can also use this to get any save object if you’d like but it is mainly for runtime access for som eof the asset functionality.

API

Methods

T GetAsset<T>()

List<T> GetAssets<T>()