unity package structure
This commit is contained in:
27
Assets/ru.chikalin.textdecal/package.json
Normal file
27
Assets/ru.chikalin.textdecal/package.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "ru.chikalin.textdecal",
|
||||
"displayName": "TextMeshPro Decal",
|
||||
"version": "1.0.0",
|
||||
"description": "Decal for TextMeshPro",
|
||||
"license": "Refer to LICENSE.md file",
|
||||
"samples": [
|
||||
{
|
||||
"displayName": "URP Sample",
|
||||
"description": "URP Sample",
|
||||
"path": "Samples~/URP Sample"
|
||||
},
|
||||
{
|
||||
"displayName": "VR Sample",
|
||||
"description": "VR Sample",
|
||||
"path": "Samples~/VR Sample"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"com.unity.ugui": "2.0.0"
|
||||
},
|
||||
"author": {
|
||||
"name": "Kirill Chikalin",
|
||||
"email": "kirill@chikalin.ru",
|
||||
"url": "https://chikalin.ru"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user