-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 762 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 762 Bytes
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
{
"name": "net.devoe.ai.uas",
"version": "1.11.2",
"displayName": "Utility Ai Creator",
"description": "An editor tool for quickly creating complex Utility Ais with a minimum of coding.",
"unity": "2021.2",
"author": {
"name": "Henrik Thue \u00d8lgaard",
"email": "developeroelgaard@gmail.com"
},
"keywords": [
"Ai",
"Utility Ai",
"Editor Tool",
"UI Tool"
],
"type": "tool",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "2.0.2",
"com.unity.editorcoroutines": "1.0.0"
},
"documentationUrl": "https://github.com/DevOelgaard/UnityUtilityAiSystem/tree/master",
"changelogUrl": "https://github.com/DevOelgaard/UnityUtilityAiSystem/commits/master",
"unityRelease": "10f1",
"hideInEditor": false
}