I wanna move my car due to some condition.
I can’t use methods like “Move to location”, but I want to know, can I move the car for some distance ahead? Or to signal its to turn wheels left?
Maybe I can simulate keystrokes?
Help me, guys, I have to complete this for tomorrow
Yes of course you can do this. The move to location simply lerp’s the position between 2 points. So just create a timeline that is the length of however long you want it to take, set the value at 0 to be 0 and value at x to be 1. Then use that as the alpha to lerp between your current location and the location you want to go to.
I tried to use “Move to location”.
But the car didn’t move according to the rules of car movement.
It just “floated” under the ground without animation and turns