-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 922 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 922 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
{
"name": "thisaislan.scriptables",
"version": "3.0.0",
"unity": "2021.3",
"displayName": "Scriptables",
"description": "Extend ScriptableObjects with reactive events, runtime reference keeping, editor debugging tools, and clean data separation between edit-time and play-mode. Ships with an inspector panel and a creation wizard.",
"documentationUrl": "https://github.com/thisaislan/scriptables",
"changelogUrl": "https://github.com/thisaislan/scriptables/main/CHANGELOG.md",
"licensesUrl": "https://github.com/thisaislan/scriptables/blob/main/LICENSE.md",
"keywords": [
"ScriptableObject",
"Reactive",
"Debugging",
"Editor Tools",
"Runtime",
"Workflow",
"Utilities"
],
"category": "ScriptableObject",
"dependencies": {
},
"author": {
"name": "thisaislan",
"url": "https://github.com/thisaislan"
}
}