So i have a gameObject that i want to throw towards enemy. Just like a little flick and gameObject is thrown forward(in 2D it’s “Up”). How do i do that? Will be grateful for any help.
if there is a rigid body attached to it you just add force and unity will do the rest.