Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
I try exporting my game to android, it runs fine on PC, but when it's on android it's slow. And it's a new android, a Samsung Galaxy. Why is it slow? It's not as large as the other games I have on there.
Did you optimize it at all on Android devices while you make you game?
ie. Add some stuff, test it, add some more stuff, test it... repeat til its done. That way you know what caused the performance issue.
There might be a lot of reasons. Too big sprites, too many sprites, loops, text objects etc. Read performance tips and try to optimize it step by step. If it's not a big game you should be able to make it run fine.
Develop games in your browser. Powerful, performant & highly capable.
Good luck, i have the same problem.
I have an idea, instead of having hundreds of blocks, which have 4 collision points each, just have much fewer blocks behind a layout picture of the level.
Would this help?