I'm trying to use the Draggable Camera by calling for it within my own script.
For a simple drag, I use the OnDrag method in my script with a collider and pass the delta off to draggable camera, adding the Press(true) before and Press(false) after.
But this causes a jump as the drag passes the drag threshold. However, when I set for a smooth drag start, drag doesn't even start. And I can't seem to find what calls it to start or where the threshold is exactly.
Also, when I try to do a different drag, both the regular drag and my different drag are called at the same time, causing it to move much quicker.
I'm asking here because I've spent several days trying to find any help or tutorial on how to do what I'm trying to do. Any help will be appreciated.
Thanks.