feat : add com.unity.formats.fbx dependency to manifest and packages-lock

This commit is contained in:
Thibault Pouch
2026-03-10 21:03:29 +01:00
parent 4c6c87f0b3
commit 3f69369438
2 changed files with 18 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
"dependencies": { "dependencies": {
"com.unity.ai.navigation": "2.0.10", "com.unity.ai.navigation": "2.0.10",
"com.unity.collab-proxy": "2.11.3", "com.unity.collab-proxy": "2.11.3",
"com.unity.formats.fbx": "5.1.5",
"com.unity.ide.rider": "3.0.39", "com.unity.ide.rider": "3.0.39",
"com.unity.ide.visualstudio": "2.0.26", "com.unity.ide.visualstudio": "2.0.26",
"com.unity.inputsystem": "1.18.0", "com.unity.inputsystem": "1.18.0",

View File

@@ -1,5 +1,12 @@
{ {
"dependencies": { "dependencies": {
"com.autodesk.fbx": {
"version": "5.1.3",
"depth": 1,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.ai.navigation": { "com.unity.ai.navigation": {
"version": "2.0.10", "version": "2.0.10",
"depth": 0, "depth": 0,
@@ -45,6 +52,16 @@
"source": "builtin", "source": "builtin",
"dependencies": {} "dependencies": {}
}, },
"com.unity.formats.fbx": {
"version": "5.1.5",
"depth": 0,
"source": "registry",
"dependencies": {
"com.autodesk.fbx": "5.1.1",
"com.unity.timeline": "1.7.1"
},
"url": "https://packages.unity.com"
},
"com.unity.ide.rider": { "com.unity.ide.rider": {
"version": "3.0.39", "version": "3.0.39",
"depth": 0, "depth": 0,