HI!! I start using unity recently and I’m doing a small project.
How could I make an object go faster and faster over time?
Thank you!!!:):)
HI!! I start using unity recently and I’m doing a small project.
How could I make an object go faster and faster over time?
Thank you!!!:):)
I see you have a few similar posts. One post is enough, for future reference. Though, in one of your other threads, it was after an earlier question; in that case, it can be good to post a new thread.
One way to think about this is simple. Keep track of the speed and increase it. You’ll use that value to move the object…
What have you tried, so far?
Have you done some tutorials for small games, scripting/unity, etc?