Spawn object which moves in one direction

Hey,

i am trying to create an object, which moves endless in one direction. I know it has to be very easy but im very new here. ^^

mfg Timon

Hello,

You could use the Projectile Movement Component. It’s pretty easy to use and there’s a couple of nice features you could use later on if you need it.

If you absolutely want to manage this outside of the Player1 class, you would need to update the movement during the Tick event. Let me know if you want an example.

Thanks for you comment!

I got a solution but the object wont move if i turn gravity on