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
Comments (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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
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