Search Issue Tracker
Fixed in 5.0.2
Votes
0
Found in [Package]
5.0.1
Issue ID
1320936
Regression
No
[ProBuilder] Probuilderize a Unity object with a material array will created empty submeshes
1. Open a new project
2. Create a Unity simple cube
3. In the Inspector, increase the size of the cube's material list from the Mesh Renderer component
4. Probuilderize the cube and inspect it
Result:
The new Probuilderized cube will have as many submeshes than there was material on it before the operation and those submeshes will have 0 triangles.
Expected:
By probuilderizing an object, we should keep the original material list but no create empty submeshes for each material
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
- URP ShadowCaster2D is misplaced and distorted when used with rotated Perspective Camera
- UI mesh is drawn twice when two cameras are used
- The Scene view top menu bar disappears when any Draw Mode other than "Wireframe" is selected in the specific project with a corrupted Material
- TabView.tabClosed EventHandler passes the wrong tab index as parameter when closing a tab from oldest to newest order
- Rigidbodies clip through terrain and snap back up when Heightmap Resolution is bigger than the terrain size
Resolution Note (fix version 5.0.2):
https://github.com/Unity-Technologies/com.unity.probuilder/pull/379