Skip to content

Commit

Permalink
Release 5.1.1 (FBX-505) (#715)
Browse files Browse the repository at this point in the history
* Bump version to 5.1.1 (FBX-505)

* Use ubuntu20 now the SDK is built in ubuntu20 (FBX-505)
  • Loading branch information
mfe authored Mar 18, 2024
1 parent 7c968a0 commit 1d51556
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .yamato/global.metafile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ mac_arm64_platform: &mac_arm64
ubuntu_platform: &ubuntu
name: ubuntu
type: Unity::VM
image: package-ci/ubuntu-18.04:v4
image: package-ci/ubuntu-20.04:v4
flavor: b1.medium


Expand Down
4 changes: 0 additions & 4 deletions .yamato/package-test-utr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ test_{{ platform.name }}_{{ editor.version }}_using_autodesk_fbx_submodule:
- cmake --version || brew install cmake
- ./build.sh
{% else %}
# FBX sdk is built on Ubuntu 18. Because of that, FBX exporter tests also have to run on Ubuntu 18, but with gcc9 and g++9 installed.
# Otherwise, tests will fail to run on Ubuntu 18.
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo apt-get -y install gcc-9 g++-9
- ./build.sh
{% endif -%}
- unity-config project create TestProjects/TestProjectUsingAutodeskFbxSubmodule
Expand Down
6 changes: 0 additions & 6 deletions .yamato/upm-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,6 @@ test_{{ platform.name }}_{{ editor.version }}:
UPMCI_ENABLE_APV_CLEAN_CONSOLE_TEST: 1
commands:
- npm install -g upm-ci-utils@stable --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
# FBX sdk is built on Ubuntu 18. Because of that, FBX exporter tests also have to run on Ubuntu 18, but with gcc9 and g++9 installed.
# Otherwise, tests will fail to run on Ubuntu 18.
{% if platform.name == "ubuntu" %}
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo apt-get -y install gcc-9 g++-9
{% endif %}
# upm-ci uses unity-downloader-cli under the hood to download Editor and currently unity-downloader-cli always downloads x64 verion Editor even on Silicon Mac which is a known bug.
# 2020.3 doesn't support Silicon Editor which means we always need x64 version Editor for 2020.3.
# So when the platform is non-Silicon Mac, or it is a 2020.3 Editor, we just call upm-ci to run tests which will download x64 version Editor.
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes in Fbx Exporter

## [5.1.1] - 2024-03-18
### Changed
- Updated the FBX SDK bindings to 5.1.1.

## [5.1.0] - 2023-09-18
### Changed
- Updated the FBX SDK bindings to 5.1.0.
Expand Down
4 changes: 2 additions & 2 deletions com.unity.formats.fbx/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "com.unity.formats.fbx",
"displayName": "FBX Exporter",
"version": "5.1.0",
"version": "5.1.1",
"dependencies": {
"com.unity.timeline": "1.7.1",
"com.autodesk.fbx": "5.1.0"
"com.autodesk.fbx": "5.1.1"
},
"unity": "2020.3",
"description": "The FBX Exporter package enables round-trip workflows between Unity and 3D modeling software. Send geometry, Lights, Cameras, and animation from Unity to Autodesk® Maya®, Autodesk® Maya LT™, or Autodesk® 3ds Max®, and back to Unity again, with minimal effort.",
Expand Down

0 comments on commit 1d51556

Please sign in to comment.