Added navmesh exporting

This commit is contained in:
2025-04-03 21:42:26 +02:00
parent fa747ad786
commit 9037937d3c
7 changed files with 142 additions and 14 deletions

View File

@@ -1,8 +1,10 @@
{
"name": "net.psxsplash.splashedit",
"version": "1.0.0",
"displayName": "Splashedit",
"description": "A toolkit for PSX asset management within Unity",
"unity": "6000.0"
"name": "net.psxsplash.splashedit",
"version": "1.0.0",
"displayName": "Splashedit",
"description": "A toolkit for PSX asset management within Unity",
"unity": "6000.0",
"dependencies": {
"com.unity.ai.navigation": "2.0.6"
}
}