Fixed!
my2iu
Creator of
Recent community posts
I did end up fixing it in the end. Since WebXR doesn't work on itch.io anyway, I only updated the version on my website with this fixed version. Since this is just a gamejam game that I was using to learn Dart, webxr, and doing 3d stuff in JavaScript, the "game" doesn't really do much. It's just a spinning rope that you can try jumping over if you want. It doesn't feel quite right though. I think the player might need some sort of "body" in VR so that it feels more like they're really jumping.
It was working a couple of months ago. When I try it out now, Dart seems to complain that Chrome renamed the XR object so that it's just a generic object with the same API and not an actual instance of the XR class, and that seems to be causing the Dart type checking to go into fits. There's probably a quick fix, but I would have to relearn Dart and its underdocumented JavaScript bindings again to make the fix. Unfortunately, I don't really have the time to look at it at the moment.
I was trying to make a little WebXR html5 game here: https://my2iu.itch.io/skip-rope-vr
But the VR functionality doesn't work on itch. I think WebXR games need itch to add an extra tag to the iframe of the game to allow it to enable VR functionality, possibly this one:
<iframe allow="xr-spatial-tracking"></iframe>
or it might be a feature policy that has to be added when serving the main page, not too sure.
I'm working on a Wonder Tsum game. After watching some tsum tsum videos on YouTube, I found that the Tsum Tsums make a squeaking noise when they move. Would someone be able to create a sound file with a squeaking noise for the game? It's probably possible to just go to a website like bfxr.net, and keep clicking on the sound buttons on the left until it creates something close and see if it can generate the necessary squeak noise and then save it out.
I'm a coder, and I can maybe find the time to make a game (I might need to start a bit before the game jam period though). I would need an artist to make all the art though. Are there any artists interested in working with me?
Also, which requests have been taken already and which are available? Or is it just going to be a free-for-all? (That's fine btw, I just want to know.)