Skip to content

Commit 1471a6a

Browse files
author
Mark Visser
committed
updated unityRelease to correct syntax
1 parent c2af870 commit 1471a6a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## [2.0.1-preview.4] - 2018-01-31
4+
CHANGES
5+
* Updated unityRelease version in package.json
6+
37
## [2.0.1-preview.3] - 2018-01-24
48
CHANGES
59
* Moved tests to separate .tests package

proto.com.unity.formats.fbx/package.json.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"com.autodesk.fbx": "2.0.0-preview.5"
88
},
99
"unity": "2018.3",
10-
"unityRelease": "2018.3.4f1",
10+
"unityRelease": "4f1",
1111
"description": "The Unity FBX Exporter package makes it easy to send geometry and animation from Unity 2018.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.",
1212
"keywords": [
1313
"fbx",

0 commit comments

Comments
 (0)