File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Copyright (c) 2017 Unity Technologies. All rights reserved.
5
5
Licensed under the ##LICENSENAME##.
6
6
See LICENSE.md file for full license information.
7
7
8
- **Version**: 0.0.7a
8
+ **Version**: 0.0.8a
9
9
10
10
Requirements
11
11
------------
Original file line number Diff line number Diff line change 1
1
RELEASE NOTES
2
2
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
+
3
27
** Version** : 0.0.7a
4
28
5
29
NEW FEATURES
You can’t perform that action at this time.
0 commit comments