Search Issue Tracker
Fixed in 7.1.6
Votes
5
Found in [Package]
7.1.2, 6.9.2
Issue ID
1198272
Regression
No
[SRP] Two or more cameras/reflection probes rendering Terrain crashes with 'QuadTreeNodeRenderer::AddAsRenderNode'
Steps to reproduce:
1. Open attached HDRP project
2. Create a Planar Reflection Probe
3. Add terrain and align planar reflection probe to terrain
4. Try to raise the terrain
- Unity crashes with
0x00007FF7E57E6AFF (Unity) QuadTreeNodeRenderer::AddAsRenderNode
0x00007FF7E4831570 (Unity) PrepareRenderNodesOnMainThreadDeprecated
0x00007FF7E482E5DA (Unity) EndRenderQueueExtraction
0x00007FF7E482ECF4 (Unity) ExtractSceneRenderNodeQueue
0x00007FF7E478CBA6 (Unity) CullResults::GetOrCreateSharedRendererScene
0x00007FF7E4E84252 (Unity) CullScriptable
...
Expected result: crash should not occur when raising terrain affected by planar reflection probe
Reproduced in: 2020.1.0a13, 2019.3.0b11, 2019.2.12f1
Packages reproduced in: 7.1.2, 6.9.2
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
- Inconsistent behaviour when interacting with different dropdown types with pointer events on parent Visual Element
- Hidden GameObjects won't re-enable when they have call "DontDestroyOnLoad" function
- Overlay Canvas are rendered on each split-screen camera when HDR is enabled
- [Android] The Player loses focus when using UnityEngine.Handheld.StartActivityIndicator() with Facebook SDK
- Build fails with "Building Library/Bee/artifacts/MacStandalonePlayerBuildProgram/gahcy/hj9mx3z/951.0 failed with output:..." errors when Scripting Backend is set to IL2CPP
nasos_333
Nov 18, 2019 21:41
Hi,
I have another update on this matter, i have made a custom depth renderer and when i use it with meshes is fine, but when in insert a Unity terrain it crashes, so seems like any other camera trying to render the terrain causes a crash.
This happened in LWRP, so i think is a global issue and not just in HDRP
nasos_333
Nov 16, 2019 06:30
The crash is also happening in general, not just when raise terrain, also when try to paint etc