-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 1007 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
{
"name": "com.mitay-walle.grid-raw-image",
"version": "0.5.0",
"displayName": "UI Grid Raw Image",
"description": "Custom graphic for uGUI\n\nSingle-object/texture Grid image, excelent for tile-based inventory, with \n- extrude\n- skip cells\n- resize rectTransform to fit\n- valid raycasting for input",
"unity": "2018.4",
"keywords": [
"UI",
"Graphic",
"Geometry"
],
"documentationUrl": "https://github.com/mitay-walle/com.mitay-walle.grid-raw-image//blob/main/README.md",
"licensesUrl": "https://github.com/mitay-walle/com.mitay-walle.grid-raw-image//blob/main/LICENSE.md",
"author": {
"name": "mitay-walle",
"email": "mitay-walle91@mail.ru",
"url": "https://github.com/mitay-walle"
},
"samples": [
{
"displayName": "Usage Examples",
"description": "Contains scene with Grid Raw Image",
"path": "Samples~/Scenes"
}
],
"author": "mitay-walle <mitay-walle91@mail.ru> (https://github.com/mitay-walle)"
}