You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixed `Draw Shape` tool not clearing selection when changing the active shape type.
28
+
- Fixed `Cut Tool` error when pressing `Backspace` with no vertices placed.
29
+
- Fixed `Cut Tool` error when finishing a cut segment with less than 3 vertices.
30
+
- Fixed `Draw Shape` tool truncating shape property fields in the Scene View Overlay.
31
+
32
+
### Changes
33
+
34
+
- Moved contents of warning box in `Draw Shape` tool to tooltips.
35
+
- Updated manual documentation.
28
36
29
-
## [5.0.0-pre.11] - 2021-02-25
37
+
## [5.0.1] - 2021-03-09
30
38
31
39
### Bug Fixes
32
40
33
-
-[case: 1317148] Fixing edge picking problem with some Unity versions.
34
-
-[case: 1312537] Fixing script stripping on disabled objects when building.
35
-
-[case: 1311258] Fixing material reverting when subdividing edge.
36
-
-[case: 1315335] Fixing the wording of the detach faces to be less confusing.
37
-
- Added Particle System and IMGUI modules as a dependency.
41
+
- Disable unstable test on Linux.
38
42
39
-
## [5.0.0-pre.10] - 2021-01-22
43
+
## [5.0.0] - 2021-03-08
40
44
41
45
### Features
42
46
43
-
- Redesigned shape creation workflow: Shapes are now interactively drawn in the Scene View, and remain configurable after the point of creation via the `ShapeComponent` Inspector.
44
-
- Added Point-to-point Cut tool.
45
-
- Added a selection preview when using the Select Path tool.
47
+
- Redesigned shape creation workflow. Shapes are now interactively drawn in the Scene View, and remain configurable after the point of creation via the `ShapeComponent` Inspector. Default shapes can still be created through the `GameObject/ProBuilder` menu.
48
+
- Added `Point to Point Cut` tool.
49
+
- Added a selection preview when using the `Select Path` tool.
46
50
- Added `Selection X Ray` option to highlight occluded element selections with a muted color. Default shortcut is `Alt + Shift + X` (modifiable in Shortcut Manager).
47
51
- Added Analytics for Actions and Menu Shortcuts
48
52
49
53
### Bug Fixes
54
+
50
55
-[case: 1304442] Update package description for SRPs : warning to users to add samples projects.
51
56
-[case: 1300329] Fixing Undo completely reverting all actions.
52
57
-[case: 1299638] Fixed missing dependency on com.unity.modules.physics.
@@ -85,6 +90,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
85
90
-[case: 1286045] Fixed selection cleaning problem after scene restart.
86
91
-[case: 1266769] Fixed tooltip window not rendering correctly on Linux.
87
92
-[case: 1281658] Fixed warning when modifying a PBMesh with particule effect using PBMesh as shape emitter.
93
+
-[case: 1317148] Fixed edge selection returning incorrect results with some Unity versions.
94
+
-[case: 1312537] Fixed script stripping on disabled objects when building.
95
+
-[case: 1311258] Fixed material reverting when subdividing edge.
96
+
-[case: 1317773] Fixed undo after shape creation.
88
97
89
98
### Changes
90
99
@@ -96,6 +105,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
96
105
- Removed unused HDRP shader variants.
97
106
-`MergeElements.Merge` moved to public API.
98
107
- Upgraded `PolyShape` tool to EditorTool and correct some features in it.
108
+
- Updated documentation for ProBuilder 5.0.0.
109
+
- Add `GameObject/ProBuilder` menu to create primitives with default dimensions.
110
+
- Added `com.unity.modules.physics` and `com.unity.modules.imgui` modules as dependencies.
0 commit comments