13-02-2021, 07:13 PM
(This post was last modified: 13-02-2021, 08:22 PM by josemendez.)
(13-02-2021, 06:21 PM)hecali_aj Wrote: Hello,
There's an error that appears in the tearable cloth demo using the burst backend for the solver. Any help please?
I'm using Unity 2020.1.17f1 and the latest version of Obi Cloth.
Hi there!
I’m unable to reproduce this, same Unity version, Obi 6.0.
- What Obi version are you using? Latest is 6.0, but it’s just been released so just making sure it’s not 5.6.2 you're referring to.
- What version of the Burst, Jobs, Mathematics and Collections packages are you using?
From the error message, the “UNKNOWN_OBJECT_TYPE” in place of the actual type stands out, as the type it refers to is a simple NativeArray<float4>. Could this hint at some issue with the Collections package?