Spline-Importer/package.json
2023-09-16 18:53:33 -07:00

15 lines
368 B
JSON

{
"name": "com.josh.spline-importer",
"version": "1.0.0",
"displayName": "Spline Importer",
"description": "Import and export splines between Blender and Unity",
"unity": "2022.1",
"dependencies": {
"com.unity.mathematics": "1.0.0",
"com.unity.splines": "1.0.0"
},
"author": {
"name": "Josh",
"url": "https://github.com/Josh4359"
}
}