Skip to content

Commit 3065e50

Browse files
authored
Merge pull request #94 from Unity-Technologies/UNI-23257-sprint21-release
UNI-23257 sprint 21 release
2 parents 5da6531 + 65f6650 commit 3065e50

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-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.9a
7+
**Version**: 0.0.10a
88

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

Assets/Integrations/Autodesk/maya2017/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.05a'
35+
return '0.0.10a'
3636

3737
def pluginName():
3838
"""

RELEASE_NOTES.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
RELEASE NOTES
22

3+
**Version**: 0.0.10a
4+
5+
NEW FEATURES
6+
7+
* Turntable Review shows minimal Unity window
8+
9+
The Game window is maximized so that it takes up most of the layout.
10+
11+
* Turntable Review frames camera onto model
12+
13+
* Turntable Review rotates model
14+
15+
Model rotates either when selected in the editor or in play mode.
16+
17+
* Maya Integration: Turntable Review publishes to temporary location
18+
19+
Running Unity -> Review command in Maya publishes the asset to a temporary location inside the Unity project.
20+
21+
* Maya Integration: Added support for multiple Maya versions
22+
23+
* Set Turntable scene from Project Settings
24+
25+
Scene to use for Turntable review can be selected in Project Settings.
26+
27+
* Select Turntable Base GameObject by attaching FbxTurnTableBase script
28+
29+
Attaching the FbxTurnTableBase script to a GameObject will parent the model being reviewed under this GameObject.
30+
If none present, an empty GameObject will be used as the base.
31+
32+
FIXES
33+
34+
* FbxPrefab: Don't allow settings to be changed on prefab instance
35+
* Maya Integration: Fix so review brings Unity window to front on Windows if already open
36+
337
**Version**: 0.0.9a
438

539
* Auto updater for instanced prefabs

0 commit comments

Comments
 (0)