-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathpackage.json
31 lines (31 loc) · 1.19 KB
/
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": "com.brunomikoski.scriptableobjectcollection",
"displayName": "Scriptable Object Collection",
"version": "2.3.8",
"unity": "2022.2",
"description": "A library to help improve the usability of Unity3D Scriptable Objects by grouping them into a collection and exposing them 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",
"samples": [
{
"displayName": "Addressables Loaded Collection",
"description": "This sample shows how you can leverage the ScriptableObjectCollection to create a collection that is managed by the Addressables system. Allowing you to update it on the fly and also show some of the new features of the 2.3.1 version",
"path": "Samples~/AddressablesCollection"
}
]
}