Skip to content

Commit 5219dac

Browse files
authored
Merge pull request #132 from Unity-Technologies/Uni-22954-release
Uni-22954-release
2 parents 68ae78d + f4b385e commit 5219dac

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

Assets/FbxExporters/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Copyright (c) 2017 Unity Technologies. All rights reserved.
44

55
See LICENSE.txt file for full license information.
66

7-
**Version**: 0.0.12a
7+
**Version**: 0.0.13a
88

99
Requirements
1010
------------

Assets/Integrations/Autodesk/maya/scripts/unityOneClick/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

3737
def pluginName():
3838
"""

RELEASE_NOTES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
RELEASE 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

517
NEW FEATURES

0 commit comments

Comments
 (0)