Skip to content

Releases: ErnSur/One-Asset

4.0.4

05 Aug 08:26
Compare
Choose a tag to compare

Fixed

  • Fixed NRE in header drawer
  • Fixed asset creation from InitializeOnLoad callbacks in Unity 6

4.0.3

14 May 15:59
Compare
Choose a tag to compare

Fixed

  • It is now possible to create assets from InitializeOnLoad callbacks

4.0.2

02 Sep 06:21
Compare
Choose a tag to compare

Fixed

Added missing icon files

4.0.0

15 Aug 19:40
Compare
Choose a tag to compare

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