YOUniverse3D now has (limited) mobile support!
-
https://play.creaticode.com/projects/66c4a47b244aac89fd7c9a2f
I’ve added joysticks to YN3D that provide bare minimum mobile support for the game. I say that because at the moment, it is a bit buggy but it kind of does work and lets you navigate the world at least if you’re on mobile. Before, it was impossible to move on a non-keyboard device as the 3D environment could only work with WASD and mouse, but I’ve fixed that.It works by regex testing if the user agent contains something a mobile user agent would typically have (like “mobile” or “android”) and then assuming that the user is either on mobile or desktop based on that info. Then, joysticks are conditionally shown to you.
-
@jeffreyrb03-gmail Nice!!