浏览代码

Package updates

/UI
Ciro Continisio 3 年前
当前提交
89d048fc
共有 3 个文件被更改,包括 36 次插入30 次删除
  1. 10
      UOP1_Project/Packages/manifest.json
  2. 45
      UOP1_Project/Packages/packages-lock.json
  3. 11
      UOP1_Project/ProjectSettings/BurstAotSettings_StandaloneOSX.json

10
UOP1_Project/Packages/manifest.json


{
"dependencies": {
"com.unity.2d.sprite": "1.0.0",
"com.unity.addressables": "1.16.15",
"com.unity.addressables": "1.16.16",
"com.unity.burst": "1.4.4",
"com.unity.inputsystem": "1.0.1",
"com.unity.localization": "0.9.0-preview",
"com.unity.inputsystem": "1.0.2",
"com.unity.localization": "0.10.0-preview",
"com.unity.render-pipelines.universal": "7.5.2",
"com.unity.render-pipelines.universal": "7.5.3",
"com.unity.scriptablebuildpipeline": "1.16.1",
"com.unity.settings-manager": "1.0.3",
"com.unity.textmeshpro": "2.1.3",
"com.unity.timeline": "1.2.18",

45
UOP1_Project/Packages/packages-lock.json


"dependencies": {}
},
"com.unity.addressables": {
"version": "1.16.15",
"version": "1.16.16",
"com.unity.scriptablebuildpipeline": "1.15.1",
"com.unity.scriptablebuildpipeline": "1.15.2",
"com.unity.modules.assetbundle": "1.0.0",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.modules.unitywebrequestassetbundle": "1.0.0"

"url": "https://packages.unity.com"
},
"com.unity.burst": {
"version": "1.1.1",
"depth": 1,
"version": "1.4.4",
"depth": 0,
"com.unity.mathematics": "1.1.0"
"com.unity.mathematics": "1.2.1"
},
"url": "https://packages.unity.com"
},

"url": "https://packages.unity.com"
},
"com.unity.inputsystem": {
"version": "1.0.1",
"version": "1.0.2",
"depth": 0,
"source": "registry",
"dependencies": {},

"version": "0.9.0-preview",
"version": "0.10.0-preview",
"com.unity.addressables": "1.16.6",
"com.unity.nuget.newtonsoft-json": "2.0.0"
"com.unity.addressables": "1.16.13"
"version": "1.1.0",
"depth": 2,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.nuget.newtonsoft-json": {
"version": "2.0.0",
"version": "1.2.1",
"depth": 1,
"source": "registry",
"dependencies": {},

"url": "https://packages.unity.com"
},
"com.unity.render-pipelines.core": {
"version": "7.5.2",
"version": "7.5.3",
"com.unity.ugui": "1.0.0"
"com.unity.ugui": "1.0.0",
"com.unity.modules.physics": "1.0.0"
"version": "7.5.2",
"version": "7.5.3",
"com.unity.render-pipelines.core": "7.5.2",
"com.unity.shadergraph": "7.5.2"
"com.unity.render-pipelines.core": "7.5.3",
"com.unity.shadergraph": "7.5.3"
"version": "1.15.1",
"depth": 1,
"version": "1.16.1",
"depth": 0,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"

"url": "https://packages.unity.com"
},
"com.unity.shadergraph": {
"version": "7.5.2",
"version": "7.5.3",
"com.unity.render-pipelines.core": "7.5.2"
"com.unity.render-pipelines.core": "7.5.3"
},
"url": "https://packages.unity.com"
},

11
UOP1_Project/ProjectSettings/BurstAotSettings_StandaloneOSX.json


{
"MonoBehaviour": {
"m_Enabled": true,
"m_EditorHideFlags": 0,
"m_Name": "",
"m_EditorClassIdentifier": "Unity.Burst.Editor:Unity.Burst.Editor:BurstPlatformAotSettings",
"DisableOptimisations": false,
"DisableSafetyChecks": true,
"DisableBurstCompilation": false
}
}
正在加载...
取消
保存