Search Issue Tracker
Fixed
Fixed in 6.0.6
Votes
0
Found in [Package]
6.0.4
Issue ID
PBLD-222
Regression
No
Crash on MeshRenderer::UpdateLocalAABB when using the ProBuilderize tool
Steps to reproduce:
1. Open the “user’s attached project”
2. Enter the “GorillaTagNewVisualsCosmetics“ Scene
3. Select the “Level/forest” GameObject through the Hierarchy
4. Go to “Tools/ProBuilder/Object/Pro Builderize” through the Main Menu
5. Observe the crash
Reproducible with versions: 6.0.2, 6.0.3 (6000.0.13f1), 6.0.4 (6000.0.43f1, 6000.1.0b11, 6000.2.0a7)
Reproducible on: macOS 15.1.1 (M1 Max), Windows 10 (by the reporter)
Not reproducible on: no other environment tested
First few lines of StackTrace:
{noformat}0x00007ff7d52167a0 (Unity) MeshRenderer::UpdateLocalAABB
0x00007ff7d4fca8d3 (Unity) MessageHandler::HandleMessage
0x00007ff7d4fcd3e3 (Unity) SendMessageDirect
0x00007ff7d6d630f5 (Unity) Mesh::NotifyObjectUsers
0x00007ff7d6d660d5 (Unity) Mesh::SetChannelsDirty{noformat}
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
- Errors are logged when importing an asset at a path with Firebase
- Entering too big of a number in 2D Renderer Lightmode Tags freezes the Editor
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
Resolution Note (fix version 6.0.6):
Fixes crash when attempting to probuilderize gameobjects that have isPartOfStaticBatch set to true. The static batch flags are stripped, and the meshes are probuilderized.