Initial commit

This commit is contained in:
Josh4359
2023-09-16 18:53:33 -07:00
commit 23aa1fb180
35 changed files with 2160 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"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"
}
}