You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pressing tab to switch between inputs does not work.
So in the WebGLInputTabFocus there is the OnTab method. However the inputs.count will always be 1.
Upon inspecting, an object is created when a UIElements TextField clicked, and the old one is destroyed.
Resulting in no possible way of cycling through input fields
The text was updated successfully, but these errors were encountered:
Pressing tab to switch between inputs does not work.
So in the WebGLInputTabFocus there is the OnTab method. However the inputs.count will always be 1.
Upon inspecting, an object is created when a UIElements TextField clicked, and the old one is destroyed.
Resulting in no possible way of cycling through input fields
The text was updated successfully, but these errors were encountered: