Obi Official Forum
Bug / Crash The name 'UnsafeUtilityEx' does not exist in the current context - Printable Version

+- Obi Official Forum (https://obi.virtualmethodstudio.com/forum)
+-- Forum: Obi Users Category (https://obi.virtualmethodstudio.com/forum/forum-1.html)
+--- Forum: Obi Rope (https://obi.virtualmethodstudio.com/forum/forum-4.html)
+--- Thread: Bug / Crash The name 'UnsafeUtilityEx' does not exist in the current context (/thread-2501.html)



The name 'UnsafeUtilityEx' does not exist in the current context - dshewmaker - 19-09-2020

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


RE: The name 'UnsafeUtilityEx' does not exist in the current context - josemendez - 19-09-2020

(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/tutorials/backends.html

cheers,


RE: The name 'UnsafeUtilityEx' does not exist in the current context - dshewmaker - 21-09-2020

(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/tutorials/backends.html

cheers,


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