Skip to content

Commit 1f14cce

Browse files
authored
Merge branch 'master' into feature/making-experimental-as-user-prefs
2 parents 06cab5e + 5ad4e28 commit 1f14cce

343 files changed

Lines changed: 2657 additions & 1501 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 28 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7-
87
## [Unreleased]
98

109
### Bug Fixes
1110

11+
- [case: 1324399] Fixing errors when building with prefabs in scene.
12+
- [case: 1323666] Preventing to assign an empty mesh as MeshCollider.
13+
- [case: 1322032] Fixing wrong ProBuilderMesh colors on domain reload when null.
1214
- [case: 1322150] Fixing torus and sphere UV generation when creating New Shape.
1315
- [case: 1320936] Fixing 'ProBuilderize' action creating empty submeshes.
1416

@@ -17,36 +19,39 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1719
- Property `Experimental Feature` can now be reset with the rest of ProBuilder preferences.
1820
- Add `GameObject/ProBuilder` menu to create primitives with default dimensions.
1921

20-
## [5.0.0-pre.12] - 2021-03-05
22+
## [5.0.2] - 2021-03-11
2123

2224
### Bug Fixes
2325

24-
- [case: 1317773] Fixing undo after shape creation.
25-
- Fixed shape creation requiring two undos to remove new shape.
26-
- Fixed shape preview flickering when executing shortcut to redo.
27-
- Fixed new shapes instantiating with generic "Shape" name instead of the primitive name.
26+
- Fixed `Draw Shape` tool showing incorrect UVs when setting shape bounding box.
27+
- 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.
2836

29-
## [5.0.0-pre.11] - 2021-02-25
37+
## [5.0.1] - 2021-03-09
3038

3139
### Bug Fixes
3240

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.
3842

39-
## [5.0.0-pre.10] - 2021-01-22
43+
## [5.0.0] - 2021-03-08
4044

4145
### Features
4246

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.
4650
- Added `Selection X Ray` option to highlight occluded element selections with a muted color. Default shortcut is `Alt + Shift + X` (modifiable in Shortcut Manager).
4751
- Added Analytics for Actions and Menu Shortcuts
4852

4953
### Bug Fixes
54+
5055
- [case: 1304442] Update package description for SRPs : warning to users to add samples projects.
5156
- [case: 1300329] Fixing Undo completely reverting all actions.
5257
- [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.
8590
- [case: 1286045] Fixed selection cleaning problem after scene restart.
8691
- [case: 1266769] Fixed tooltip window not rendering correctly on Linux.
8792
- [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.
8897

8998
### Changes
9099

@@ -96,6 +105,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
96105
- Removed unused HDRP shader variants.
97106
- `MergeElements.Merge` moved to public API.
98107
- 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.
99111

100112
### Internal
101113

Content/Icons/Tools/EditShape.png

415 Bytes
Loading

Content/Icons/Tools/EditShape.png.meta

Lines changed: 96 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
574 Bytes
Loading

Content/Icons/Tools/EditShape@2x.png.meta

Lines changed: 96 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
600 Bytes
Loading

Content/Icons/Tools/EditShape@2x_Light.png.meta

Lines changed: 96 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
510 Bytes
Loading

0 commit comments

Comments
 (0)