Search Issue Tracker
By Design
Votes
0
Found in
2018.2.0f2
Issue ID
1060360
Regression
No
[HDRP] Editor freeze and crash on RtlUserThreadStart after changing Reflection Cubemap Size
How to reproduce:
1. Open a new Unity project with High-Definition RP template
2. Select Assets/Settings/HDRenderPipelineAsset.asset
3. In the Inspector, change "Reflection Cubemap Size" to 512
4. Change "Probe Cache Size" to 512
5. Move Unity Editor window around
Expected result: Editor does not freeze and crash.
Actual result: Editor freezes, the last step usually results in a crash.
Reproducible with - 2018.1.0b5, 2018.1.9f1, 2018.2.1f1, 2018.3.0a6
---------
By design: The scene crashes because the project runs out of GPU memory. Unity doesn't have a system to catch this case and it is expected to crash.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment