benchang02 / NewAtlantis

http://www.newatlantis.world/
0 stars 0 forks source link

In Client mode, can't return back to the Lobby #24

Open benchang02 opened 6 years ago

benchang02 commented 6 years ago

works in Server mode, but not in Client mode.

benchang02 commented 6 years ago

More specifically, it seems to be an issue with focus on the widget, where it's not getting the gamepad focus

benchang02 commented 6 years ago

theoretically this should work if you explicitly set the active control when the window is brought up, something like EventSystem.current.SetSelectedGameObject(defaultselectedcontrol,null);