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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-32Lines changed: 12 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,45 +5,18 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
7
8
-
## [5.0.0-pre.11] - 2021-02-25
9
-
10
-
### Changed
11
-
12
-
* Updated documentation for v5.0.0.
13
-
14
-
### Changes
15
-
16
-
- Add `GameObject/ProBuilder` menu to create primitives with default dimensions.
17
-
18
-
## [5.0.0-pre.12] - 2021-03-05
19
-
20
-
### Bug Fixes
21
-
22
-
-[case: 1317773] Fixing undo after shape creation.
23
-
- Fixed shape creation requiring two undos to remove new shape.
24
-
- Fixed shape preview flickering when executing shortcut to redo.
25
-
- Fixed new shapes instantiating with generic "Shape" name instead of the primitive name.
26
-
27
-
## [5.0.0-pre.11] - 2021-02-25
28
-
29
-
### Bug Fixes
30
-
31
-
-[case: 1317148] Fixing edge picking problem with some Unity versions.
32
-
-[case: 1312537] Fixing script stripping on disabled objects when building.
33
-
-[case: 1311258] Fixing material reverting when subdividing edge.
34
-
- Added Particle System and IMGUI modules as a dependency.
35
-
36
-
## [5.0.0-pre.10] - 2021-01-22
8
+
## [5.0.0] - 2021-03-08
37
9
38
10
### Features
39
11
40
-
- 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.
41
-
- Added Point-to-point Cut tool.
42
-
- Added a selection preview when using the Select Path tool.
12
+
- 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.
13
+
- Added `Point to Point Cut` tool.
14
+
- Added a selection preview when using the `Select Path` tool.
43
15
- Added `Selection X Ray` option to highlight occluded element selections with a muted color. Default shortcut is `Alt + Shift + X` (modifiable in Shortcut Manager).
44
16
- Added Analytics for Actions and Menu Shortcuts
45
17
46
18
### Bug Fixes
19
+
47
20
-[case: 1304442] Update package description for SRPs : warning to users to add samples projects.
48
21
-[case: 1300329] Fixing Undo completely reverting all actions.
49
22
-[case: 1299638] Fixed missing dependency on com.unity.modules.physics.
@@ -82,6 +55,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
82
55
-[case: 1286045] Fixed selection cleaning problem after scene restart.
83
56
-[case: 1266769] Fixed tooltip window not rendering correctly on Linux.
84
57
-[case: 1281658] Fixed warning when modifying a PBMesh with particule effect using PBMesh as shape emitter.
58
+
-[case: 1317148] Fixed edge selection returning incorrect results with some Unity versions.
59
+
-[case: 1312537] Fixed script stripping on disabled objects when building.
60
+
-[case: 1311258] Fixed material reverting when subdividing edge.
61
+
-[case: 1317773] Fixed undo after shape creation.
85
62
86
63
### Changes
87
64
@@ -93,6 +70,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
93
70
- Removed unused HDRP shader variants.
94
71
-`MergeElements.Merge` moved to public API.
95
72
- Upgraded `PolyShape` tool to EditorTool and correct some features in it.
73
+
- Updated documentation for ProBuilder 5.0.0.
74
+
- Add `GameObject/ProBuilder` menu to create primitives with default dimensions.
75
+
- Added `com.unity.modules.physics` and `com.unity.modules.imgui` modules as dependencies.
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "com.unity.probuilder",
3
3
"displayName": "ProBuilder",
4
-
"version": "5.0.0-pre.12",
4
+
"version": "5.0.0",
5
5
"unity": "2019.4",
6
6
"description": "Build, edit, and texture custom geometry in Unity. Use ProBuilder for in-scene level design, prototyping, collision meshes, all with on-the-fly play-testing.\n\nAdvanced features include UV editing, vertex colors, parametric shapes, and texture blending. With ProBuilder's model export feature it's easy to tweak your levels in any external 3D modelling suite.",
0 commit comments