- Home /
How to use a cursor in Unity4
I tried to add a 64x64 PNG texture to Cursor image, but it shows nothing, it only shows blank box. like this
this is the cursor.
To be able to help you with this one, we need more information. It's good you've included a picture, but we need to know what the 64x64 PNG looks like, what are its import settings, and what are you doing in code to write it to the screen at the mouse position, etc. Provide more detail.
Unity didn't allow me to make a cursor code. So i use Edit > Project Settings > Player Setting > Default Cursor
Answer by Black_Demon · Oct 31, 2014 at 04:30 AM
Select your image and ensure to set it as a Cursor texture from Inspector. Now you can place it in Edit-> Project Settings-> Player-> Default Cursor.
Your answer
Follow this Question
Related Questions
A node in a childnode? 1 Answer
Waste of time with gui ... hover and behind 2 Answers
XBox Controller Joystick-Driven Mouse Cursor in Unity 0 Answers
UNITY3D: Custom cursors? 3 Answers