Forum rules - please read before posting.

system cursor not appearing when leaving game window in editor

I've been bothered by this for a while - i think i sent you a video about it.
When i'm running the game in the editor the cursor doesn't return after i'm leaving  the game window. This might be something to do with a breaking change in unity. 
today i added this to line 71  to PlayerCursor.cs

#if UNITY_EDITOR
                shouldShowCursor = true;
#endif

I think it would be nicer to include a boolean in the cursor manager saying "Force Cursor to show in Editor" under the "replace mouse cursor" flag.

Comments

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.