Skip to content

Commit 5d40f22

Browse files
authored
Uni-48334 1.6.0-preview Release (Sprint 60, mergeback to master) (#413)
Uni-48334 1.6.0-preview Release (Sprint 60, mergeback to master) (#413) * Adjustments so the packman package is available at runtime * Stricter list of platforms * Updated changelog * New binary and meta file updates * Updating the native library * Updated the docs and version numbers * Added meta files for integrations
1 parent d69f8f4 commit 5d40f22

File tree

13 files changed

+49
-18
lines changed

13 files changed

+49
-18
lines changed

Assets/com.unity.formats.fbx.tests/Models.meta

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/com.unity.formats.fbx.tests/Models/DefaultMale.meta

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Packages/Integrations/Autodesk/maya/scripts/unitySetupUI.mel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ global string $unityImportIconPath = "import.png";
77
global string $unityExportIconPath = "export.png";
88
global string $unityIconPath = "unity.png";
99

10-
global string $unityFamilyLabel = "The UnityFbxForMaya plugin (v.{Version}) allows you to reliably exchange and review your work between Maya and Unity.";
10+
global string $unityFamilyLabel = "The UnityFbxForMaya plugin (v.1.6.0-preview) allows you to reliably exchange and review your work between Maya and Unity.";
1111
global string $unityImportLabel = "Import an FBX file from a Unity project and auto-configure for exporting";
1212
global string $unityExportModelLabel = "Export Model to Unity";
1313
global string $unityExportAnimLabel = "Export Animation to Unity";

Packages/com.unity.formats.fbx/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
RELEASE NOTES
44

5+
**Version**: 1.6.0-preview
6+
7+
NEW FEATURES
8+
9+
* Added support for physical cameras
10+
11+
FIXES
12+
13+
* Fixed skinned mesh bone update
14+
515
**Version**: 1.5.0-preview
616

717
NEW FEATURES

Packages/com.unity.formats.fbx/Documentation/com.unity.formats.fbx.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# About the FBX Exporter package
22

3-
__Version__: 0.0.6-preview
3+
__Version__: 1.6.0-preview
44

55
The FBX Exporter package provides round-trip workflows between Unity and 3D modeling software. Use this workflow to send geometry, Lights, Cameras, and animation from Unity to Maya, Maya LT, or 3ds Max, and back again, with minimal effort.
66

@@ -16,7 +16,7 @@ The FBX Exporter package includes the following features:
1616

1717
The FBX Exporter package is compatible with the following versions of the Unity Editor:
1818

19-
* 2018.1 and later
19+
* 2018.2 and later
2020

2121
The Unity Integration for Maya feature supports the following versions of Maya:
2222

Packages/com.unity.formats.fbx/Editor/Integrations.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Packages/com.unity.formats.fbx/Editor/Integrations/UnityFbxForMax.zip.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Packages/com.unity.formats.fbx/Editor/Integrations/UnityFbxForMaya.zip.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "com.unity.formats.fbx",
33
"displayName" : "FBX Exporter",
4-
"version" : "1.5.0-preview",
5-
"dependencies" : { "com.unity.formats.fbxsdk" : "1.5.0-preview" },
6-
"unity": "2018.1",
7-
"description" : "The Unity FBX Exporter package makes it smooth and easy to send geometry and animation from Unity 2017.3 or later to any application that supports FBX and back again with minimal effort.\n\nIn particular, this round-trip workflow enables you to export Unity scenes to FBX, import into Maya, Maya LT, or 3ds Max using an artist-friendly interface, export Unity-ready FBX geometry and animation, and safely merge your changes back into those Assets to continue your work.\n\nThe exporter provides support for GameObject hierarchies, Materials, Textures, Cameras, Lights, Skinned Meshes, and Animation. The Unity FBX importer provides support for hierarchies, Materials, Textures, Stingray Physically Based Shader (PBS), Cameras, Animation and Animated custom properties (when present in the FBX file).\n\nThis package includes a plug-in for Autodesk Maya 2017 or later, Autodesk Maya LT 2017 or later, and 3ds Max 2017 or later.",
4+
"version" : "1.6.0-preview",
5+
"dependencies" : { "com.unity.formats.fbxsdk" : "1.6.0-preview" },
6+
"unity": "2018.2",
7+
"description" : "The Unity FBX Exporter package makes it smooth and easy to send geometry and animation from Unity 2018.2 or later to any application that supports FBX and back again with minimal effort.\n\nIn particular, this round-trip workflow enables you to export Unity scenes to FBX, import into Maya, Maya LT, or 3ds Max using an artist-friendly interface, export Unity-ready FBX geometry and animation, and safely merge your changes back into those Assets to continue your work.\n\nThe exporter provides support for GameObject hierarchies, Materials, Textures, Cameras, Lights, Skinned Meshes, and Animation. The Unity FBX importer provides support for hierarchies, Materials, Textures, Stingray Physically Based Shader (PBS), Cameras, Animation and Animated custom properties (when present in the FBX file).\n\nThis package includes a plug-in for Autodesk Maya 2017 or later, Autodesk Maya LT 2017 or later, and 3ds Max 2017 or later.",
88
"keywords" : [ "fbx", "animation", "modeling", "maya", "max" ]
99
}

Packages/com.unity.formats.fbxsdk/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changes in FBX SDK C# Bindings
2+
**Version**: 1.6.0-preview
3+
4+
* The fbxsdk package can now be used in standalone builds (runtime)
25

36
**Version**: 1.5.0-preview
47

0 commit comments

Comments
 (0)