This repository was archived by the owner on Apr 23, 2026. It is now read-only.
Release 0.4.0
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