Files
XRLib/Packages/com.staggartcreations.splinemesher/package.json
2025-11-04 11:02:02 +09:00

23 lines
509 B
JSON

{
"displayName": "Spline Mesher",
"name": "com.staggartcreations.splinemesher",
"description": "Spline-based mesh deformation tool",
"version": "1.2.9",
"unity": "2021.3",
"unityRelease": "15f1",
"dependencies": {
"com.unity.splines": "2.8.1",
"com.unity.mathematics": "1.2.6"
},
"author": {
"name": "Staggart Creations",
"email": "contact@staggart.xyz",
"url": "http://staggart.xyz/"
},
"keywords": [
"mesh",
"geometry",
"procedural",
"splines"
]
}