Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Issues getting Softbody working
#4
(24-11-2021, 04:07 AM)kokutouchichi Wrote: I did the same as the other poster suggested in this thread: http://obi.virtualmethodstudio.com/forum...-3197.html

That seemed to work! Changing:

Code:

Code:
where T : struct

to
Code:

Code:
where T : unmanaged

Yes! Sorry about it, it was a timing issue. As Obi 6.3 was released, Unity released a new version of the Collections package that requires making this change for it to work.

I'm uploading a patched version to the store as we speak. Sorry for the trouble!
Reply


Messages In This Thread
RE: Issues getting Softbody working - by josemendez - 24-11-2021, 08:34 AM