dear-imgui-unity icon indicating copy to clipboard operation
dear-imgui-unity copied to clipboard

error CS0103: The name 'Unsafe' does not exist in the current context unity 2020.1.0b4

Open iamabigartist opened this issue 3 years ago • 2 comments

unity version: image

action: import the package errors: image

iamabigartist avatar Feb 25 '22 14:02 iamabigartist

Does anyone have a solution? I have the same problem

Lyksel avatar Apr 14 '22 18:04 Lyksel

I'm having the same issue. Apparently, Unity moved the Unsafe to UnsafeUtility from Unity 2020 onwards: https://docs.unity3d.com/ScriptReference/Unity.Collections.LowLevel.Unsafe.UnsafeUtility.html

mathsteck avatar Jul 21 '22 16:07 mathsteck