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
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
Add comment