An open API service indexing awesome lists of open source software.

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.

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)