Max Speed or Linear Velocity?
Cap
Member Posts: 225
Hi,
I want to change the speed of the enemies when the player achieves a certain progress in the game. The enemies should move faster.
Should I change the max speed of the enemies (is that possible while the project runs?) or the linear velocity (and add a rule that helps to not make the enemies faster than a certain speed)?
Thanks for tips!
I want to change the speed of the enemies when the player achieves a certain progress in the game. The enemies should move faster.
Should I change the max speed of the enemies (is that possible while the project runs?) or the linear velocity (and add a rule that helps to not make the enemies faster than a certain speed)?
Thanks for tips!
Comments
I would like to have a better understanding of the linear velocity attribute if anyone would like to explain.