Skip to content

Commit 6ec2e51

Browse files
authored
Merge pull request #177 from Unity-Technologies/release_1.0.3
Release 1.0.3.preview.2
2 parents cf0975e + 76825f0 commit 6ec2e51

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

.yamato/promotion.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ promotion_fetch:
1919
variables:
2020
UPMCI_PROMOTION: 1
2121
commands:
22-
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
22+
- npm install upm-ci-utils@latest -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
2323
- upm-ci package pack --package-path package/com.unity.formats.usd
2424
artifacts:
2525
packages:
@@ -37,7 +37,7 @@ promotion_test_{{ platform.name }}_{{ editor.version }}:
3737
variables:
3838
UPMCI_PROMOTION: 1
3939
commands:
40-
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
40+
- npm install upm-ci-utils@latest -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
4141
- upm-ci package test --unity-version {{ editor.version }} --package-path package/com.unity.formats.usd
4242
artifacts:
4343
logs:
@@ -77,7 +77,7 @@ promote:
7777
variables:
7878
UPMCI_PROMOTION: 1
7979
commands:
80-
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
80+
- npm install upm-ci-utils@latest -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
8181
- upm-ci package promote --package-path package/com.unity.formats.usd
8282
triggers:
8383
tags:

.yamato/upm-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pack:
2626
image: buildfarm/mac:stable
2727
flavor: m1.mac
2828
commands:
29-
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
29+
- npm install upm-ci-utils@latest -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
3030
- upm-ci package pack --package-path package/com.unity.formats.usd
3131
artifacts:
3232
packages:
@@ -42,7 +42,7 @@ test_{{ platform.name }}_{{ editor.version }}:
4242
image: {{ platform.image }}
4343
flavor: {{ platform.flavor}}
4444
commands:
45-
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
45+
- npm install upm-ci-utils@latest -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
4646
- upm-ci package test --unity-version {{ editor.version }} --package-path package/com.unity.formats.usd
4747
--enable-code-coverage --code-coverage-options 'enableCyclomaticComplexity;generateHtmlReport'
4848
artifacts:
@@ -64,7 +64,7 @@ test_{{ platform.name }}_{{ editor.version }}:
6464
image: {{ platform.image }}
6565
flavor: {{ platform.flavor}}
6666
commands:
67-
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
67+
- npm install upm-ci-utils@latest -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
6868
- upm-ci package test --unity-version {{ editor.version }} --package-path package/com.unity.formats.usd
6969
artifacts:
7070
logs:
@@ -141,7 +141,7 @@ run_preview_verified_staging:
141141
flavor: b1.large
142142
name: Runner
143143
commands:
144-
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
144+
- npm install upm-ci-utils@latest -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
145145
- upm-ci package publish --package-path package/com.unity.formats.usd
146146
triggers:
147147
tags:

package/com.unity.formats.usd/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes in usd-unitysdk for Unity
22

3+
## [1.0.3-preview.2] - 2020-04-24
4+
### Changed
5+
- Fix regression where the default usd root was ignored, creating broken hierarchies of game objects
6+
37
## [1.0.3-preview.1] - 2020-04-01
48
### Changed
59
- Fix the "Slow and safe as FBX" loading mode to perform the basis change as the FBX importer (#129)

0 commit comments

Comments
 (0)