Hi,
I try to make a panning camera with 3D clickable object that should allow camera pan on drag event.
I already have a “panning camera” script (using the new interfaces: IPointerDown ect…) but how to make 3D clickable object allowing pan ?
I can make a custom IPointerClick, IPointerDown, IDragHandler… script for my clickable object too and forward drag events to my panning camera script, but is this the best way ? other ways / ideas ?