> My project is halfway done guys, how do you mean I should use Unity?
>
> So you wanna say, apps made in Construct 2 are not intended to work well on phones? Well, that's a shame!..
>
A lot of people has tried to use C2 to publish on mobile, but we get framerate and sound lag issues. However, I have read of some other people that have been successful, although I have no idea how.
I think your best bet is to ask for paid help, since mobile optimization and using XDK or phonegap is an art on itself.
How do you mean 'paid help'
And yes, I know games made in Construct 2 that run very good on my phone.
No construct 2 runs fine just use my mobile optimizing tutorial here
viewtopic.php?f=146&t=181811
Also check my game called blast AD with 25-30 enemies onscreen with no lag and no trouble.
To be specific, construct exported games that push the limits of device capabilities will not run well on phones that do not support webgl. Overheating of processor can be caused by inefficient events. 20% of a desktop CPU can be significantly more on a phone.
Basically, devices do have limits, and you need to design within those limits for whatever target for are aiming for. Changing engines will not magically remedy this.
Well, I've got over 300 objects (according to 'objectcount'), of which around 100-200 are on screen (they are small images drawn in C2), which are fixed and aren't moving at all, but serve as obstacles(except for the player and few others). These objects are differently positioned in each level. I have tested the game eliminating 70% of those blocks - there was no change in the performance.
So, I have no idea what else must be ruining it, my code is not an amateur one, everything is made in an efficient and flexible way (using less to accomplish a lot)......