mirror of
https://github.com/maxartz15/SceneDebugViewer.git
synced 2026-03-11 20:05:57 +01:00
MipMapTextureCreator.
Added MipMapTextureCreator script to samples.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user