Drag actor issue
ajsheahan
Member, PRO Posts: 30
Hello, I have a project where I have two different behaviors for my main actor. One where you tap to a position on the screen and the actor will interpolate to that position in 0.1 seconds, this behaviors works fine. The second is a drag function, when you move your finger around the screen the main actor will follow, this is currently working, however, I would like the actor to offset a bit so it is no directly under your finger.
Ideally the actor would be just above your finger and when you drag it to either side it should automatically rotate behind your finger and then begin to follow instead of remaining under your finger. I have a project file I can send but it's not letting me include it in this message.