com.unity.demoteam.hair/package.json

22 строки
785 B
JSON

{
"name": "com.unity.demoteam.hair",
"displayName": "Demo Team Hair System",
"version": "0.18.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.3.2",
"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"
}
]
}