Search Issue Tracker
By Design
Votes
0
Found in
2017.4.0f1
2018.3.0a1
2018.3.4f1
2019.1.0a1
2019.2.0a1
Issue ID
1123704
Regression
No
Terrain Detail Mesh becomes missing when saving the scene if the Mesh of that Detail Mesh is an object in the scene
How to reproduce:
1. Open attached project "Case_1123704_repro"
2. Open "SampleScene" scene
3. Select "Terrain" in the Hierarchy
4. Add Cube (which is in the scene) as a Detail Mesh to To the Terrain
5. Save the scene
Expected result: Detail Mesh does not become Missing
Actual result: Detail Mesh becomes Missing
Reproducible with - 2017.4.20f1, 2018.3.5f1, 2019.1.0b2, 2019.2.0a4
Notes: In 2017.4 it does not say that it becomes Missing, but all the details that were painted disappear and new ones could not be painted
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
- Memory leak when a lot of UI elements are spawned and despawned
- Warnings are not logged in the Console window when using external code analyzers
- Errors “TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations, size 288“ appear constantly when Prefab is open
- Crash on PPtr<Shader>::operator or NullException errors spammed in console when calling Dispose() on null GraphicsBuffer with baked Reflection Probes
- “EndRenderPass: Not inside a Renderpass” and other Render Graph errors in the Player when Render Graph is enabled and Overlay UI is used
Resolution Note (2019.2.X):
GameObjects can't be used as details. Only Prefabs can be. Because TerrainData that references a Prefab as a detail is stored as an asset.