MipMapTextureCreator.

Added MipMapTextureCreator script to samples.
This commit is contained in:
max
2021-04-23 17:10:40 +02:00
parent 9f0566f358
commit 583373b050
5 changed files with 92 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "com.tech_art_outsource.scene_debug_viewer",
"displayName": "TAO Scene Debug Viewer",
"version": "1.1.0",
"version": "1.2.0",
"unity": "2019.4",
"description": "View your scene with custom shaders to enhance debugging/development.",
"category": "Tool",
@@ -15,5 +15,12 @@
"keywords": [
"tech art outsource",
"debug viewer"
],
"samples": [
{
"displayName": "MipMapTextureCreator",
"description": "Create colored mip maps.",
"path": "Samples~/MipMapTextureCreator"
}
]
}