Is is wrong to assign the movement of an enemy (2D) platformer using Lerp instead of rigidbody?

Good evening!

Is is wrong to use linear interpolation instead of physics in my enemy ai? The game is a 2D platformer.

Thank you!

There is no wrong except your assumption there is a wrong in this case :slight_smile: it’s perfectly fine.

1 Like

Thank you!