-
Notifications
You must be signed in to change notification settings - Fork 176
/
package.json
32 lines (32 loc) · 883 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
23
24
25
26
27
28
29
30
31
32
{
"name": "com.marijnzwemmer.unity-toolbar-extender",
"version": "1.4.2",
"displayName": "Toolbar Extender",
"description": "Extend the Unity Toolbar with your own Editor UI code.",
"unity": "2021.1",
"dependencies": {},
"keywords": [
"toolbar",
"extender",
"custom",
"UI",
"button"
],
"author": {
"name": "Marijn Zwemmer",
"email": "marijn@marijnzwemmer.com",
"url": "https://github.com/marijnz/unity-toolbar-extender"
},
"samples": [
{
"displayName": "Scene switcher buttons",
"description": "Adds two buttons to toolbar which demonstrate handling play mode changes",
"path": "Example~/SceneSwitcher"
},
{
"displayName": "Scene view focuser",
"description": "Adds a toggle button to toolbar which demonstrates use of EditorPrefs",
"path": "Example~/SceneViewFocuser"
}
]
}