Skip to content

Commit 7d35dfe

Browse files
committed
Uni-22954-release
1 parent 53bfc8d commit 7d35dfe

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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+
313
**Version**: 0.0.12a
414

515
NEW FEATURES

0 commit comments

Comments
 (0)