forked from Unity-Technologies/com.unity.demoteam.hair
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
22 lines (22 loc) · 784 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.unity.demoteam.hair",
"displayName": "Demo Team Hair System",
"version": "0.9.1-exp.1",
"unity": "2020.2",
"unityRelease": "0f1",
"description": "An integrated solution for authoring / importing / simulating / rendering strand-based hair in Unity.",
"dependencies": {
"com.unity.burst": "1.4.1",
"com.unity.collections": "0.15.0-preview.21",
"com.unity.mathematics": "1.2.6",
"com.unity.render-pipelines.core": "10.2.2",
"com.unity.shadergraph": "10.2.2"
},
"samples": [
{
"displayName": "Minimal Hair Sample",
"description": "Interactive scene featuring a simple hair setup. Contains variants for all current rendering pipelines: HDRP, URP, and Built-in.",
"path": "Samples~/HairSample"
}
]
}