Skip to content

Commit 2ffd383

Browse files
author
Benoit Hudson
committed
Version 0.0.4-preview
1 parent 0f3da95 commit 2ffd383

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changes in FBX SDK C# Bindings
22

3+
## [0.0.4-preview] - 2018-05-04
4+
5+
- Fix path on Windows
6+
7+
## [0.0.3-preview] - 2018-05-03
8+
9+
- First fully-working version on MacOS
10+
311
## [0.0.2-preview] - 2018-05-02
412

513
- Initial version for Package Manager
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"name": "com.unity.formats.fbxsdk",
33
"displayName" : "FBX SDK C# bindings",
4-
"version" : "0.0.2-preview",
5-
"dependencies" : { "com.unity.formats.fbxsdk" : "0.0.2-preview" },
6-
"unity": "2017.3",
4+
"version" : "0.0.4-preview",
5+
"unity": "2018.1",
76
"description" : "This package provides C# bindings to the Autodesk FBX SDK.",
87
"keywords" : [ "fbx", "animation", "modeling", "maya", "max" ]
98
}

0 commit comments

Comments
 (0)