- Home /
Can't See Mouse Cursor In Game.
I can't get my mouse cursor to display in game. I set up a cursor in the project settings and it works fine in the editor but once i build the game it doesn't show up.
Omg I didn't even realize there was a cursor option for textures, wow I feel dumb. $$anonymous$$ake your comment an answer and ill mark it the best one.
That's what these answers are for. :) Happy developing and thanks for selecting my answer.
Answer by Nomabond · Jun 04, 2015 at 03:10 AM
Make sure you've set your Texture type to Cursor for the texture. You can also setup the Cursor.SetCursor() in a Start() method.
Here is another answer with more detail:
Here is the API Doc for Cursor:
Your answer
Follow this Question
Related Questions
JavaScript: _player.cursor(280) 1 Answer
Error with mouse cursor. 1 Answer
Lock mouse position with a Rect, possible? 1 Answer
Cant unlock cursor with FPS prefab 2 Answers
Cursor lock not working after alt tab 2 Answers