Search Issue Tracker
Active
Votes
1
Found in
6000.0.43f1
6000.1.0b11
6000.2.0a7
Issue ID
UUM-100776
Regression
No
Errors are thrown in the Console and the Game view fails to render when RenderGraph Compatability is disabled and a Camera stack has a Pixel Perfect Camera Component with "Stretch Fill" Crop Frame
How to reproduce:
1. Create and open a new 2D URP project
2. Create a new Camera GameObject and make it of “Overlay“ Render Type
3. Select the “Main Camera“ GameObject in the Hierarchy
4. Add the Overlay Camera GameObject to the Camera Stack in the Inspector
5. In the Inspector, add the PixelPerfectCamera Component and set the Crop Frame enum to “Stretch Fill“
6. If this is not reproducing, disable the RenderGraph Compatability option in Edit > Project Settings > Graphics
7. Observe the Game view and the Console
Expected results: Nothing is thrown in the Console and the Game view renders correctly
Actual results: “NullReferenceException“ and “InvalidOperationException“ errors are spammed and the Game view fails to render
Reproducible in: 6000.0.43f1, 6000.1.0b11, 6000.2.0a7
Could not test in: 2022.1.0a1, 2022.3.60f1 (RenderGraph is not available)
Reproduced on: Windows 11 Pro (24H2), macOS 15.3.1
Not reproduced on: No other environment tested
Notes:
- If any of the steps are not done, the issue will not reproduce
- If the issue does not reproduce on 1920x1080 Game view resolution, change it to something else, or better - Free Aspect
- Camera Stack must be used for reproduction
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- PlayerPrefs get corrupted when a minimized fullscreen Player is closed through the Taskbar
- "To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations." warning is printed when JobTempMemoryLeakValidation switch is enabled
- Main Thread stalling when loading Audio Source asset asynchronously while preloading another Audio Source asset
- Material artifacts occur in the Material Preview window when baked lighting is applied to scenes
- “ArgumentOutOfRangeException” after saving, reseting and re-add Default Tile Palette Tools to the list in Preferences window
Add comment