Job System - Done!

This commit is contained in:
2021-01-31 20:51:35 +08:00
parent d7be9187e8
commit 1aa620380b
7 changed files with 116 additions and 53 deletions

View File

@ -1,5 +1,6 @@
{
"dependencies": {
"com.unity.burst": "1.4.4",
"com.unity.render-pipelines.universal": "7.5.3",
"com.unity.textmeshpro": "2.1.3",
"com.unity.modules.ai": "1.0.0",

View File

@ -1,5 +1,21 @@
{
"dependencies": {
"com.unity.burst": {
"version": "1.4.4",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.mathematics": "1.2.1"
},
"url": "https://packages.unity.cn"
},
"com.unity.mathematics": {
"version": "1.2.1",
"depth": 1,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.cn"
},
"com.unity.render-pipelines.core": {
"version": "7.5.3",
"depth": 1,