Arrow animation

When I “shoot” in my game I can get collision and distance vector. What I want is a animation of an arrow folowing path of that vector slow enough for player to see it.

Create a spatial with the arrow mesh and move it just a little bit in the update loop. Check the basic tutorials - everything you need is there.

1 Like