I want to move a tank by waypoints.how is the code?i created the tank and assigned it colliders and wheel colliders.but i have problem in script.specially when i want rotate the tank when it has arrived to a waypoint and need a rotation.
I need realistic physic.i am working on it for 2 days.but i have problem yet.i did not find any tutorials,… for tank movment.
can you guide me exactly?
i don’t know what must i do.should i use wheel colliders?which functions is better for movement and rotation?
i need it.so thansk.
Have it get the rotation to the current waypoint, if the rotation to the waypoint is greater then 90* then turn if not, then start moveing forward wile turning. Should give you a nice tanklike movement.