From 785a58392e15f406bb3f25f45d357794d94741da Mon Sep 17 00:00:00 2001 From: SnowShowBlood Date: Tue, 22 Apr 2025 00:02:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AE=9E=E4=BD=93DOTS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FactoryNumeric/Packages/manifest.json | 1 + FactoryNumeric/Packages/packages-lock.json | 66 +++++++++++++++++----- 2 files changed, 54 insertions(+), 13 deletions(-) diff --git a/FactoryNumeric/Packages/manifest.json b/FactoryNumeric/Packages/manifest.json index 91afa27d..7d249e61 100644 --- a/FactoryNumeric/Packages/manifest.json +++ b/FactoryNumeric/Packages/manifest.json @@ -2,6 +2,7 @@ "dependencies": { "com.code-philosophy.hybridclr": "https://gitee.com/focus-creative-games/hybridclr_unity.git", "com.unity.cinemachine": "3.1.3", + "com.unity.entities": "1.3.14", "com.unity.ide.rider": "3.0.34", "com.unity.ide.visualstudio": "2.0.22", "com.unity.ide.vscode": "1.2.5", diff --git a/FactoryNumeric/Packages/packages-lock.json b/FactoryNumeric/Packages/packages-lock.json index b23cdfc3..0a33c091 100644 --- a/FactoryNumeric/Packages/packages-lock.json +++ b/FactoryNumeric/Packages/packages-lock.json @@ -31,8 +31,8 @@ } }, "com.unity.burst": { - "version": "1.8.18", - "depth": 2, + "version": "1.8.19", + "depth": 1, "source": "registry", "dependencies": { "com.unity.mathematics": "1.2.1", @@ -51,13 +51,36 @@ "url": "https://packages.unity.com" }, "com.unity.collections": { - "version": "2.5.1", - "depth": 2, + "version": "2.5.7", + "depth": 1, "source": "registry", "dependencies": { - "com.unity.burst": "1.8.17", - "com.unity.test-framework": "1.4.5", - "com.unity.nuget.mono-cecil": "1.11.4", + "com.unity.burst": "1.8.19", + "com.unity.mathematics": "1.3.2", + "com.unity.test-framework": "1.4.6", + "com.unity.nuget.mono-cecil": "1.11.5", + "com.unity.test-framework.performance": "3.0.3" + }, + "url": "https://packages.unity.com" + }, + "com.unity.entities": { + "version": "1.3.14", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.burst": "1.8.19", + "com.unity.collections": "2.5.7", + "com.unity.mathematics": "1.3.2", + "com.unity.modules.audio": "1.0.0", + "com.unity.serialization": "3.1.2", + "com.unity.profiling.core": "1.0.2", + "com.unity.modules.physics": "1.0.0", + "com.unity.nuget.mono-cecil": "1.11.5", + "com.unity.modules.uielements": "1.0.0", + "com.unity.modules.assetbundle": "1.0.0", + "com.unity.modules.unityanalytics": "1.0.0", + "com.unity.modules.unitywebrequest": "1.0.0", + "com.unity.scriptablebuildpipeline": "1.21.25", "com.unity.test-framework.performance": "3.0.3" }, "url": "https://packages.unity.com" @@ -102,14 +125,14 @@ }, "com.unity.mathematics": { "version": "1.3.2", - "depth": 2, + "depth": 1, "source": "registry", "dependencies": {}, "url": "https://packages.unity.com" }, "com.unity.nuget.mono-cecil": { - "version": "1.11.4", - "depth": 3, + "version": "1.11.5", + "depth": 1, "source": "registry", "dependencies": {}, "url": "https://packages.unity.com" @@ -121,6 +144,13 @@ "dependencies": {}, "url": "https://packages.unity.com" }, + "com.unity.profiling.core": { + "version": "1.0.2", + "depth": 1, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, "com.unity.render-pipelines.core": { "version": "17.0.3", "depth": 1, @@ -178,6 +208,16 @@ "dependencies": {}, "url": "https://packages.unity.com" }, + "com.unity.serialization": { + "version": "3.1.2", + "depth": 1, + "source": "registry", + "dependencies": { + "com.unity.collections": "2.4.2", + "com.unity.burst": "1.7.2" + }, + "url": "https://packages.unity.com" + }, "com.unity.settings-manager": { "version": "2.0.1", "depth": 2, @@ -221,8 +261,8 @@ "url": "https://packages.unity.com" }, "com.unity.test-framework": { - "version": "1.4.5", - "depth": 1, + "version": "1.4.6", + "depth": 2, "source": "registry", "dependencies": { "com.unity.ext.nunit": "2.0.3", @@ -233,7 +273,7 @@ }, "com.unity.test-framework.performance": { "version": "3.0.3", - "depth": 3, + "depth": 1, "source": "registry", "dependencies": { "com.unity.test-framework": "1.1.31",