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
- Texture displays visual artifacts and has a broken aspect ratio when it is imported in RGB 48-bit format
- Diagnostic Warning Resets When Navigating Away and Returning to Diagnostics Settings
- Checkbox Collides with Text in Shader Graph Preferences Settings
- Crash on mecanim::animation::TransformValuesFromClip when entering the Play Mode in a project with Animancer Pro v8
- Connection to Named Pipes fails when server and client are run
Resolution Note (fix version 5.0.2):
https://github.com/Unity-Technologies/com.unity.probuilder/pull/379