Commit d7bbcba4 authored by Sylvain Buche's avatar Sylvain Buche
Browse files

Upgrade from Unity 2021.3.24f1 to Unity 2022.3.19f1

parent deaa2057
Loading
Loading
Loading
Loading
+23 −24
Original line number Diff line number Diff line
{
  "dependencies": {
    "com.unity.ai.navigation": {
      "version": "1.1.5",
      "depth": 0,
      "source": "registry",
      "dependencies": {
        "com.unity.modules.ai": "1.0.0"
      },
      "url": "https://packages.unity.com"
    },
    "com.unity.burst": {
      "version": "1.8.4",
      "version": "1.8.12",
      "depth": 1,
      "source": "registry",
      "dependencies": {
        "com.unity.mathematics": "1.2.1"
        "com.unity.mathematics": "1.2.1",
        "com.unity.modules.jsonserialize": "1.0.0"
      },
      "url": "https://packages.unity.com"
    },
@@ -22,7 +32,7 @@
      "url": "https://packages.unity.com"
    },
    "com.unity.collab-proxy": {
      "version": "2.0.3",
      "version": "2.2.0",
      "depth": 0,
      "source": "registry",
      "dependencies": {},
@@ -43,7 +53,7 @@
      "url": "https://packages.unity.com"
    },
    "com.unity.ide.rider": {
      "version": "3.0.20",
      "version": "3.0.27",
      "depth": 0,
      "source": "registry",
      "dependencies": {
@@ -52,7 +62,7 @@
      "url": "https://packages.unity.com"
    },
    "com.unity.ide.visualstudio": {
      "version": "2.0.18",
      "version": "2.0.22",
      "depth": 0,
      "source": "registry",
      "dependencies": {
@@ -68,7 +78,7 @@
      "url": "https://packages.unity.com"
    },
    "com.unity.inputsystem": {
      "version": "1.5.1",
      "version": "1.7.0",
      "depth": 2,
      "source": "registry",
      "dependencies": {
@@ -84,14 +94,14 @@
      "url": "https://packages.unity.com"
    },
    "com.unity.mobile.android-logcat": {
      "version": "1.3.2",
      "version": "1.4.0",
      "depth": 0,
      "source": "registry",
      "dependencies": {},
      "url": "https://packages.unity.com"
    },
    "com.unity.nuget.newtonsoft-json": {
      "version": "3.1.0",
      "version": "3.2.1",
      "depth": 1,
      "source": "registry",
      "dependencies": {},
@@ -114,7 +124,7 @@
      "url": "https://packages.unity.com"
    },
    "com.unity.test-framework": {
      "version": "1.1.31",
      "version": "1.1.33",
      "depth": 0,
      "source": "registry",
      "dependencies": {
@@ -134,7 +144,7 @@
      "url": "https://packages.unity.com"
    },
    "com.unity.timeline": {
      "version": "1.6.4",
      "version": "1.7.6",
      "depth": 0,
      "source": "registry",
      "dependencies": {
@@ -165,7 +175,7 @@
      }
    },
    "com.unity.visualscripting": {
      "version": "1.8.0",
      "version": "1.9.1",
      "depth": 0,
      "source": "registry",
      "dependencies": {
@@ -218,7 +228,7 @@
      "url": "https://packages.unity.com"
    },
    "com.unity.xr.core-utils": {
      "version": "2.2.1",
      "version": "2.3.0",
      "depth": 2,
      "source": "registry",
      "dependencies": {
@@ -237,7 +247,7 @@
      "url": "https://packages.unity.com"
    },
    "com.unity.xr.management": {
      "version": "4.3.3",
      "version": "4.4.0",
      "depth": 2,
      "source": "registry",
      "dependencies": {
@@ -410,17 +420,6 @@
      "version": "1.0.0",
      "depth": 0,
      "source": "builtin",
      "dependencies": {
        "com.unity.modules.ui": "1.0.0",
        "com.unity.modules.imgui": "1.0.0",
        "com.unity.modules.jsonserialize": "1.0.0",
        "com.unity.modules.uielementsnative": "1.0.0"
      }
    },
    "com.unity.modules.uielementsnative": {
      "version": "1.0.0",
      "depth": 1,
      "source": "builtin",
      "dependencies": {
        "com.unity.modules.ui": "1.0.0",
        "com.unity.modules.imgui": "1.0.0",
Loading