New around here, Hi,
I´v made an account since the classic times but only recently decided to dive in.
I´m trying to implement a top down car movement towards a mouse click/ touch, using the car behaviour. Instead of assigning keys to accelerate, decelerate, steer left/ right the car would "get" those commands by the distance/ angle toward the Mouse clicked point.
Is this a possibility or would be better to implement a custom solution like in this capx made by Cipriux found on this 2013 thread:
Its a "follow mouse" with "steerSpeed", with no behaviours. I altered it a tiny bit so it moves to a target instead of follow mouse.
But adding speed acceleration etc its beyond my efforts.
Any pointers?