Making projectiles appear they *Were* shot out of a weapon

Okay I know there are easier ways to do this but what I’m trying to pull off is making it look like I’m shooting an under barrel grenade from the bottom of my gun I’m holding in the characters hands But I want it to be as accurate as possible to line up with the reticle in the center of my screen and make it actually look like it came out of the bottom of the gun… I know this isn’t something I should be trying considering my newbish state :smile: but its things like this that keep me wanting to continue making something so is it something someone can pull off with a little script or am I thinking too far ahead?

Thanks

A simple way for you to effect this is to create a dummy game object, make your gun it’s parent and move it to the proper position. You then have an easily accessible marker to spawn the grenade in the proper place.

Alright, I like it short, sweet, and to the point…
I’ll look into it, Thanks!