Search Issue Tracker
Fixed
Fixed in 2022.3.28f1, 6000.0.1f1
Votes
0
Found in
2022.3.15f1
2023.3.0b4
6000.0.0b11
Issue ID
UUM-60618
Regression
No
Sliders in the URP.asset throws NullReferenceException
Steps to reproduce:
1) Download attached project and open in Unity
2) Find URP-Balanced.asset in the Assets/Settings
3) In the Inspector, slide Render Scale or Per Object Limit slider
Observe the Console:
NullReferenceException: Object reference not set to an instance of an object
UnityEngine.Rendering.Universal.ScreenSpaceAmbientOcclusion.AddRenderPasses (UnityEngine.Rendering.Universal.ScriptableRenderer renderer, UnityEngine.Rendering.Universal.RenderingData& renderingData) (at ./Library/PackageCache/com.unity.render-pipelines.universal/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:139)
Expected result: No errors
Actual result: NullReferenceException in the Console
Device under testing:
MacBook Pro (16-inch, 2021), CPU: Apple M1 Max, Memory: 64 GB, macOS: Ventura 13.3.1 (a) (22E772610a)
Reproduced with:
2022.3.15f1, 2023.2.0f1, 2023.3.0a6, 2023.3.0a15, 2023.3.0b4
Comments (1)
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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Champi67
Feb 20, 2025 15:20
I've this issue in Unity 6000.0.38f1, during build when I'm opening a custom EditorWindow as modal (to customize my build with option) in OnPreprocessBuild(BuildReport report)