Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
2018.3.0a9
Issue ID
1072563
Regression
No
Crashes on CreateGridLayout while opening a scene with Terrain components inside
To reproduce:
1. Create new project.
2. Copy in and Open attached scene.
3. Editor crashes.
Reproduced on Unity 2018.3.0a9
The scene is built out of many game objects with many random components (terrain included) And then all game objects are parented onto another random gameobject. This scene is saved. Opening this scene always results in a crash. Probably because objects with terrain component are parented onto some unexpected game object?
0x0000000141CBB46B (Unity) CreateGridLayout
0x0000000141CC521F (Unity) TerrainManager::RebuildConnectivity
0x0000000141CBE044 (Unity) TerrainManager::CullAllTerrains
0x00000001405CE9C6 (Unity) Camera::CustomCull
0x00000001405DD70A (Unity) Camera::StandaloneCustomRender
0x00000001405D798D (Unity) CameraScripting::Render
0x000000014177C48B (Unity) Camera_CUSTOM_Render
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
Add comment