Added NavMesh link support.

This commit is contained in:
2024-03-26 01:56:15 +01:00
parent ac200e9085
commit 6b0748c755
3 changed files with 101 additions and 87 deletions

View File

@@ -1,13 +1,14 @@
{
"name": "ru.shazbot.spline-importer",
"version": "2.0.2",
"version": "3.0.0",
"displayName": "Spline Importer",
"description": "Import and export splines between Blender and Unity.",
"unity": "2021.3",
"dependencies": {
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.mathematics": "1.2.6",
"com.unity.splines": "2.5.1"
},
},
"author": {
"name": "Alexander Filippov",
"email": "alexander@shazbot.ru",