Error with Cursors - RPG Project

I downloaded and am using the cursors provided in the lecture but am getting the following warning:

Invalid texture used for cursor - check importer settings or texture creation. Texture must be RGBA32, readable, have alphaIsTransparency enabled and have no mip chain.

UnityEngine.Cursor:SetCursor (UnityEngine.Texture2D,UnityEngine.Vector2,UnityEngine.CursorMode)
RPG.Control.PlayerController:SetCursor (RPG.Control.CursorType) (at Assets/Scripts/Control/PlayerController.cs:142)

RPG.Control.PlayerController:Update () (at Assets/Scripts/Control/PlayerController.cs:44)

Anyone know what that might be?

1 Like

Bumping this up to see if anyone can assist? Let me know if you need further information. Thanks.

1 Like

Check the cursors’ import settings. They must look like this
image

2 Likes

Thank you! That was it. Was that talked about in the lecture and I just missed it?

Thanks again!

1 Like

Yes. The first lecture under ‘Final Polish’ (where we imported the cursors from the Asset Store) at about 08:10

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms