Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Convert from unity 2021 to 2022
#11
(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
{
Reply


Messages In This Thread
Convert from unity 2021 to 2022 - by lacasrac - 19-03-2023, 05:06 PM
RE: Convert from unity 2021 to 2022 - by lacasrac - 21-03-2023, 09:03 AM
RE: Convert from unity 2021 to 2022 - by lacasrac - 29-03-2023, 07:12 AM
RE: Convert from unity 2021 to 2022 - by lacasrac - 29-03-2023, 12:49 PM
RE: Convert from unity 2021 to 2022 - by lacasrac - 29-03-2023, 01:38 PM
RE: Convert from unity 2021 to 2022 - by lacasrac - 04-04-2023, 09:53 AM