Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
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
This tutorial will explain a little bit about how certain features in the C2 runtime work. And how they can impact your performance. It might or might not be th...
Most of these issues has been fixed or significantly improved in C3, with the C3 runtime, but if you're having any performance issues you can test if any of these issues might be the problem. Some doesn't really apply any more like putting sprites together in the same object as c3 builds it's own spritesheet regardless of what object they belong to.
Some of the issues might still applied, but I haven't done any large enough project lately that needed that level of optimization.
I have no doubt that's the case, as I've tried to keep up on Ashley's posts when new runtime stuff is mentioned.......little of it that I understand. LOL
The difficulty is isolating the issue because I have been working on individual objects and then threw them ALL into the mix at once. So there's already so much to try to isolate. I don't know that I'd know where to begin.