Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
4.6.0
Issue ID
1109127
Regression
No
Game Camera is not always used when using ExecuteBeforeCameraRender's "camera" parameter
Steps to reproduce:
1. Open User-supplied project
2. Move the scene around
3. Exit Play mode, in "Main Camera" object's Planar Reflections script, remove the "Main Camera' property
4. Move the scene around
Expected: the API uses the Game camera all the time
Actual: sometimes, the Scene camera is being used
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
- Memory leak when a lot of UI elements are spawned and despawned
- Warnings are not logged in the Console window when using external code analyzers
- Errors “TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations, size 288“ appear constantly when Prefab is open
- Crash on PPtr<Shader>::operator or NullException errors spammed in console when calling Dispose() on null GraphicsBuffer with baked Reflection Probes
- “EndRenderPass: Not inside a Renderpass” and other Render Graph errors in the Player when Render Graph is enabled and Overlay UI is used
Resolution Note:
Issue happens with API that was deprecated when going out of preview. There were some camera rendering issues with the old API that are fixed with the new custom renderer framework in LWRP. Issue should not happen with the new API.