Search Issue Tracker
By Design
Unknown (hidden) 2021.3.X
Votes
0
Found in
2021.3.8f1
Issue ID
UUM-10825
Regression
Yes
Blit API of Renderer Feature results in brighter lighting when Scene view projection mode is isometric
Reproduction steps:
1. Open the attached “IN_8694_2021_3“ project
2. Open the “BugScene” scene
3. In the Scene view switch to isometric projection mode or enable 2D mode
Expected result: Lighting doesn’t change
Actual result: GameObjects are lit significantly brighter
Reproduced in: 2021.2.19f1, 2021.3.8f1
Not reproduced in: 2020.3.37f1, 2021.1.26f1
Could not test in: 2022.1.12f1, 2022.2.0b4, 2023.1.0a4 (“You can only call cameraColorTarget inside the scope of a ScriptableRenderPass” errors)
Reproduced on: Windows 10, macOS Monterey 12.0.1
Note: The Scene view switches between expected and actual results when clicking in the Scene view or interacting with Inspector with a GameObject selected (especially Reflection Probes)
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
- Celestial bodies order remains unchanged when the Distance setting is modified
- A memory leak occurs with massive terrain when camera position changes occur.
- No valid hits are returned when using RaycastCommand
- Camera is not overlooking the main Scene in Scene View in the HDRP Sample Template
- TextShadow properties are not applied when displayed in a custom MenuItem Window
Resolution Note:
In the project sent with the bug report the renderer feature does tonemap pass with custom render feature with a blit. The shader shouldn't use the default ZTest value and should set ZTest Always and that will fix this issue