浏览代码

Merge pull request #287 from Unity-Technologies/upgrade-capture-package

Upgrade capture package dependency
/main
GitHub 3 年前
当前提交
44bbe4b6
共有 5 个文件被更改,包括 6 次插入4 次删除
  1. 2
      .yamato/environments.yml
  2. 2
      .yamato/upm-ci-performance.yml
  3. 2
      .yamato/upm-ci-testprojects.yml
  4. 2
      com.unity.perception/CHANGELOG.md
  5. 2
      com.unity.perception/package.json

2
.yamato/environments.yml


- name: standalone
display_name: standalone
args: --suite=playmode --platform=
suites:
- name: standalone
display_name: standalone

2
.yamato/upm-ci-performance.yml


agent:
type: Unity::VM::GPU
model: rtx2080
image: cds-ops/ubuntu-18.04-base:latest
image: cds-ops/ubuntu-18.04-base:stable
flavor: b1.large
variables:
PATH: /root/.local/bin:/home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin

2
.yamato/upm-ci-testprojects.yml


agent:
type: Unity::VM::GPU
model: rtx2080
image: cds-ops/ubuntu-18.04-base:latest
image: cds-ops/ubuntu-18.04-base:stable
flavor: b1.large
variables:
PATH: /root/.local/bin:/home/bokken/bin:/home/bokken/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin:/home/bokken/.npm-global/bin

2
com.unity.perception/CHANGELOG.md


The PoissonDiskSampling utility now samples a larger region of points to then crop to size of the intended region to prevent edge case bias.
Upgraded capture package dependency to 0.0.10-preview.21
### Deprecated
### Removed

2
com.unity.perception/package.json


"com.unity.collections": "0.9.0-preview.6",
"com.unity.nuget.newtonsoft-json": "1.1.2",
"com.unity.render-pipelines.core": "7.1.6",
"com.unity.simulation.capture": "0.0.10-preview.20",
"com.unity.simulation.capture": "0.0.10-preview.21",
"com.unity.simulation.client": "0.0.10-preview.10",
"com.unity.simulation.core": "0.0.10-preview.22"
},

正在加载...
取消
保存