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 icon in the "Inspector" window is less sharp/more pixelated than other editor icons
- Text Input doesn't restore the old input in the Inspector window when using the "Revert" button on Prefabs
- An "EndLayoutGroup" error is thrown when extracting textures of an FBX file for the second and later times
- A NullReferenceException error is thrown when extracting textures from an FBX
- "Toggle all debug panels" shortcut throws “NullReferenceException: Object reference not set to an instance of an object” error
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.