18-09-2020, 03:21 PM
(18-09-2020, 02:44 PM)josemendez Wrote: UnsafeUtilityEx is defined in the Collections package. See:using System;
https://docs.unity3d.com/Packages/com.un...ityEx.html
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 ?