23-11-2021, 04:07 PM
(This post was last modified: 23-11-2021, 04:10 PM by josemendez.)
(23-11-2021, 04:05 PM)sasinandrei Wrote: Hello!
Today I have updated to last version of Obi Softbody (6.3). Now I have compilation error:
Assets\Obi\Scripts\Softbody\Rendering\ObiSoftbodySkinner.cs(341,103): error CS1061: 'NativeSlice<BoneWeight1>' does not contain a definition for 'Sort' and no accessible extension method 'Sort' accepting a first argument of type 'NativeSlice<BoneWeight1>' could be found (are you missing a using directive or an assembly reference?)
Unity 2020.3.20f1. I tried to create new 3D project, still have the same error.
Best Regards,
Andrey Sasin
Hi Andrey,
Make sure you've installed the package dependencies, specifically the Collections package. See:
http://obi.virtualmethodstudio.com/manua...setup.html
http://obi.virtualmethodstudio.com/manua...kends.html
Open up the package manager, click the "+" sign at the top and select "Add package from git url". Then, type com.unity.collections and install it. That should solve this.
Let me know how it goes!