Basicly i’ve got a script attached to the Cylinder in my scene that it can be dragged around now i’ve created one with 3D Colliders and a scene with 2D Colliders (and ofc rigidbodies)
Now when i run it in Unity it works perfectly fine both of the Examples but when run from the flash player the 2DView seems do nothing at all.
I exported the 3DView first and tried it in flash works fine. Link for {3DView}
Then i tried the 2DView and it seems they cannot be clicked on anymore. Link for {2DView}
Used OnMouseDrag() and OnMouseDown() for dragging the objects