Skip to content

Commit 596fc81

Browse files
judubucguer
andauthored
Prepare release 3.0.0-exp.2 (#264)
* Update changelog, package version and yamato config * Add period at the end of changelog entries for consistency. * Reword Changelog entries Co-authored-by: Christophe Guertin <christophe.guertin@unity3d.com>
1 parent 16a9a06 commit 596fc81

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

.yamato/upm-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
test_editors:
22
- version: trunk
3-
- version: 2021.1
3+
- version: 2021.2
44
- version: 2020.3
55
- version: 2019.4
66
test_platforms:
77
- name: win
88
type: Unity::VM
9-
image: package-ci/win10:v1.15.0
9+
image: package-ci/win10:stable
1010
flavor: b1.large
1111
- name: mac
1212
type: Unity::VM::osx

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

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

3+
## [3.0.0-exp.2] - 2021-09-29
4+
### Features
5+
- All interpolation types are now properly supported for Mesh standard attributes (normals, tangents, uvs, colors).
6+
7+
### Bug Fixes
8+
- Fixed the import of facevarying UVs which showed seams on Meshes.
9+
- Fixed an import bug causing abstract primitives to be loaded as Game Objects.
10+
- Fixed the broken Alembic Import.
11+
- Fixed a crash caused by writing to an invalid USD primitive.
12+
313
## [3.0.0-exp.1] - 2021-06-15
414
### Features
515
- New Import/Export API. See the ImportHelpers and ExportHelpers class (#237).

package/com.unity.formats.usd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
"url": "ssh://git@github.com:Unity-Technologies/usd-unity-sdk.git"
3131
},
3232
"unity": "2019.4",
33-
"version": "3.0.0-exp.1"
33+
"version": "3.0.0-exp.2"
3434
}

0 commit comments

Comments
 (0)