Metatex
Metatex is a metadata-only texture asset importer for Unity. It procedurally generates a texture from metadata at import-time.
It provides the following texture generators at the moment:
- Shader/Material baker
- Solid color
- Linear/radial gradient
- Colormaps (Matplotlib colormaps, Turbo, HSLuv and HSV)
- Checkerboard
- UV checker
- TV test card
- Emoji
About Emoji Textures
The Emoji texture generator downloads color emoji assets (image files) from the noto-emoji repository in an on-demand fashion. It requires an internet connection on importing.
Note that you should follow the noto-emoji license terms when using imported assets in your project. See the repository documentation for details.
Related Project
- Metamesh - Metadata-only mesh asset importer
How To Install
This package uses the scoped registry feature to resolve package dependencies. Open the Package Manager page in the Project Settings window and add the following entry to the Scoped Registries list:
- Name:
Keijiro
- URL:
https://registry.npmjs.com
- Scope:
jp.keijiro
Now you can install the package from My Registries page in the Package Manager window.