Search Issue Tracker
By Design
Votes
0
Found in [Package]
2.0.8
Issue ID
1075023
Regression
No
Probuilder UV goes to black when UV's are collapsed on some objects while using the ProBuilderize option
How to reproduce:
1. Open the user-submitted project
2. In the Project window search for the "SM_Prop_Vents_Exhaust_01" asset
3. Drag it into the Scene
4. In the Probuilder Window press "ProBuilderize"
5. Observe the result
Expected result: The Object is "ProBuilderized" correctly with all of its UVs intact
Actual result: The Object's UVs break and the object is completely dark
Reproduced in: 3.0.9, 3.0.0, 2.0.8
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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note:
When ProBuilder imports a mesh, it tests vertices against a very small value to see if it can safely consider them as coincident. This is done because ProBuilderize does not import mesh files, but rather converts existing mesh data.
In this case, vertices that were not intended to be coincident were incorrectly flagged due to the import scale placing discrete vertices in the same position. This is what caused the black triangles.