浏览代码

Removing python dependency from the manifes.json files.

/fix_multi_cam
Jon Hogins 3 年前
当前提交
c33e5850
共有 2 个文件被更改,包括 0 次插入2 次删除
  1. 1
      TestProjects/PerceptionHDRP/Packages/manifest.json
  2. 1
      TestProjects/PerceptionURP/Packages/manifest.json

1
TestProjects/PerceptionHDRP/Packages/manifest.json


"com.unity.perception": "file:../../../com.unity.perception",
"com.unity.render-pipelines.core": "10.5.1",
"com.unity.render-pipelines.high-definition": "10.5.1",
"com.unity.scripting.python": "4.0.0-exp.5",
"com.unity.simulation.capture": "0.0.10-preview.23",
"com.unity.simulation.core": "0.0.10-preview.26",
"com.unity.test-framework": "1.1.27",

1
TestProjects/PerceptionURP/Packages/manifest.json


"com.unity.package-validation-suite": "0.21.1-preview",
"com.unity.perception": "file:../../../com.unity.perception",
"com.unity.render-pipelines.universal": "10.5.1",
"com.unity.scripting.python": "4.0.0-exp.5",
"com.unity.simulation.capture": "0.0.10-preview.16",
"com.unity.simulation.core": "0.0.10-preview.21",
"com.unity.test-framework": "1.1.27",

正在加载...
取消
保存