Object Instantiate

Hi,

Currently working on Running shooting type of game.
Here i want bullet should Instantiate from the Cube when touch. “cube is Attach to the Character”
But what i want bullet should Instantiate from cube but to the direction of a touch.
Please can someone help me on this.

There’s a good video tutorial explaining how to do this here
http://unity3d.com/learn/tutorials/modules/beginner/scripting/instantiate

hi,
tutorial you have suggest, I have check that i had completed the stuff shown in the tutorial.
currently when i touch to screen (Mobile) my character start firing bullet but its just throw or Instantiate in same direction.
what i want that my bullet should go in to the touch direction.