Unity_TextureManager

TextureManager
provides simple system to manage some textures.
Each texture data could have some meta values.
Note
TextureManager
manages some textures with these name.
Because of the GetHashCode()
in .Net is not guarantee the return value is unique.
In another Apps or with another version .Net, it may return another value.
- Reference
Limitation
Texture name is must be unique because Manager manages with the name. This is a quite important limitation to sync with another apps.
Import to Your Project
You can import this asset from UnityPackage.
Dependencies
You have to import following assets to use this asset.