I'm importing LeapMotion Unity package into an existing project that uses System.Drawing. However, my script cannot find types in System.Drawing after the import.
Specifically Size and PointF:
Any ideas why?