I am creating a dll file for my Unity project framework. I have used UnityEngine.EventSystem namespace to detect mouse drag event. In OnBeginDrag method pointerEventData.position shows that the type Vector2 is not referenced.
I am creating a dll file for my Unity project framework. I have used UnityEngine.EventSystem namespace to detect mouse drag event. In OnBeginDrag method pointerEventData.position shows that the type Vector2 is not referenced.