Hey everyone, I'm trying to make a game where the player throws knives by clicking and dragging. I've figured out a system to throw the knives in the right direction, but I'm a little lost on how to actually let them fly.
If I have a KnifeThrower node that does all the input tracking and a separate knife scene I can instantiate, how do I let that knife fly in the direction I want?