Search Issue Tracker
In Progress
Fix In Review for 6000.4.0b5
Fixed in 6000.3.2f1, 6000.5.0a4
In Progress in 6000.5.X
Votes
0
Found in
6000.3.0f1
6000.4.0a5
6000.5.0a2
Issue ID
UUM-128761
Regression
Yes
BlitRendererFeature in URP RenderGraph Samples contains an unused variable scaleBias
Steps to reproduce:
- Create a URP 3D Project
- Open Package Manager Window
- Switch to Samples Tab
- Import URP RenderGraph Samples
- Open the BlitRendererFeature script in the URP RenderGraph Samples/BlitWithFrameData
- Check the scaleBias variable
Actual results: scaleBias variable is declared, but not used in the Sample
Expected results: Samples do not contain unused code
Reproducible with versions: 6000.3.0b7, 6000.3.0f1, 6000.4.0a5, 6000.5.0a2
Not reproducible with versions: 6000.0.63f1, 6000.2.14f1, 6000.3.0b6
Tested on (OS): macOS 26.1, Ubuntu 24.04
Notes:
- In 6000.3.0b6 or below, scaleBias was used in the Execute Pass method which is no longer present
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
- After converting a Built-in project to URP render texture related errors are spammed that can lead to Game view being rendered on top of Scene view
- UI Builder slider value lags and stutters when sliding/modifying certain property values
- "Reset UI Builder Layout" functionality inconsistently changes Canva Size when "Match Game View" is enabled/disabled
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
Resolution Note (fix version 6000.5.0a4):
An old scaleBias variable was still present in the code but was no longer used.
This is legacy code inherited from a previous API.
The variable has now been removed, and moreover, BlitWithFrameData is a full-screen effect.
Resolution Note (fix version 6000.4.0b5):
Remove of an unused variable: scaleBiais.
The BlitWithFrameData API performs a full-frame blit and does not use the scaleBias variable in its implementation.
This variable originates from an older API and should therefore be removed.