https://github.com/favoyang/unity-addressable-importer
A rule based addressable asset importer
https://github.com/favoyang/unity-addressable-importer
addressable addressables hacktoberfest openupm unity upm
Last synced: about 2 months ago
JSON representation
A rule based addressable asset importer
- Host: GitHub
- URL: https://github.com/favoyang/unity-addressable-importer
- Owner: favoyang
- License: mit
- Created: 2019-06-28T16:10:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-24T00:41:06.000Z (over 1 year ago)
- Last Synced: 2025-04-01T12:04:47.426Z (about 2 months ago)
- Topics: addressable, addressables, hacktoberfest, openupm, unity, upm
- Language: C#
- Homepage:
- Size: 584 KB
- Stars: 901
- Watchers: 26
- Forks: 122
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
- awesome-unity3d - unity-addressable-importer - A rule based addressable asset importer (Open Source Repositories / Asset Bundle / Addressable Assets)
- awesome-unity3d - unity-addressable-importer - A rule based addressable asset importer (Open Source Repositories / Asset Bundle / Addressable Assets)
- awesome-unity3d - unity-addressable-importer - A rule based addressable asset importer (Open Source Repositories / Asset Bundle / Addressable Assets)
README
![]()
Unity Addressable Importer
A simple rule-based addressable asset importer. The importer marks assets as addressable, by applying to files having a path matching the rule pattern.
Table of Contents
- [Install Package](#install-package)
- [Install via OpenUPM](#install-via-openupm)
- [Install via Git URL](#install-via-git-url)
- [How to Use](#how-to-use)
- [Contributors ✨](#contributors-)
- [Media](#media)## Install Package
### Install via OpenUPM
The package is available on the [openupm registry](https://openupm.com). It's recommended to install it via [openupm-cli](https://github.com/openupm/openupm-cli).
```
openupm add com.littlebigfun.addressable-importer
```### Install via Git URL
Open *Packages/manifest.json* with your favorite text editor. Add the following line to the dependencies block.
```json
{
"dependencies": {
"com.littlebigfun.addressable-importer": "https://github.com/favoyang/unity-addressable-importer.git"
}
}
```Notice: Unity Package Manager records the current commit to a lock entry of the *manifest.json*. To update to the latest version, change the hash value manually or remove the lock entry to resolve the package.
```json
"lock": {
"com.littlebigfun.addressable-importer": {
"revision": "master",
"hash": "..."
}
}
```## How to Use
See [usage](./Documentation~/AddressableImporter.md)
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Favo Yang
💻
AlkisFortuneFish
💻
Danilo Nishimura
💻
K-Dark
💻
caochao
💻
Haruki Yano
💻
Edwin Lyons
💻
Mefodei
💻
Giuseppe Toto
💻
Laicasaane
💻
JVince
💻
Nick Mok
🐛
KarolGu
🐛
vaartis
💻
Takumi Katsuraya
💻
Roman Novikov
💻
Takanori Uzuka
💻
VladV
💻
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
## Media
Icons made by [Freepik](https://www.flaticon.com/authors/freepik) from [flaticon.com](http://www.flaticon.com)