Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  The name 'UnsafeUtilityEx' does not exist in the current context
#1
Hello,

New clean project and with install of Obi Rope 5.6 does not compile for me. Error:

Assets\Obi\Scripts\Common\DataStructures\NativeList\ObiNativeList.cs(249,63): error CS0103: The name 'UnsafeUtilityEx' does not exist in the current context

Using Unity 2019.3.15f1

What do?

Thanks,
Dennis
Reply
#2
(19-09-2020, 07:49 PM)dshewmaker Wrote: Hello,

New clean project and with install of Obi Rope 5.6 does not compile for me. Error:

Assets\Obi\Scripts\Common\DataStructures\NativeList\ObiNativeList.cs(249,63): error CS0103: The name 'UnsafeUtilityEx' does not exist in the current context

Using Unity 2019.3.15f1

What do?

Thanks,
Dennis

Hi,

You need to install the Collections package. If you want to use the Burst backend, also install Jobs, Burst and Mathematics. See:
http://obi.virtualmethodstudio.com/tutor...kends.html

cheers,
Reply
#3
(19-09-2020, 08:01 PM)josemendez Wrote: Hi,

You need to install the Collections package. If you want to use the Burst backend, also install Jobs, Burst and Mathematics. See:
http://obi.virtualmethodstudio.com/tutor...kends.html

cheers,


Thank you, I did not have the Collections package installed.
Reply