Crosshairs

Hello, I am trying to implement crosshairs to display where the mouse is, any ideas or examples floating around out there?

thanks for your help.

I thought cross hairs are often in the middle of the screen? But if you need a different type you can actually use Input.mousePosition to find the mouse position every frame and have a it move to where your is. You can take a look at these. It is meant for custom cursor but works the same way. Custom Mouse Cursor - Questions & Answers - Unity Discussions and http://forum.unity3d.com/threads/92050-Change-the-Mouse-Cursor?highlight=custom+mouse+cursor

Hope it helps. :smile:

If you just want a cross hair in the center of the screen you might want to check out the fps tutorial on Unity’s website…