11-02-2022, 04:08 PM
(This post was last modified: 11-02-2022, 04:09 PM by josemendez.)
(11-02-2022, 02:44 PM)netjeenpetje Wrote: Hi,
We converted our project from SteamVR to OpenXR, and now the "Burst" method doesn't seem to be working anymore.
I found the following error:
System.IndexOutOfRangeException: Index {0} is out of range of '{1}' Length.
This Exception was thrown from a job compiled with Burst, which has limited exception support. Turn off burst (Jobs -> Burst -> Enable Compilation) to inspect full exceptions & stacktraces
We still have all required packages installed.
Regards,
Davy
Hi Davy,
Burst does not depend on SteamVR or OpenXR, so there’s little chance this has anything to do with the error.
Which exact Burst/Jobs/Collections package versions are you using? Could you specify your Unity version as well?