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.
44
55See LICENSE.txt file for full license information.
66
7- **Version**: 0.0.12a
7+ **Version**: 0.0.13a
88
99Requirements
1010------------
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ def versionName():
3232 Return version string for the unityOneClick plugin
3333 @ingroup UnityOneClickPluginVersion
3434 """
35- return '0.0.12a '
35+ return '0.0.13a '
3636
3737def pluginName ():
3838 """
Original file line number Diff line number Diff line change 11RELEASE NOTES
22
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+
315** Version** : 0.0.12a
416
517NEW FEATURES
You can’t perform that action at this time.
0 commit comments