File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Integrations/Autodesk/maya/scripts/unityOneClick Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Copyright (c) 2017 Unity Technologies. All rights reserved.
4
4
5
5
See LICENSE.txt file for full license information.
6
6
7
- **Version**: 0.0.12a
7
+ **Version**: 0.0.13a
8
8
9
9
Requirements
10
10
------------
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ def versionName():
32
32
Return version string for the unityOneClick plugin
33
33
@ingroup UnityOneClickPluginVersion
34
34
"""
35
- return '0.0.12a '
35
+ return '0.0.13a '
36
36
37
37
def pluginName ():
38
38
"""
Original file line number Diff line number Diff line change 1
1
RELEASE NOTES
2
2
3
+ ** Version** : 0.0.13a
4
+
5
+ FIXES
6
+
7
+ * Updated license to Unity Companion License 1.0
8
+ * Hide "auto-update" feature of FbxPrefab component from the Unity Inspector
9
+ * Remove "Embedded Textures" option from the Fbx Export Settings
10
+ * Remove "Auto Review" button from the Fbx Export Settings
11
+ * Maya Integration Plugin : the Unity menu is now submenu of the File menu
12
+ * Maya Integration Plugin : add Unity icon to Unity menu item
13
+ * Convert to Prefab : Add more unit tests
14
+
3
15
** Version** : 0.0.12a
4
16
5
17
NEW FEATURES
You can’t perform that action at this time.
0 commit comments