-
Notifications
You must be signed in to change notification settings - Fork 60
/
package.json
31 lines (31 loc) · 1009 Bytes
/
package.json
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
{
"name": "net.peeweek.gameplay-ingredients",
"displayName": "Gameplay Ingredients",
"version": "2021.3.2",
"category": "Gameplay",
"documentationUrl": "https://peeweek.readthedocs.io/en/latest/gameplay-ingredients/index.html",
"licensesUrl": "https://github.com/peeweek/net.peeweek.gameplay-ingredients/blob/master/LICENSE",
"changelogUrl": "https://github.com/peeweek/net.peeweek.gameplay-ingredients/blob/master/CHANGELOG.md",
"unity": "2021.3",
"description": "Gameplay ingredients - A Collection of scripts for the editor and runtime to set-up gameplay actions and logic in your games.",
"dependencies": {
"com.unity.cinemachine": "2.8.4",
"com.unity.timeline": "1.6.4",
"com.dbrizov.naughtyattributes": "2.1.4"
},
"keywords": [
"Gameplay",
"Ingredients",
"Unity",
"Behaviour",
"State Machine",
"Editor",
"Streaming"
],
"hideInEditor": false,
"author" :
{
"name" : "PeeWeeK.NET",
"url" : "https://github.com/peeweek/"
}
}