AI package

This commit is contained in:
2025-09-04 13:46:52 +02:00
parent b73d7047c4
commit dfd49e2cea
3 changed files with 11 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
{ {
"dependencies": { "dependencies": {
"com.unity.2d.sprite": "1.0.0", "com.unity.2d.sprite": "1.0.0",
"com.unity.ai.navigation": "2.0.9",
"com.unity.collab-proxy": "2.6.0", "com.unity.collab-proxy": "2.6.0",
"com.unity.feature.development": "1.0.2", "com.unity.feature.development": "1.0.2",
"com.unity.multiplayer.center": "1.0.0", "com.unity.multiplayer.center": "1.0.0",

View File

@@ -6,6 +6,15 @@
"source": "builtin", "source": "builtin",
"dependencies": {} "dependencies": {}
}, },
"com.unity.ai.navigation": {
"version": "2.0.9",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.modules.ai": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.collab-proxy": { "com.unity.collab-proxy": {
"version": "2.6.0", "version": "2.6.0",
"depth": 0, "depth": 0,

View File

@@ -6,6 +6,7 @@ TagManager:
tags: tags:
- Walls - Walls
- Enemy - Enemy
- Obstacle
layers: layers:
- Default - Default
- TransparentFX - TransparentFX