Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

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 1 month ago
JSON representation

A rule based addressable asset importer

Lists

README

        


logo


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
Favo Yang

💻
AlkisFortuneFish
AlkisFortuneFish

💻
Danilo Nishimura
Danilo Nishimura

💻
K-Dark
K-Dark

💻
caochao
caochao

💻
Haruki Yano
Haruki Yano

💻
Edwin Lyons
Edwin Lyons

💻


Mefodei
Mefodei

💻
Giuseppe Toto
Giuseppe Toto

💻
Laicasaane
Laicasaane

💻
JVince
JVince

💻
Nick Mok
Nick Mok

🐛
KarolGu
KarolGu

🐛
vaartis
vaartis

💻


Takumi Katsuraya
Takumi Katsuraya

💻
Roman Novikov
Roman Novikov

💻
Takanori Uzuka
Takanori Uzuka

💻
VladV
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)