Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

Install via UPM

Add to Unity Package Manager using this URL

https://www.pkglnk.dev/unity-addressables-manager.git

README Markdown

Copy this to your project's README.md

Style
Preview
pkglnk installs badge
## Installation

Add **Unity Addressables Manager** to your Unity project via Package Manager:

1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/unity-addressables-manager.git
```

[![pkglnk](https://www.pkglnk.dev/badge/unity-addressables-manager.svg?style=pkglnk)](https://www.pkglnk.dev/pkg/unity-addressables-manager)

Dependencies (1)

README

Unity Addressables Manager

  • The APIs provided by AddressablesManager are equivalent to that of Addressables, with 3 kinds of overloading: callback, coroutine, and async.
  • Loaded assets, scenes, and instances will be cached for later uses.

Changelog

1.3.2

  • Support the usecase of disabled Domain Reload

1.3.1

  • Correct all async APIs

1.3.0

  • Fix exception: Attempting to use an invalid operation handle
  • 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

1.2.2

1.2.0

  • Support synchronous APIs in Addressables 1.17
  • Improve exceptions and logs handling
  • Exceptions and logs handling behaviours can be changed via AddressablesManager.ExceptionHandle, AddressablesManager.SuppressErrorLogs and AddressablesManager.SuppressWarningLogs properties

1.1.0

  • Use UniTask when it is included in the project
  • Add InitializeAsync methods
  • Breaking change: Rename AsyncResult to OperationResult

Comments

No comments yet. Be the first!