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
- Crash on UndoManager::Undo when undoing SpriteAtlas Compression value changes
- [Happy Harvest] #ThunderLabel text is "\u26C8" instead of "⛈"
- Warning “New Sprite Atlas: There is a mismatch in secondary textures of sprites compared to WhiteUnit, wasting texture space and potentially break draw call batching. Affected Sprites are (Flag)“ is thrown when packing Atlas with Sprite Atlas V2
- Sprite Editor dropdown text is cut-off for options with longer text
- Sprite Editor can't be scrolled horizontally using the trackpad gesture
Resolution Note (fix version 5.0.2):
https://github.com/Unity-Technologies/com.unity.probuilder/pull/379