-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.54 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "com.neoxider.tools",
"displayName": "NeoxiderTools",
"version": "9.0.0",
"unity": "2022.1",
"unityRelease": "0f1",
"description": "Production-ready Unity tools and gameplay modules for rapid development, with no-code components, samples, and module documentation.",
"author": {
"name": "Neoxider"
},
"dependencies": {
"com.unity.textmeshpro": "3.0.6",
"com.unity.ai.navigation": "1.1.7",
"com.unity.inputsystem": "1.14.2"
},
"repository": {
"type": "git",
"url": "https://github.com/NeoXider/NeoxiderTools.git"
},
"documentationUrl": "https://github.com/NeoXider/NeoxiderTools/tree/main/Assets/Neoxider/Docs",
"changelogUrl": "https://github.com/NeoXider/NeoxiderTools/blob/main/Assets/Neoxider/CHANGELOG.md",
"licensesUrl": "https://github.com/NeoXider/NeoxiderTools/blob/main/Assets/Neoxider/LICENSE.md",
"samples": [
{
"displayName": "Demo Scenes",
"description": "Sample scenes and integration examples for Condition, Tools, GridSystem, Shop, and other modules.",
"path": "Samples~/Demo"
},
{
"displayName": "NeoxiderPages",
"description": "Optional page-navigation sample module with PM, UIPage, BtnChangePage, and UIKit helpers.",
"path": "Samples~/NeoxiderPages"
}
],
"keywords": [
"neoxider",
"tools",
"starter",
"extensions",
"no-code",
"state-machine"
],
"license": "Custom"
}