How to make a boat move without controling it ?
I would like to make a script where the boat moves without controling it in the same route as i put it.I tried with an animation but when i go into the boat and it starts moving i fall off.I would like to be something like in Wow where you go from Stormwind to Northrend, something like that .Hope you could help me. PS: i would like the script to be in javascript :D.
there is no reason for not using an animation. you should probably make your player entity a child of the boat. it will then be moved along and the player will move relative to the boat
@cjdev Well thank you for the answer.I sure will try DOTween :D.
Your answer
Follow this Question
Related Questions
How to add animations to character ? 0 Answers
How can I temporary increase the size of an object? 2 Answers
Solved how to get half the collider of a box2d or capsulecollider2D 0 Answers
Make enemy patrol without Nav Points? 0 Answers
Teleporting problems 1 Answer