I seem to be having a problem where my projectiles spawn at the world coordinate position to what the point shows in the inspector postion in relation to its parent rather than at the point. if the point is at (0,0,1) from parent, my projectile is spawning at world (0,0,1) instead of at the point when spawning with the point transform position in the instantiate.
Please help