-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 789 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 789 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
{
"name": "com.opalstudio.customtoolbar",
"version": "2.9.4",
"displayName": "CustomToolbar",
"description": "A Unity package that provides a custom toolbar for the Unity Editor, allowing developers to create and manage custom editor tools and functionalities.",
"unity": "2021.3",
"documentationUrl": "https://github.com/Alaxxxx/CustomToolbar",
"licensesUrl": "https://github.com/Alaxxxx/CustomToolbar/blob/master/License.md",
"license": "MIT",
"author": {
"name": "Alaxxxx",
"email": "contact@opalstudio.fr",
"url": "https://opalstudio.fr"
},
"keywords": [
"unity",
"toolbar",
"custom",
"asset",
"editor",
"tools",
"customization",
"editor tools"
]
}