diff --git a/.yamato/promotion.yml b/.yamato/promotion.yml index 889a8ef1d..00962d7bf 100644 --- a/.yamato/promotion.yml +++ b/.yamato/promotion.yml @@ -19,7 +19,7 @@ promotion_fetch: variables: UPMCI_PROMOTION: 1 commands: - - npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm + - npm install upm-ci-utils@latest -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm - upm-ci package pack --package-path package/com.unity.formats.usd artifacts: packages: @@ -37,7 +37,7 @@ promotion_test_{{ platform.name }}_{{ editor.version }}: variables: UPMCI_PROMOTION: 1 commands: - - npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm + - npm install upm-ci-utils@latest -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm - upm-ci package test --unity-version {{ editor.version }} --package-path package/com.unity.formats.usd artifacts: logs: @@ -77,7 +77,7 @@ promote: variables: UPMCI_PROMOTION: 1 commands: - - npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm + - npm install upm-ci-utils@latest -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm - upm-ci package promote --package-path package/com.unity.formats.usd triggers: tags: diff --git a/.yamato/upm-ci.yml b/.yamato/upm-ci.yml index db640442c..2c679b6bc 100644 --- a/.yamato/upm-ci.yml +++ b/.yamato/upm-ci.yml @@ -26,7 +26,7 @@ pack: image: buildfarm/mac:stable flavor: m1.mac commands: - - npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm + - npm install upm-ci-utils@latest -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm - upm-ci package pack --package-path package/com.unity.formats.usd artifacts: packages: @@ -42,7 +42,7 @@ test_{{ platform.name }}_{{ editor.version }}: image: {{ platform.image }} flavor: {{ platform.flavor}} commands: - - npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm + - npm install upm-ci-utils@latest -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm - upm-ci package test --unity-version {{ editor.version }} --package-path package/com.unity.formats.usd --enable-code-coverage --code-coverage-options 'enableCyclomaticComplexity;generateHtmlReport' artifacts: @@ -64,7 +64,7 @@ test_{{ platform.name }}_{{ editor.version }}: image: {{ platform.image }} flavor: {{ platform.flavor}} commands: - - npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm + - npm install upm-ci-utils@latest -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm - upm-ci package test --unity-version {{ editor.version }} --package-path package/com.unity.formats.usd artifacts: logs: @@ -141,7 +141,7 @@ run_preview_verified_staging: flavor: b1.large name: Runner commands: - - npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm + - npm install upm-ci-utils@latest -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm - upm-ci package publish --package-path package/com.unity.formats.usd triggers: tags: diff --git a/package/com.unity.formats.usd/CHANGELOG.md b/package/com.unity.formats.usd/CHANGELOG.md index d0151b623..80158abc9 100644 --- a/package/com.unity.formats.usd/CHANGELOG.md +++ b/package/com.unity.formats.usd/CHANGELOG.md @@ -1,5 +1,9 @@ # Changes in usd-unitysdk for Unity +## [1.0.3-preview.2] - 2020-04-24 +### Changed +- Fix regression where the default usd root was ignored, creating broken hierarchies of game objects + ## [1.0.3-preview.1] - 2020-04-01 ### Changed - Fix the "Slow and safe as FBX" loading mode to perform the basis change as the FBX importer (#129)