Search Issue Tracker
Fixed in 5.4.1
Votes
5
Found in
5.4.0f1
Issue ID
814402
Regression
Yes
Instantiated Camera prefabs have OnRenderImage called twice per update
Instantiated Game Objects that contain Cameras and use Post Effects have OnRenderImage called twice. This is especially bad in VR, where it gets doubled again and called 4 times.
Reproduction Steps:
1. Build & Run the attached project "case_814402-AA_Repro_UPDATED.zip" for PC or PS4 in 5.3
2. Observe the on-screen text will say OnRenderImage was called once
3. Repeat in 5.4
4. Observe the on-screen text will now say OnRenderImage was called four times
Expected Result:
OnRenderImage should only be called once in 5.4, as it was in 5.3.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Assertion failed on expression” errors thrown when undoing Nodes creation with keyboard shortcut
- Crash on various stack traces when using Texture2D.CreateExternalTexture() while rendering
- Clicking on section text in Node Library > Context folder throws NullReferenceException errors
- Node Library window sections text in Context folder are not visible when Editor is set to Light Theme
- "Scene Depth Difference" Node has an input Port which is called Position WS, directly referring to the World Space Position, when only the View Space Position can reflect if the object's depth is below or above the Plane
Add comment