forked from radiatoryang/hedera
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (26 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
23
24
25
26
27
28
{
"name": "com.radiatoryang.hedera",
"displayName": "Hedera",
"description": "Paint 3D ivy in the editor and simulate ivy growth. \n\n IMPORTANT: in Package Manager, click 'Samples' below to import default ivy profiles and textures into your project's Assets folder.",
"version": "1.2.3",
"unity": "2018.3",
"license": "GPL-2.0-or-later",
"documentationUrl": "https://github.com/radiatoryang/hedera/wiki",
"author": {
"name": "Robert Yang",
"email": "[email protected]",
"url": "https://debacle.us"
},
"keywords": [
"ivy", "foliage", "environment", "paint", "art", "3d", "world", "env"
],
"dependencies": {
},
"samples": [
{
"displayName": "Example Ivy Profiles and Textures",
"description": "Sample ivy scene + ivy profiles + textures you can use.",
"path": "Samples~/ExampleIvyScene"
}
]
}