Languages

Menu
Sites
Language
Some questions about the Garbage Collection.

Hello everyone.

I write a simple game for Samsung Tizen Z2( a game like Flappy Bird with Contruct 2).

I Have a problem. Every 60s, the fps is drop.

Does the Garbage Collection call every 60s?

Can I set time to call it?

Can I call it manually?

thanks a lot.

Responses

1 Replies
Marco Buettner
no, you cant call gc manually ans afaik gc doesnt call periodic, so you Problem has another issue.