Hallo, im currently trying to to make a drag and drop action be initialized by a script.
My scenario:
Press on Button -> Instantiate prefab with drag and drop script -> Drag and drop is enabled for the new script and the object is moving with the dragging input.
How to enable the the last step?
Calling OnPress(true) (now public) in the dragdrop script does not do the trick.
Thanks for reply