Search Issue Tracker
Won't Fix
Votes
12
Found in
2022.3.8f1
Issue ID
UUM-47335
Regression
No
IndexOutOfRangeException in Unity.Rendering.Occlusion.Masked.Dots.OcclusionMesh.Transform when Safety Checks are "Force On" or Burst Compilation is disabled
How to reproduce:
1. Open the attached project "indexoutofrange-repro-urp.zip"
2. Move the Scene View Camera near the Scene origin
3. Enable "Force On" Safety Checks (Jobs>Burst>Safety Checks>Force On)
Expected results: No errors thrown in the Console window
Actual results: "IndexOutOfRangeException: Index 1 is out of restricted IJobParallelFor range [0...0] in ReadWriteBuffer." is thrown
Reproducible with: 1.0.14 (2022.3.8f1)
Reproducible on: Windows 10 22H2
Not reproducible on: No other environment tested
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
- GPU utilization increases by 20% on Meta Quest headsets when Render Graph is enabled on 6000.0.16f1 and higher
- Value on Slider (Int) control in UI Builder displays as default when saving UI Document
- Color mismatch in UI Builders Library panel when the Editors theme is set to Light Mode
- [Android ] "AndroidJNI.ToBooleanArray" returns a random non-zero value instead of "IntPtr.Zero" when the method argument is null
- Non-HDR color picker opens when selecting material color with HDR enabled
Resolution Note:
Following the announcement here (https://forum.unity.com/threads/dots-development-status-and-next-milestones-november-2023.1516672/) we are removing experimental Burst Occlusion Culling feature.
Today this case will be closed. Thank you for taking the time to report this issue.