Skip to content

Commit 39a2aa8

Browse files
authored
Merge pull request #76 from Unity-Technologies/UNI-21392-sprint19-release
Uni 21392 sprint19 release
2 parents 8ef62ad + 63171ec commit 39a2aa8

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

Assets/FbxExporters/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Copyright (c) 2017 Unity Technologies. All rights reserved.
55
Licensed under the ##LICENSENAME##.
66
See LICENSE.md file for full license information.
77

8-
**Version**: 0.0.7a
8+
**Version**: 0.0.8a
99

1010
Requirements
1111
------------

RELEASE_NOTES.md

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

3+
**Version**: 0.0.8a
4+
5+
NEW FEATURES
6+
7+
* Added Model Exporter unit tests
8+
9+
Added unit tests for frequently used public functions
10+
11+
FIXES
12+
13+
* Export: If nothing selected on export, pop up a dialog saying that nothing is selected
14+
* Export: Remove menu items from Assets menu
15+
* Convert to Model: fix issues with file number not incrementing properly (e.g. Sphere_1 would become Sphere_ 2)
16+
* Convert to Model: Allow copying multiple components of the same type (e.g. GameObject with multiple Box Colliders)
17+
* Convert to Model: Always add model to same scene as the original GameObject, if multiple scenes open
18+
* Convert to Model: Rename to "Convert to Prefab"
19+
* Export Settings: Saved settings weren't getting reloaded
20+
* Export Settings: Model prefab paths settings fixes
21+
* Pressing cancel in the browse dialog no longer prints a warning
22+
* Browse dialog opens at previously saved location
23+
* Fix so button isn't clipped with default panel width
24+
* Maya Integration: fix so destructors are always called
25+
* Export Unit tests: fix so ConvertToValidFilename tests pass on Mac
26+
327
**Version**: 0.0.7a
428

529
NEW FEATURES

0 commit comments

Comments
 (0)