From e295e74e30eed5b9ee164be93eb2abda6d6e0572 Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Mon, 19 Jan 2026 19:43:55 -0700 Subject: [PATCH] Toolchain for building --- Packages/manifest.json | 1 + Packages/packages-lock.json | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/Packages/manifest.json b/Packages/manifest.json index ab4cf2f..5d44591 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -17,6 +17,7 @@ "com.unity.render-pipelines.universal": "17.3.0", "com.unity.test-framework": "1.6.0", "com.unity.timeline": "1.8.10", + "com.unity.toolchain.macos-arm64-linux": "1.0.2", "com.unity.ugui": "2.0.0", "com.unity.visualscripting": "1.9.9", "com.unity.modules.accessibility": "1.0.0", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index 8b1bcaf..ce393fe 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -236,6 +236,13 @@ "com.unity.searcher": "4.9.3" } }, + "com.unity.sysroot.base": { + "version": "1.0.2", + "depth": 1, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, "com.unity.test-framework": { "version": "1.6.0", "depth": 0, @@ -268,6 +275,15 @@ }, "url": "https://packages.unity.com" }, + "com.unity.toolchain.macos-arm64-linux": { + "version": "1.0.2", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.sysroot.base": "1.0.2" + }, + "url": "https://packages.unity.com" + }, "com.unity.ugui": { "version": "2.0.0", "depth": 0,