• General Chat
  • My Cursor disappears when I turn my cursor's focus towards the Godot Editor

I have problems when I open this project on editor my cursor always disappear now and then I can select the editor but I can no longer see where is my cursor. It started happening when I just hit the F5 to run the game I used to use alt-F4 to close the game since my input mode I used is captured mode.

in this screenshot my console window seems to be out of control and still running the print function references I wrote in my GDScript a bunch of Vector3, basis, or rotation degrees values and other statements even though my game is NOT running. I tried to restart everything including the computer and the problem is still there. I want to know if it's coming from engine or not please reply I don't want to delete my project just to find a way to remove the editor problem.

Looks potentially like a bug. Hard to tell what the actual issue is without access to the project. If there are no issues with sharing the project in it's current state, I recommend you make a bug report to the tracker and share the project for debugging.

https://github.com/godotengine/godot/issues

@Megalomaniak said: Looks potentially like a bug. Hard to tell what the actual issue is without access to the project. If there are no issues with sharing the project in it's current state, I recommend you make a bug report to the tracker and share the project for debugging.

https://github.com/godotengine/godot/issues

Someone has already answered in the Q/A website: https://godotengine.org/qa/47530/cursor-disappears-when-turn-focus-towards-the-godot-editor

Ah, nice. For a moment I considered the possibility but I figured the tool script would have to be so deliberate that it's probably not it. Guess i was wrong.