Releases: laicasaane/unity-addressables-manager
Releases · laicasaane/unity-addressables-manager
1.3.0
- Fix exception: Attempting to use an invalid operation handle #3
- Add
onFailed
invocation at the end of catch
blocks
- Improve
OperationResult<T>
struct and the way async APIs return the result
- BREAKING CHANGE: some constructors are removed from
OperationResult<T>
as deemed redundant