Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug fixes/oct8 2020 #344

Merged
merged 23 commits into from
Oct 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
cc1c9ca
fix typo in center pivot tooltip
Oct 8, 2020
0114f5a
unclamp bevel max amount and don't bother with a slider
Oct 8, 2020
1ecd67c
update changelog
Oct 8, 2020
cca9943
fix nullref when exporting prefab overwrites the asset of the source…
Oct 8, 2020
e64cdd8
consistently use EditorSnapping for snap, which accounts for both Uni…
Oct 9, 2020
5cec081
Merge branch 'editortool/polyshape' into bug-fixes/oct8-2020
Oct 9, 2020
9b980e2
use EditorSnapping for poly shape tool
Oct 9, 2020
9b025ef
fix grid snapping not working when plane is built from camera
Oct 9, 2020
588e1b9
make sure poly shape is on grid when plane is picked from camera dire…
Oct 9, 2020
b228770
Merge branch 'editortool/polyshape' into bug-fixes/oct8-2020
Oct 13, 2020
0b1defd
fix null ref when creating a shape, undoing, then redoing with the sm…
Oct 13, 2020
9950246
repaint scene view when normals preview is changed
Oct 13, 2020
2473570
remove unused about images
Oct 13, 2020
3dda713
fix smooth group button text being clipped
Oct 13, 2020
237993a
Merge branch 'editortool/polyshape' into bug-fixes/oct8-2020
Oct 13, 2020
5d11f22
Merge branch 'editortool/polyshape' into bug-fixes/oct8-2020
Oct 13, 2020
9160479
fix vertex marquee selection inconsistent results. remove unnecessary…
Oct 13, 2020
4bed5bf
add tooltips to smooth group editor controls
Oct 13, 2020
3a5acf2
update changelog
Oct 13, 2020
952dd78
fix mesh collider not updating after modifications
Oct 14, 2020
306eabb
update changelog
Oct 14, 2020
e3cb3e1
Merge branch 'master' into bug-fixes/oct8-2020
Oct 16, 2020
3c8597b
point mac jobs to correct flavour
Oct 16, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .yamato/promotion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test_platforms:
- name: mac
type: Unity::VM::osx
image: package-ci/mac:stable
flavor: m1.mac
flavor: b1.mac
---
{% for editor in test_editors %}
{% for platform in test_platforms %}
Expand Down
2 changes: 1 addition & 1 deletion .yamato/upm-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test_platforms:
- name: mac
type: Unity::VM::osx
image: package-ci/mac:stable
flavor: m1.mac
flavor: b1.mac
---
pack:
name: Pack
Expand Down
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- [case: 1276074] Fixed a case where `Fit UVs` action could result in `NaN` values.
- [case: 1281254] Fixed shader warning in URP for UNITY_PASS_FORWARDBASE macro redefinition.
- Fixed rect selection not working with Universal Render Pipeline.
- [case: 1283107] Fixed `Bevel` settings slider disappearing when values exceed 1.
- [case: 1283103] Fixed typo in `Center Pivot` tooltip.
- [case: 1283067] Fixed `Export Prefab` throwing an error when overwriting the root asset of an exported prefab instance.
- [case: 1284735] Fixed a possible exception when creating a shape, undoing, then redoing while the `Smooth Group Editor` window is open.
- [case: 1283111] Fixed `Poly Shape` tool not snapping placed vertices with grid snapping enabled.
- [case: 1284741] Fixed missing tooltips for some items in the `Smooth Group Editor` window.
- [case: 1283167] Fixed `Mesh Collider` mesh value not updating with modifications.

### Changes

- Modified VertexManipulationTool to inherit from EditorTool
- Adding a new MenuAction in Samples to merge faces from edges selection
- Removing preprocessor directives for Unity 2018 and below for Probuilder 5.0
- Modified VertexManipulationTool to inherit from EditorTool
- Adding a new MenuAction in Samples to merge faces from edges selection
- Removing preprocessor directives for Unity 2018 and below for Probuilder 5.0
- Modified the AppendVerticesToEdge to handle edges split for non-convex faces.
- Removed unused "About" images.
- Removed unused HDRP shader variants.

## [4.4.0] - 2020-08-12

Expand Down
8 changes: 0 additions & 8 deletions Content/About.meta

This file was deleted.

8 changes: 0 additions & 8 deletions Content/About/Images.meta

This file was deleted.

Binary file removed Content/About/Images/Banner.png
Binary file not shown.
108 changes: 0 additions & 108 deletions Content/About/Images/Banner.png.meta

This file was deleted.

Binary file removed Content/About/Images/Banner_Hover.png
Binary file not shown.
108 changes: 0 additions & 108 deletions Content/About/Images/Banner_Hover.png.meta

This file was deleted.

Binary file removed Content/About/Images/Banner_Normal.png
Binary file not shown.
108 changes: 0 additions & 108 deletions Content/About/Images/Banner_Normal.png.meta

This file was deleted.

Binary file removed Content/About/Images/DownloadPB_Hover.png
Binary file not shown.