24-11-2021, 08:34 AM
(This post was last modified: 24-11-2021, 08:35 AM by josemendez.)
(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!