添加实体DOTS

This commit is contained in:
SnowShowBlood 2025-04-22 00:02:58 +08:00
parent c5f092833f
commit 785a58392e
2 changed files with 54 additions and 13 deletions

View File

@ -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",

View File

@ -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",