Merge branch 'refs/heads/dev' into feature/player.initial-combat

This commit is contained in:
Chris
2025-10-20 13:57:04 -04:00
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
{ {
"dependencies": { "dependencies": {
"com.unity.ai.navigation": "2.0.8", "com.unity.ai.navigation": "2.0.8",
"com.unity.burst": "1.8.25",
"com.unity.cinemachine": "3.1.2", "com.unity.cinemachine": "3.1.2",
"com.unity.collab-proxy": "2.8.2", "com.unity.collab-proxy": "2.8.2",
"com.unity.ide.rider": "3.0.36", "com.unity.ide.rider": "3.0.36",

View File

@@ -33,8 +33,8 @@
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
"com.unity.burst": { "com.unity.burst": {
"version": "1.8.24", "version": "1.8.25",
"depth": 1, "depth": 0,
"source": "registry", "source": "registry",
"dependencies": { "dependencies": {
"com.unity.mathematics": "1.2.1", "com.unity.mathematics": "1.2.1",