浏览代码

Updating simulation.capture to preview.13

/upgrade_deps
Jon Hogins 4 年前
当前提交
60a7762d
共有 5 个文件被更改,包括 10 次插入9 次删除
  1. 2
      TestProjects/PerceptionHDRP/Packages/manifest.json
  2. 4
      TestProjects/PerceptionHDRP/Packages/packages-lock.json
  3. 2
      TestProjects/PerceptionURP/Packages/manifest.json
  4. 9
      TestProjects/PerceptionURP/Packages/packages-lock.json
  5. 2
      com.unity.perception/package.json

2
TestProjects/PerceptionHDRP/Packages/manifest.json


"com.unity.perception": "file:../../../com.unity.perception",
"com.unity.render-pipelines.core": "7.3.1",
"com.unity.render-pipelines.high-definition": "7.3.1",
"com.unity.simulation.capture": "0.0.10-preview.12",
"com.unity.simulation.capture": "0.0.10-preview.13",
"com.unity.simulation.core": "0.0.10-preview.19",
"com.unity.test-framework": "1.1.16",
"com.unity.testtools.codecoverage": "0.2.2-preview",

4
TestProjects/PerceptionHDRP/Packages/packages-lock.json


"com.unity.nuget.newtonsoft-json": "1.1.2",
"com.unity.render-pipelines.core": "7.1.6",
"com.unity.entities": "0.8.0-preview.8",
"com.unity.simulation.capture": "0.0.10-preview.12",
"com.unity.simulation.capture": "0.0.10-preview.13",
"com.unity.simulation.core": "0.0.10-preview.19"
}
},

"url": "https://packages.unity.com"
},
"com.unity.simulation.capture": {
"version": "0.0.10-preview.12",
"version": "0.0.10-preview.13",
"depth": 0,
"source": "registry",
"dependencies": {

2
TestProjects/PerceptionURP/Packages/manifest.json


"com.unity.package-validation-suite": "0.9.1-preview",
"com.unity.perception": "file:../../../com.unity.perception",
"com.unity.render-pipelines.universal": "7.3.1",
"com.unity.simulation.capture": "0.0.10-preview.12",
"com.unity.simulation.capture": "0.0.10-preview.13",
"com.unity.simulation.core": "0.0.10-preview.19",
"com.unity.test-framework": "1.1.16",
"com.unity.textmeshpro": "2.0.1",

9
TestProjects/PerceptionURP/Packages/packages-lock.json


"com.unity.nuget.newtonsoft-json": "1.1.2",
"com.unity.render-pipelines.core": "7.1.6",
"com.unity.entities": "0.8.0-preview.8",
"com.unity.simulation.capture": "0.0.10-preview.12",
"com.unity.simulation.capture": "0.0.10-preview.13",
"com.unity.simulation.core": "0.0.10-preview.19"
}
},

"url": "https://packages.unity.com"
},
"com.unity.simulation.capture": {
"version": "file:com.unity.simulation.capture",
"version": "0.0.10-preview.13",
"source": "embedded",
"source": "registry",
}
},
"url": "https://packages.unity.com"
},
"com.unity.simulation.core": {
"version": "0.0.10-preview.19",

2
com.unity.perception/package.json


"com.unity.nuget.newtonsoft-json": "1.1.2",
"com.unity.render-pipelines.core": "7.1.6",
"com.unity.entities": "0.8.0-preview.8",
"com.unity.simulation.capture": "0.0.10-preview.12",
"com.unity.simulation.capture": "0.0.10-preview.13",
"com.unity.simulation.core": "0.0.10-preview.19"
},
"description": "Tools for generating large-scale data sets for perception-based machine learning training and validation",

正在加载...
取消
保存