Hi there,
when i run my game, it runs very smoothly (around 60fps) but after a while it goes slower and slower (have that tested - started the game and just let it run for a while without playing). Im testing it on mobile (iphone 5) via Cocoonjs. Are there any specific events causing this that i should look for? I know the performance tips but this goes beyond them i suppose.
Hi,
You should display your object count in real time, may be this count increases so memory too.
If that's the case it means you will need to destroy unnecessary objects.
Develop games in your browser. Powerful, performant & highly capable.
Hi, You should display your object count in real time, may be this count increases so memory too. If that's the case it means you will need to destroy unnecessary objects.
Hi, thanks acctualy im testing it right now so im curious if that solves it.
Yup solved thanks anyway!