Page 1 of 1

Cursor replacement mod support?

Posted: Sun Aug 20, 2017 10:32 pm
by AlexanderSig
I tried making a cursor replacement mod with no luck. Is this possible to do without recompiling the whole game?

Image

Re: Cursor replacement mod support?

Posted: Sun Aug 20, 2017 11:16 pm
by Interkarma
The cursor is set from Project Settings > Player > Default Cursor. This makes it part of the project, and not replaceable at this time.

It's possible to create mod support for this however. Just need to use Cursor.SetCursor() with replacement Texture2D. It just needs to be exposed to modders in a way they can use this.