Search Issue Tracker
By Design
Votes
12
Found in [Package]
5.7.2
Issue ID
1168149
Regression
No
[LWRP] Custom renderer Camera override gets applied to the Scene Camera causing objects to appear out of position
How to reproduce:
1. Open the attached "LWRPCameraOverride.zip" project
2. Select "CRPSphere" in the Scene
3. Try moving the Camera around the Scene and inspect the sphere
Expected results: The sphere is rendered at its position (shown by the Transform handle)
Actual results: The sphere is rendered with an offset camera and not in its absolute position
Reproducible with:
2019.1.10f1 (using LWRP 5.16.1),
2019.2.0b9, 2019.3.0a9 (using LWRP 6.9.0)
Couldn't test with: 2018.4 stream because Custom Renderers were not implemented in SRP yet
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
- "Draw Additional Lights Shadowmap" calls increase when custom MaterialBlockProperty is used
- Crash on _platform_memmove when importing the "Dragon Crashers - URP 2D Sample Project" to a new 2D project
- "Shader is not supported on this GPU" warnings and and shaders are not loading when building the project for non-Chromium browsers
- [iOS][URP] The screen flickers and the "Execution of the command buffer was aborted due to an error during execution" error is thrown continuously
- Shortcut Manager shows empty conflict filter when resolving runtime conflicts involving different contexts
Resolution Note:
The custom renderer is being applied to the Lightweight Pipeline asset which affects both Game and Scene view cameras. You can set the custom renderer on the main camera instead if you don't want it to override all cameras.