Search Issue Tracker
Fixed in 5.4.0
Votes
0
Found in
5.4.0b7
Issue ID
773204
Regression
Yes
Crash on "Transform::GetLocalToWorldMatrixNoScale" when game object is deleted
Reproduction steps:
1. Open attached project.
2. Open "Texturas > Escenas > BaseScene" scene.
3. Expand "BaseGame > terrenoClasico > airport > airport" game object in the hierarchy.
4. Start deleting "hf" game objects one by one (hf0 > hf1 > hf2...) until editor crashes(GIF attached).
Regression introduced in 5.4.
Transform is NULL.
0x000000014036ED96 (Unity) Transform::GetLocalToWorldMatrixNoScale
0x000000014086B187 (Unity) PPtr<TerrainData>::operator->
0x000000014086BC8B (Unity) ExtractGIInstances
0x00000001408703C7 (Unity) GISceneManager::GetInstanceHashForInstanceID
0x0000000140B6F80D (Unity) Camera::EmitGUIGeometryToCamera
0x0000000140066A90 (Unity) Camera::DoRender
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment