- Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
16 lines (16 loc) · 510 Bytes
/
Copy pathpackage.json
File metadata and controls
16 lines (16 loc) · 510 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "io.lee.scriptableobjectmenu",
"version": "2.1.0",
"displayName": "Scriptable Object Menu",
"description": "Create Scriptable Object script and asset file instances from the Unity Editor.",
"licensesUrl": "https://github.com/lee-io/ScriptableObject-Menu/blob/master/LICENSE",
"changelogUrl": "https://github.com/lee-io/ScriptableObject-Menu/blob/master/CHANGELOG.md",
"keywords": [
"Unity",
"Editor",
"ScriptableObject",
"Scriptable Object"
],
"type": "tool",
"hideInEditor": true
}