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
- 3D Sample Scene (HDRP) template tutorial Welcome Dialog pop-up doesn't appear on project creation
- [Profiler] The Addressable Asset Module module outputs an ArgumentException when asset GUIDs produce a hash collision with Addressables
- Huge amounts of tests have a start delay when pressing "Run All" in the Test Runner
- Blackboard: Double borders around the tooltip
- [WebGL]VideoPlayer Rendering stops when setting FilterMode of a texture downloaded with UnityWebRequestTexture.GetTexture()
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.