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
- Crash on ScriptableRenderLoopDraw when rendering a specific VFX in Play Mode
- The script is not renamed in the Project window when renaming and a compilation Error is present
- Average FPS in Play Mode degradation on a newly created BiRP project when it's upgraded from 2020.3.48f1 to a newer Editor version
- DecoratorDrawer indentation is incorrect when it is called with EditorGUI
- "Unable to get the list of approved APIs." is thrown when testing the App Packages with Windows App Certification Kit
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.