i’m just a beginner on using Unity3d but I do have experience in scripting in JavaScript.
here is my problem :
I want to focus my Camera in one place and whenever I move the mouse the Camera is still in position but my crosshair is the one moving. this is a FPS.
anyone can give me some advice or Script that can help me with this problem.
i know this is just a simple problem. ^^-- but your advice and tips will make me better. haha.
Thanks in advance. and have a great day. 
Jayson,
Do you have any code that people can read though at the moment? That would make it easier to figure out what is going on.
i’m sorry. but i don’t have.
maybe you could ask me some questions about that. ^^,
hmm. should I explain it again?
Thanks lance2185,
Dont rotate your camera.
draw your cross hair according to input.mouseposition
raycast to that screenposition to actually recieve 3d target position.
can you show me some codes about that? ^^,
thanks!.
Have you gone through the tutorials and articles available here? Unity Learn
They should give you a great introduction to how to use Unity; you can even load up some of their sample games and see how they did things.