Obi Official Forum
obi Cloth Version 5.6 error - Printable Version

+- Obi Official Forum (https://obi.virtualmethodstudio.com/forum)
+-- Forum: Obi Users Category (https://obi.virtualmethodstudio.com/forum/forum-1.html)
+--- Forum: Obi Cloth (https://obi.virtualmethodstudio.com/forum/forum-2.html)
+--- Thread: obi Cloth Version 5.6 error (/thread-2497.html)



obi Cloth Version 5.6 error - onur89 - 18-09-2020

I updated latest Obi Cloth on asset store and import it into a blank project. There is several the same error in the console.

[Image: Screen-Shot-2020-09-18-at-16-37-19.png]

[Image: Screen-Shot-2020-09-18-at-16-37-33.png]


RE: obi Cloth Version 5.6 error - josemendez - 18-09-2020

UnsafeUtilityEx is defined in the Collections package. See:
https://docs.unity3d.com/Packages/com.unity.collections@0.5/api/Unity.Collections.LowLevel.Unsafe.UnsafeUtilityEx.html


RE: obi Cloth Version 5.6 error - onur89 - 18-09-2020

(18-09-2020, 02:44 PM)josemendez Wrote: UnsafeUtilityEx is defined in the Collections package. See:
https://docs.unity3d.com/Packages/com.unity.collections@0.5/api/Unity.Collections.LowLevel.Unsafe.UnsafeUtilityEx.html
using System;
using System.Runtime.InteropServices;
using System.Text;
using System.Collections.Generic;
using UnityEngine;
using Unity.Collections;
using Unity.Collections.LowLevel.Unsafe;
using System.Collections;

these are already defined but it doesn't see the UnsafeUtilityEx. should I update some thing on package manager ? 


RE: obi Cloth Version 5.6 error - josemendez - 18-09-2020

(18-09-2020, 03:21 PM)onur89 Wrote: using System;
using System.Runtime.InteropServices;
using System.Text;
using System.Collections.Generic;
using UnityEngine;
using Unity.Collections;
using Unity.Collections.LowLevel.Unsafe;
using System.Collections;

these are already defined but it doesn't see the UnsafeUtilityEx. should I update some thing on package manager ? 

Yep. As I said, this is defined in the Collections package, so you need to install it.