(29-03-2023, 01:38 PM)lacasrac Wrote: obi 6.5.1
burst 1.8.3
I try soon with 1.8.4
line 11
public static class ConstraintSorter
{
(29-03-2023, 01:58 PM)josemendez Wrote: That's strange, could you check whether the file located at Obi/Assets/Obi/Scripts/Common/Backends/Burst/DataStructures/ConstraintBatcher/ConstraintSorter.cs defines ConstraintSorter as:
Code:public class ConstraintSorter<T> where T : struct, IConstraint
(roughly line 12 in the file).
Latest Burst version that didn't exhibit this issue was 1.6. I'm not sure what the status is for 1.8.4.
line 11
public static class ConstraintSorter
{