I have made a simple game that I have deployed onto a HTML5 site, when I access the site via my browser the game plays as intended however, when I access the game on my phone the player model does not render in
the sprite code still runs, you can tell as when the sprite comes into contact with a kill dot, it stops moving the floor, I have tried messing with the Z values as well as removing the background entirely but the model is still not visible.
Any help would be much appreciated!
--------------- EDIT / SOLUTION ----------------
For anyone reading the thread I had an atlas which was too large for mobile Imaking the atlas 2048 by 2048 worked well, IDK if there is a better solution but this works for now