How to make an object move with same speed?
Hello, I have a complex map with lots of turns. I used the cinemacine to record a movement of an object along the path. The problem is that it's impossible to make the object move at the same speed all the way.
I know it's possible to use pathfinding, but I avoided it because it's expensive. Especially if you think I use it for mobile app.
Is there a way to achieve the same results without passing the processing power?
uni.jpg
(76.0 kB)
Comment
Your answer
Follow this Question
Related Questions
Make an object follow another object's path (Snake game) 0 Answers
How move object on Bezier path? 0 Answers
Make an object follow a curve 1 Answer
How to make two characters to go to the direction of an touched item on a single screen 0 Answers
2D Object following the cursor without glitchyness at the center 0 Answers