-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
22 lines (22 loc) · 926 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
{
"name": "com.oddworm.scriptableobjectcontainer",
"version": "1.0.0",
"displayName": "ScriptableObject Container",
"description": "The ScriptableObject Container package provides the ability to nest ScriptableObjects and work with them in a similar manner as Components.\n\nYou can add a ScriptableObject to another ScriptableObject Container just like how you add a Component to a GameObject.\n\nOn the scripting side, you retrieve ScriptableObjects from the Container in a similar way to how you retrieve Components from a GameObject.",
"unity": "2021.3",
"documentationUrl": "https://github.com/pschraut/UnityScriptableObjectContainer",
"dependencies": {
},
"keywords": [
"unity",
"debug"
],
"author": {
"name": "Peter Schraut",
"url": "http://console-dev.de"
},
"repository": {
"type": "git",
"url": "https://github.com/pschraut/UnityScriptableObjectContainer.git"
}
}