-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
17 lines (17 loc) · 992 Bytes
/
Copy pathpackage.json
File metadata and controls
17 lines (17 loc) · 992 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "com.neoxider.coreaihub",
"version": "5.9.0",
"displayName": "CoreAI Hub (UI Toolkit)",
"unity": "6000.0",
"description": "Optional UI Toolkit window for CoreAI: a tabbed Hub that renders pages registered into CoreAI's HubPageRegistry (Chat, Settings, Statistics, Mods, and C#/Lua-authored pages). Lazy per-tab content, live tab rebuild on register/unregister, semi-transparent runtime panel, and a future path to Unity 6.5 world-space PanelRenderer. Install this package only when you want the built-in Hub window; without it CoreAI still exposes the registry so you can render pages on your own uGUI/UITK canvas via the API. Depends on com.neoxider.coreai.",
"author": {
"name": "Neoxider",
"url": "https://github.com/NeoXider/CoreAI"
},
"license": "PolyForm-Noncommercial-1.0.0",
"licensesUrl": "https://github.com/NeoXider/CoreAI/blob/main/LICENSE",
"dependencies": {
"com.neoxider.coreai": "5.9.0",
"com.neoxider.coreaiunity": "5.9.0"
}
}