Skip to content

Commit fbfb113

Browse files
author
Benoit Hudson
committed
UT-511 review fix: document version number
This commit is a good review of where you need to update version numbers.
1 parent 134cd39 commit fbfb113

File tree

6 files changed

+15
-7
lines changed

6 files changed

+15
-7
lines changed

Packages/com.unity.formats.fbx/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+
## [0.0.6-preview] - 2018-05-07
4+
5+
- Minor documentation fixes (some wrong version numbers)
6+
37
## [0.0.5-preview] - 2018-05-07
48

59
- Depend on new fbxsdk that can run on windows.

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__: 1.3.0f1
3+
__Version__: 0.0.6-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-
* 2017.3 and later
19+
* 2018.1 and later
2020

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

Packages/com.unity.formats.fbx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "com.unity.formats.fbx",
33
"displayName" : "FBX Exporter",
4-
"version" : "0.0.5-preview",
5-
"dependencies" : { "com.unity.formats.fbxsdk" : "0.0.4-preview" },
4+
"version" : "0.0.6-preview",
5+
"dependencies" : { "com.unity.formats.fbxsdk" : "0.0.6-preview" },
66
"unity": "2018.1",
77
"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.",
88
"keywords" : [ "fbx", "animation", "modeling", "maya", "max" ]

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

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

3+
## [0.0.6-preview] - 2018-05-07
4+
5+
- Fix minor documentation bugs.
6+
37
## [0.0.4-preview] - 2018-05-04
48

59
- Fix path on Windows

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

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

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

55
The FBX SDK C# Bindings provide access from Unity C# scripts to a subset of the Autodesk FBX SDK, version 2018.1.
66

@@ -12,7 +12,7 @@ The FBX SDK C# Bindings support the FBX Exporters package. The subset or the API
1212

1313
The FBX SDK C# Bindings package is compatible with the following versions of the Unity Editor:
1414

15-
* 2017.3 and later
15+
* 2018.1 and later
1616

1717
## Contents
1818

Packages/com.unity.formats.fbxsdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.unity.formats.fbxsdk",
33
"displayName" : "FBX SDK C# bindings",
4-
"version" : "0.0.4-preview",
4+
"version" : "0.0.6-preview",
55
"unity": "2018.1",
66
"description" : "This package provides C# bindings to the Autodesk FBX SDK.",
77
"keywords" : [ "fbx", "animation", "modeling", "maya", "max" ]

0 commit comments

Comments
 (0)