浏览代码

Removed unnecessary packages from manifest in order to avoid issues with them when Unity upgrades the projects across Unity versions.

https://jira.unity3d.com/browse/XRE-3424
/4.0
Mike Durand 4 年前
当前提交
17bdb6bc
共有 1 个文件被更改,包括 0 次插入9 次删除
  1. 9
      Packages/manifest.json

9
Packages/manifest.json


{
"dependencies": {
"com.unity.2d.sprite": "1.0.0",
"com.unity.2d.tilemap": "1.0.0",
"com.unity.analytics": "3.3.5",
"com.unity.collab-proxy": "1.3.9",
"com.unity.ext.nunit": "1.0.0",
"com.unity.purchasing": "2.1.1",
"com.unity.test-framework": "1.1.18",
"com.unity.textmeshpro": "3.0.1",
"com.unity.ugui": "1.0.0",
"com.unity.xr.arcore": "4.0.8",
"com.unity.xr.arfoundation": "4.0.8",
"com.unity.xr.arkit": "4.0.8",

正在加载...
取消
保存