I’ve been trying to do some DragDrop on the unity’s activex container in visual c#, but when I call:
mapView.DragEnter += new DragEventHandler(mapView_DragEnter);
it crashes the unity player thus crashing the whole program. Is this a bug or what?