Hi,
I created a simple grenade throwing script, which that instantiates the grenade and the I throw it using:
grenadeClone.velocity = transform.TransformDirection(new Vector3(0,0,throwSpeed));
Everything is working, but how can I throw my greande in the camera angle/ looking height?
Thank you!