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
- Graph VFX not compiling enterely until they are open on MACOS
- Longer component titles exceed the window's display boundaries
- Overlapping objects do not collide when setting Physics.IgnoreCollision to false
- Crash on RaiseException when deleting animation transitions in a specific Animation Controller
- [XR][Vulkan] Vulkan Command Buffer memory leak every frame after scene change when using Multiview Rendering
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.