https://github.com/xjine/unity_mipmaptesttexturegenerator
Visualize mip levels of objects.
https://github.com/xjine/unity_mipmaptesttexturegenerator
assets unity
Last synced: 2 months ago
JSON representation
Visualize mip levels of objects.
- Host: GitHub
- URL: https://github.com/xjine/unity_mipmaptesttexturegenerator
- Owner: XJINE
- License: bsd-3-clause
- Created: 2019-06-25T03:11:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-25T03:48:36.000Z (about 7 years ago)
- Last Synced: 2025-06-22T08:44:50.632Z (about 1 year ago)
- Topics: assets, unity
- Language: C#
- Homepage:
- Size: 377 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity_MipMapTestTextureGenerator

MipMapTestTextureGenerator generates a texture which has custom mipmap.
## How to Use

Show "Custom" menu and select "MipMapTestTextureGenerator". Then, set a size and some colors to fill each mip-level texture.
## Import to Your Project
You can import this asset from UnityPackage.
- [MipMapTestTextureGenerator.unitypackage](https://github.com/XJINE/Unity_MipMapTestTextureGenerator/blob/master/MipMapTestTextureGenerator.unitypackage)
### Dependencies
You have to import following assets to use this asset.
- [Unity_AssetCreationHelper](https://github.com/XJINE/Unity_AssetCreationHelper)