InteractiveMask/package.json
max 4bd5e53592 Sample
- Added example setup.
2021-03-03 12:54:31 +01:00

28 lines
611 B
JSON

{
"name": "com.tech_art_outsource.interactive_mask",
"displayName": "TAO Interactive Mask",
"version": "0.1.0",
"unity": "2020.2",
"unityRelease": "1f1",
"description": "A tool to setup interactive masks.",
"category": "Tool",
"type": "tool",
"license": "MIT",
"author": {
"name": "Max Kruf",
"email": "info@maxartz15.com",
"url": "https://www.maxartz15.com"
},
"keywords": [
"tech art outsource",
"interactive mask"
],
"samples": [
{
"displayName": "Example 1",
"description": "Mask setup example.",
"path": "Samples~/Example1"
}
]
}