CapabilitySystem/Packages/AutoUI/package.json

27 lines
662 B
JSON
Raw Permalink Normal View History

2026-04-15 19:47:09 +08:00
{
"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"
}
]
}