Releases: ErnSur/One-Asset
Releases · ErnSur/One-Asset
4.0.4
4.0.3
4.0.2
4.0.0
About
First standalone release of One Asset. This package was initially embedded in the QuickEye-Utility repository.
Changes
- Big API refactor
SingletonAssetAttribute
->LoadFromAssetAttribute
CreateAssetAutomaticallyAttribute
->LoadFromAssetAttribute.CreateAssetIfMissing
SingletonMonoBehaviour
->OneGameObject
SingletonScriptableObject
->OneScriptableObject
ScriptableObjectFactory
->OneAssetLoader
OneAssetLoader
became the source of the package functionality- Added support for "unsafe loading" with
AssetLoadOptions.LoadAndForget
. This allows for asset loading beforeAssetDatabase
initialization