https://github.com/insthync/unity-addressable-asset-research
Researching about Unity's addressable asset, to find proper way to use it :P
https://github.com/insthync/unity-addressable-asset-research
Last synced: 2 months ago
JSON representation
Researching about Unity's addressable asset, to find proper way to use it :P
- Host: GitHub
- URL: https://github.com/insthync/unity-addressable-asset-research
- Owner: insthync
- License: mit
- Created: 2024-08-15T12:41:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-16T09:33:20.000Z (almost 2 years ago)
- Last Synced: 2025-01-19T17:53:38.668Z (over 1 year ago)
- Language: Mathematica
- Size: 3.11 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unity-addressable-asset-research
Researching about Unity's addressable asset, to find proper way to use it :P
- [1](https://github.com/insthync/unity-addressable-asset-research/commit/e8837d93461f2f342183e99e3070c2bcaebf4672) Try load asset from addressable to use as prefab, and release it after all destroyed, it works as intended.
- [2](https://github.com/insthync/unity-addressable-asset-research/commit/09b3a3206ecb20aedf4e8c4b64779e1c009978b1) Try instantiate more than one instance, it works as intended, all memory were cleared.
- [3](https://github.com/insthync/unity-addressable-asset-research/commit/6a1ce56a0d26f04b04e22c67beda455705c34e5d) Try to release handles later, it works as intended.