Skip to content

4.0.0

Choose a tag to compare

@ErnSur ErnSur released this 15 Aug 19:40
· 11 commits to upm since this release

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 before AssetDatabase initialization