Search Issue Tracker
Fixed in 2020.2.X
Votes
0
Found in
2017.4.20f2
2019.2.0a11
Issue ID
1144728
Regression
No
Terrain only renders the mesh renderer ir root gameObject of a tree prefab
Terrain only renders the mesh renderer in root gameObject of a tree prefab
To reproduce:
1. Open attached project
2. Open SampleScene
Expected Result: All the Mesh Renderers found in a tree prefab are visible (in this scene, you should see many trees)
Actual result: Only the mesh renderer in the root of the prefab is visible (in this scene, you will only see small barrel meshes visible, as they are in the root of the prefab)
Note: The trees on the terrain are a prefab, of which root object is a barrel, it has child objects with tree part mesh renderers.
Alternatively, if the fix is not possible, there should be a warning in the Terrain system about using prefabs with a hierarchy of mesh renderers as Trees.
Reproduced on: 2017.4.20f2, 2019.2.0a11
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
Add comment