-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 720 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "com.greenbamboogames.builtinuiresbrowser",
"version": "1.0.2",
"displayName": "Built-in UI Resources Browser!",
"description": "Browser built-in icons, StyleSheets and VisualTreeAssets in Unity Editor.",
"unity": "2019.4",
"documentationUrl": "https://github.com/SolarianZ/UnityBuiltinUIResBrowser",
"changelogUrl": "https://github.com/SolarianZ/UnityBuiltinUIResBrowser/releases",
"licensesUrl": "https://github.com/SolarianZ/UnityBuiltinUIResBrowser/blob/main/LICENSE",
"keywords": [
"Editor",
"Icon",
"Overview"
],
"author": {
"name": "ZQY",
"email": "vdergow@hotmail.com",
"url": "https://github.com/SolarianZ"
},
"type": "tool",
"hideInEditor": false
}