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
- Inspector's custom tooltip is displayed incorrectly when the name is truncated in UI toolkit
- Crash on ScriptableRenderLoopDraw when rendering a specific VFX in Play Mode
- The script is not renamed in the Project window when renaming and a compilation Error is present
- Average FPS in Play Mode degradation on a newly created BiRP project when it's upgraded from 2020.3.48f1 to a newer Editor version
- DecoratorDrawer indentation is incorrect when it is called with EditorGUI
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.