https://github.com/xjine/unity_texturestorage
TextureManager provides simple system to manage some textures.
https://github.com/xjine/unity_texturestorage
assets unity
Last synced: about 2 months ago
JSON representation
TextureManager provides simple system to manage some textures.
- Host: GitHub
- URL: https://github.com/xjine/unity_texturestorage
- Owner: XJINE
- License: bsd-3-clause
- Created: 2019-04-09T06:46:30.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2022-01-24T00:39:41.000Z (over 4 years ago)
- Last Synced: 2025-04-03T09:12:38.668Z (about 1 year ago)
- Topics: assets, unity
- Language: C#
- Homepage:
- Size: 85 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity_TextureStorage

``TextureStorage`` provides simple system to manage some textures with meta.
## Dependencies
You have to import following assets to use this asset.
- [Unity_IInitializable](https://github.com/XJINE/Unity_IInitializable)