Hi, I’m building a 3d game for mobile browser using Creator 3.83
Problem is the game fps is very low (6-10) on mobile browser (chrome on Samsung A51 - 6gb ram)
I’ve optimized everything to have all other metrics good (dracall, render(ms), gamelogic(ms)) - especially frametime is only 28ms but fps keeps being so low
Could anyone please tell me what could be the reason of low fps?
Thanks so much!
Update: I’ve tested removing almost all 3d models to make triangles down to only 1,000 & the fps increased to 33;
So is this too many triangles (~30,000) was the problem?
It’s very hard to reduce triangles cause it depends on the input 3d models, which are not easy to simplify (I’ve also tried “Mesh Simplify” with the imported fbxs, and triangles were reduced, but not enough to make fps better)