Skip to content
This repository was archived by the owner on Apr 23, 2026. It is now read-only.

Release 0.4.0

Choose a tag to compare

@CoderGamester CoderGamester released this 08 Nov 16:58
· 8 commits to master since this release
07e35bf

What's Changed

New:

  • Added new "Toggle Auto Import" button in the "Tools/Addressables/" Menu item to allow pausing processing all asset importers when code recompiles. Allowing the editor to be faster reloading on script changes

Changed:

  • Changed IAssetLoader to execute a callback when operation is completed. This allows for non-Task operations to execute logic in it's own scope

Fixed:

  • Prevented the generation of AddressableId when it failed to properly process an asset type. This way avoids future compilation errors while properly reporting the Asset Type failed to load.

Full Changelog: 0.3.0...0.4.0