HandleMovement + Basic NavMesh

This commit is contained in:
Crizomb 2024-12-23 01:32:01 +01:00
parent d4a32d9593
commit 47a59a5440
18 changed files with 3104 additions and 52 deletions

View file

@ -1,5 +1,6 @@
{
"dependencies": {
"com.unity.ai.navigation": "2.0.5",
"com.unity.collab-proxy": "2.6.0",
"com.unity.feature.development": "1.0.2",
"com.unity.inputsystem": "1.11.2",

View file

@ -1,5 +1,14 @@
{
"dependencies": {
"com.unity.ai.navigation": {
"version": "2.0.5",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.modules.ai": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.collab-proxy": {
"version": "2.6.0",
"depth": 0,