SceneDebugViewer/package.json
max 583373b050 MipMapTextureCreator.
Added MipMapTextureCreator script to samples.
2021-04-23 17:10:40 +02:00

26 lines
648 B
JSON

{
"name": "com.tech_art_outsource.scene_debug_viewer",
"displayName": "TAO Scene Debug Viewer",
"version": "1.2.0",
"unity": "2019.4",
"description": "View your scene with custom shaders to enhance debugging/development.",
"category": "Tool",
"type": "tool",
"license": "MIT",
"author": {
"name": "Max Kruf",
"email": "info@maxartz15.com",
"url": "https://www.maxartz15.com"
},
"keywords": [
"tech art outsource",
"debug viewer"
],
"samples": [
{
"displayName": "MipMapTextureCreator",
"description": "Create colored mip maps.",
"path": "Samples~/MipMapTextureCreator"
}
]
}