Skip to content

Commit 8da021b

Browse files
committed
update release notes
1 parent 8ef62ad commit 8da021b

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

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)