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
- Crash when trying to force Shader to interpret 1/30 as a floating point operation
- Terrain is flickering when adjusting "Compatibility Mode" and "Use Rendering Layers" Settings
- Isometric tiles are flickering and overlapping each other when entering Play Mode with Tilemap Renderer mode set to "Chunk"
- Crash on ParticleSystemParticles::array_reserve when particle system starts
- Docking Text Property Preview Window next to UI Builder breaks the window and causes NullReferenceException
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.