Search Issue Tracker
Won't Fix
Votes
0
Found in
5.6.3f1
Issue ID
942153
Regression
Yes
Crash on RenderImageFilters if trying to render with Camera that is already rendering
How to reproduce:
1. Open "CameraCrash.zip" project
2. Open the "scene" scene
3. Enter Play mode
4. Exit Play mode
Actual result: Unity crashes.
Reproducible with: 5.6.0p4, 5.6.3f1, 2017.1.0p4, 2017.2.0b8, 2017.3.0a5.
Regression introduced in: 5.6.0p4.
Not reproducible with: 5.6.0p3, 5.5.4p2.
Note: with 5.6.0p3 and previous versions Unity doesn't crash, but errors "Assertion failed on expression: 'm_DepthTexture == NULL && m_DepthNormalsTexture == NULL'" and "Recursive initialization of the renderloop context. This will leak a lot of memory." appears.
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
- “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
Resolution Note:
Recursive camera rendering isn't supported and is not a behavior we intend to support.
It wasn't really supported before either but there was a hack in-place to somewhat alleviate the problem. As far as I can remember, this hack caused a lot of side-effects and removing it fixed a lot of side-issues in the camera rendering logic.