Hi, I’m setting up a ranged character for a 2D platformer and currently i have to projectile that is meant to be fired spawning in, but I was wondering how would I add velocity to make it ‘fire’?
You can add the projectile component to it. Which will let you set a variety of different attributes to it.
That worked, thanks a lot!