This package has been deprecated

Author message:

deprecated

com.littlebigfun.addressable-importer

0.4.1 • Public • Published

Unity Addressable Importer

Icon

All Contributors

A simple rule based addressable asset importer.

The importer marks assets as addressable, by applying to files having a path matching the rule pattern.

Install package

Install as a git package

This is the recommended way to track update. 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"
    }
}

Install as an embbed package via submodule

This way gives you more control if you want to modify the package based on your purpose. Fork the repo, and checkout to your Packages folder as submodule.

git submodule add https://github.com/[YOURNAME]/unity-addressable-importer.git Packages/unity-addressable-importer
git add -A
git ci -m "Imported unity-addressable-importer as embbed package"

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

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

Media

Icons made by Freepik from flaticon.com

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i com.littlebigfun.addressable-importer

    Weekly Downloads

    2

    Version

    0.4.1

    License

    MIT

    Unpacked Size

    590 kB

    Total Files

    45

    Last publish

    Collaborators

    • favoyang