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
- Default Custom Components in project have Library counterparts
- [iOS]"The destination host has an erroneous SSL certificate" error is thrown when using UnityWebRequest to connect to the server with a self-signed certificate
- Freeze/crash on DynamicHeapAllocator::Allocate when opening a specific project
- Text Settings Inspector sections names have no padding
- UI elements shrinking, misaligned buttons, swapped icons, or incorrect styles when rapidly cycling through Scenes in the Player
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.