forked from antonysze/unity-custom-play-button
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
22 lines (22 loc) · 871 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
{
"name": "com.antonysze.custom-play-button",
"version": "1.0.0",
"displayName": "Custom Play Button",
"description": "Extend the Unity Toolbar with custom play buttons.\n\nPrerequisite package:\n unity-toolbar-extender\n - https://github.com/marijnz/unity-toolbar-extender.git",
"unity": "2019.1",
"keywords": [
"toolbar",
"scene",
"custom",
"UI",
"button"
],
"author": {
"name": "Antony Sze",
"email": "antonyszex@gmail.com",
"url": "https://github.com/antonysze/"
},
"documentationUrl": "https://github.com/antonysze/Unity-Custom-Play-Button/blob/main/README.md",
"changelogUrl": "https://github.com/antonysze/Unity-Custom-Play-Button/blob/main/CHANGELOG.md",
"licensesUrl": "https://github.com/antonysze/Unity-Custom-Play-Button/blob/main/LICENSE.md"
}