Search Issue Tracker

Active

Votes

0

Found in

6000.0.64f1

6000.2.15f1

6000.3.1f1

6000.4.0b1

6000.5.0a3

Issue ID

UUM-129597

Regression

No

Errors are spawned when unloading the scene

-

How to reproduce:
1. Create a new project and import the attached "ffd.unity" scene
2. Open any scene and drag the imported scene into the Hierarchy
3. Right-click the "ffd" scene -> Unload Scene
4. Observe the Console

Expected results: No errors are thrown
Actual results: Errors are thrown

Reproducible with: 6000.0.64f1, 6000.2.15f1, 6000.3.1f1, 6000.4.0b1, 6000.5.0a3

Reproducible on: Windows 11 Pro
Not reproducible on: No other environment tested

First lines of errors:
- Render Graph Execution error
UnityEngine.GUIUtility:ProcessEvent (UnityEngine.EntityId,intptr,bool&)
- NullReferenceException: Object reference not set to an instance of an object
UnityEngine.Rendering.Universal.ReflectionProbeManager.UpdateGpuData (UnityEngine.Rendering.CommandBuffer cmd, UnityEngine.Rendering.CullingResults& cullResults) (at ./Library/PackageCache/com.unity.render-pipelines.universal@5dbe3b76136b/Runtime/ReflectionProbeManager.cs:162)
-InvalidOperationException: The previously scheduled job ZBinningJob writes to the Unity.Collections.NativeArray`1[System.UInt32] ZBinningJob.bins. You must call JobHandle.Complete() on the job ZBinningJob, before you can write to the Unity.Collections.NativeArray`1[System.UInt32] safely.

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.