forked from brunomikoski/ScriptableObjectCollection
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 828 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 828 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
{
"name": "com.brunomikoski.scriptableobjectcollection",
"displayName": "Scriptable Object Collection",
"version": "1.6.2",
"unity": "2018.4",
"description": "A library to help improve the usability of Unity3D Scriptable Objects by grouping then into a collection and exposing then by code or nice inspectors!",
"keywords": [
"scriptable object",
"collection",
"code generation"
],
"category": "editor extensions",
"homepage": "https://github.com/brunomikoski/ScriptableObjectCollection",
"repository": {
"type": "git",
"url": "https://github.com/brunomikoski/ScriptableObjectCollection.git"
},
"bugs": "https://github.com/brunomikoski/ScriptableObjectCollection/issues",
"author": {
"name": "Bruno Mikoski",
"url": "https://www.brunomikoski.com"
},
"type": "library"
}