-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (32 loc) · 981 Bytes
/
package.json
File metadata and controls
33 lines (32 loc) · 981 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
27
28
29
30
31
32
33
{
"name": "easybuttons",
"version": "1.3.1",
"displayName": "Easy Buttons",
"description": "Add buttons to your inspector in Unity super easily with this simple attribute.",
"keywords": [
"button",
"editor",
"inspector"
],
"author": {
"name": "Romenics",
"url": "https://discord.com/invite/celestialcommand"
},
"type": "template",
"documentationUrl": "https://github.com/Romenics/EasyButtons/blob/main/README.md",
"changelogUrl": "https://github.com/Romenics/EasyButtons/blob/main/CHANGELOG.md",
"samples": [
{
"displayName": "Buttons Example",
"path": "Samples~/ButtonsExample"
},
{
"displayName": "Custom Editor Buttons Example",
"path": "Samples~/CustomEditorButtonsExample"
},
{
"displayName": "Scriptable Object Example",
"path": "Samples~/ScriptableObjectExample"
}
]
}