-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
28 lines (28 loc) · 922 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
{
"name": "com.mitay-walle.ui-circle-segmented",
"version": "1.1.0",
"displayName": "UI Circle Segmented",
"description": "Custom graphic for uGUI\n\nCircle splitted to segments, with \n- skip offset\n- sprite round\n- global offset\n- circle-spaced gradient",
"unity": "2018.4",
"documentationUrl": "https://github.com/mitay-walle/Unity3d-UICircleSegmented//blob/main/README.md",
"licensesUrl": "https://github.com/mitay-walle/Unity3d-UICircleSegmented//blob/main/LICENSE.md",
"dependencies": { },
"keywords": [
"UI",
"uGUI",
"Graphic",
"Geometry"
],
"author": {
"name": "mitay-walle",
"email": "mitay-walle91@mail.ru",
"url": "https://github.com/mitay-walle"
},
"samples": [
{
"displayName": "Usage Examples",
"description": "Contains scene with UICircleSegmented with different setup",
"path": "Samples/Samples"
}
]
}