Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
obi Cloth Version 5.6 error
#4
(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.
Reply


Messages In This Thread
obi Cloth Version 5.6 error - by onur89 - 18-09-2020, 02:40 PM
RE: obi Cloth Version 5.6 error - by josemendez - 18-09-2020, 02:44 PM
RE: obi Cloth Version 5.6 error - by onur89 - 18-09-2020, 03:21 PM
RE: obi Cloth Version 5.6 error - by josemendez - 18-09-2020, 04:38 PM