01-09-2023, 06:42 PM
(01-09-2023, 12:23 PM)redrag Wrote: I have been upgrading from Unity 2019 to 2022.3.8f1
I started getting errors from Obi Rope so installed ECS, Burst and a number of dependencies.
I am now getting this error:
Assets\Plugins\Obi\Scripts\Common\Backends\Burst\DataStructures\NativeMultilevelGrid.cs(74,46): error CS1061: 'UnsafeList<K>' does not contain a definition for 'length' and no accessible extension method 'length' accepting a first argument of type 'UnsafeList<K>' could be found (are you missing a using directive or an assembly reference?)
I have Collections 2.1.4 installed
It is a syntax error in the script. Open NativeMultilevelGrid.cs in 74,46 and change "length" for "Length"