Search Issue Tracker
By Design
Votes
0
Found in [Package]
5.2.2
6.0.1
Issue ID
PBLD-117
Regression
No
Resizing a face moves its texture out of place when its UV is rotated
Reproduction steps:
1. Open the attached “BugRepro” project
2. Open the “Assets/Scenes/SampleScene” Scene
3. Open the ProBuilder window (Tools > ProBuilder > ProBuilder Window)
4. In the Scene view, in the Edit Mode toolbar select Face Selection
5. Select any face of the “Cube” GameObject
6. Using the Move Tool, drag the selected face
7. Observe the adjacent faces' textures
Expected result: The adjacent faces' textures extend and stay in place
Actual result: The adjacent faces' textures start moving around
Reproducible with: 5.0.3 (2021.3.23f1), 5.2.2 (2021.3.38f1, 2022.3.28f1), 6.0.1 (6000.0.f1f)
Reproducible on: Windows 11
Not reproducible on: No other environment tested
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Text is unreadable when DLSS is applied to the Canvas with Render Mode set to World Space
- NullReferenceException errors appear in the Console when changing the values of Visual Effect Control Clip Events' Attributes
- Crash on TextCore::OTL_TableReader::GetOpenTypeLayoutTables when using Japanese Font as TMP Fallback
- TreeView.AddItem performance regression when opening EditorWindow
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
Resolution Note:
Hi, thanks for reaching out.
The PB meshes are procedurally generated, every change in the geometry is triggering a new generation of the full mesh, inncluding UVs.
Knowing that process, UVs should be generated at the end of the mesh modeling as otherwise the changes would be overriden when moving a vertex/edge/face as the mesh topology would have change.