Hello, I was trying to make a simple 3d browser game on Godot 3.4.4 and ran into this problem.
If I run the game in the browser on my PC, everything is fine, but when I run the game in the browser on my android phone, I get this error message (screenshot below).
I also checked it on my friends' android phones, in other browsers, got the same error
By trial and error, I realized that the error appears only when my player model is in the scene
I created a scene in which there is nothing but a player model, you can test it yourself on your PC and on your phone https://nanaminer.itch.io/modell
Please help me, what should I do? How to get rid of this error and make the scene work on android devices?