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
- Editor crashes on StoredGraphicsBuffer::GetGfxBufferID when VFX Graph property is modified during Play Mode and Application.targetFrameRate is used to limit FPS
- Crash on NVAPI_Thunk when changing Player resolution while HDR display is used and Direct3D12 is set as the graphics API
- Only one out of multiple cameras is shown in the Play Mode while HDR display is used and Direct3D12 is set as the graphics API
- The "Paste Component as New" option is incorrectly displayed as active despite the action being prohibited
- "TLS Allocator ALLOC_TEMP_TLS" errors are thrown when unsuccessfully importing an FBX file
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.