From 4d555e85603e477da2a63ed5144b8a3a5a3b09f4 Mon Sep 17 00:00:00 2001 From: breel Date: Sat, 7 Mar 2026 15:11:18 -0700 Subject: [PATCH] linux package.json --- Packages/manifest.json | 1 + Packages/packages-lock.json | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/Packages/manifest.json b/Packages/manifest.json index eea9490..1249495 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -5,6 +5,7 @@ "com.unity.inputsystem": "1.14.0", "com.unity.multiplayer.center": "1.0.0", "com.unity.timeline": "1.8.7", + "com.unity.toolchain.linux-x86_64": "2.0.11", "com.unity.ugui": "2.0.0", "com.unity.visualscripting": "1.9.6", "com.unity.modules.accessibility": "1.0.0", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index 9d44811..f073d7a 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -82,6 +82,22 @@ "dependencies": {}, "url": "https://packages.unity.com" }, + "com.unity.sysroot": { + "version": "2.0.10", + "depth": 1, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, + "com.unity.sysroot.linux-x86_64": { + "version": "2.0.9", + "depth": 1, + "source": "registry", + "dependencies": { + "com.unity.sysroot": "2.0.10" + }, + "url": "https://packages.unity.com" + }, "com.unity.test-framework": { "version": "1.5.1", "depth": 1, @@ -114,6 +130,16 @@ }, "url": "https://packages.unity.com" }, + "com.unity.toolchain.linux-x86_64": { + "version": "2.0.11", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.sysroot": "2.0.10", + "com.unity.sysroot.linux-x86_64": "2.0.9" + }, + "url": "https://packages.unity.com" + }, "com.unity.ugui": { "version": "2.0.0", "depth": 0,