Hi, I just added a general character controller from the assets store. Its the only realistically different thing between my scenes, where only scene 1 has it. For the other scenes, my debug menu to switch scenes using IMGUI functions as expected and as it always has, being pressable and stuff. But now after adding a character controller to my scene, the IMGUI buttons no longer work, clicking simply disappears my mouse. This is my first time working on IMGUI and 3D
#Unable to click IMGUI buttons when character controller is present in scene.
1 messages · Page 1 of 1 (latest)
Right, I believe by default it'll hide the mouse cursor and I guess that's preventing it from clicking the gui
Go scour the controller script and look for this if it's not in the editor properties exposed
https://docs.unity3d.com/ScriptReference/Cursor-visible.html
Ah, it's more likely this
https://docs.unity3d.com/ScriptReference/CursorLockMode.Locked.html