27 lines
662 B
JSON
27 lines
662 B
JSON
{
|
|
"name": "com.autoui.generator",
|
|
"displayName": "AutoUI Generator",
|
|
"version": "1.5.0",
|
|
"unity": "2021.3",
|
|
"description": "AI-powered Unity UI prefab generator",
|
|
"keywords": ["ui", "generator", "ai", "prefab", "automation"],
|
|
"category": "Editor",
|
|
"dependencies": {
|
|
"com.unity.textmeshpro": "3.0.0",
|
|
"com.unity.ugui": "1.0.0",
|
|
"com.unity.nuget.newtonsoft-json": "3.2.1"
|
|
},
|
|
"author": {
|
|
"name": "AutoUI Team",
|
|
"email": "support@autoui.com",
|
|
"url": "https://autoui.com"
|
|
},
|
|
"samples": [
|
|
{
|
|
"displayName": "Sample Images",
|
|
"description": "Example images for testing",
|
|
"path": "Samples"
|
|
}
|
|
]
|
|
}
|