-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 767 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 767 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
27
28
29
{
"name": "com.goodcat.un-inventory",
"author": "GoodCat",
"displayName": "UnInventory",
"description": "UnInventory - Inventory framework for Unity (inventories, hotbar, skill trees, etc)",
"unity": "2019.2",
"version": "1.0.0",
"keywords": [
"goodcat",
"inventory",
"hotbar"
],
"samples": [
{
"displayName": "Hero",
"description": "Bag - hero inventory, Dummy - hero dummy, HotBar - panel for using items",
"path": "Samples~/Sample.Hero"
},
{
"displayName": "Trade",
"description": "Several inventories for the implementation of trade",
"path": "Samples~/Sample.Trade"
}
],
"repository": {
"type": "git",
"url": "https://github.com/GoodCatGames/UnInventory.git"
}
}