favoyang / unity-addressable-importer

A rule based addressable asset importer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 via OpenUPM

The package is available on the openupm registry. It's recommended to install it via 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.

    {
        "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.

    "lock": {
      "com.littlebigfun.addressable-importer": {
        "revision": "master",
        "hash": "..."
      }
    }

How to Use

See usage

Contributors ✨

Thanks goes to these wonderful people (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 specification. Contributions of any kind welcome!

Media

Icons made by Freepik from flaticon.com

About

A rule based addressable asset importer

License:MIT License


Languages

Language:C# 100.0%