InteractiveMask/package.json

27 lines
610 B
JSON
Raw Normal View History

2021-03-01 10:44:15 +01:00
{
2021-03-01 17:19:36 +01:00
"name": "com.tech_art_outsource.interactive_mask",
"displayName": "TAO Interactive Mask",
2021-04-06 10:17:36 +02:00
"version": "0.3.0",
2021-03-01 17:19:36 +01:00
"unity": "2020.2",
"unityRelease": "1f1",
"description": "A tool to setup interactive masks.",
2021-03-01 10:44:15 +01:00
"category": "Tool",
"type": "tool",
"license": "MIT",
"author": {
"name": "Max Kruf",
"email": "info@maxartz15.com",
"url": "https://www.maxartz15.com"
},
"keywords": [
2021-03-01 17:19:36 +01:00
"tech art outsource",
"interactive mask"
2021-03-03 12:54:31 +01:00
],
"samples": [
{
"displayName": "Example 1",
"description": "Mask setup example.",
"path": "Samples~/Example1"
}
2021-03-01 10:44:15 +01:00
]
2021-03-08 14:36:48 +01:00
}