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
Hi,
I'm developing a mobile game for android. I wanted to reduce the collision checks because i feel like it's running my game slow.
How do I do it?
On the properties for each object on your layout their should be a Collisions Boolean, on anything your don't need to check collisions for turn that off (backgrounds, tiles, UI anything like that's got to go)
Beside that, you could try and reduce the times you check for collisions in your actual code. Say if you have your "check for collisions" on every tick you may want to push it back to being on a timed instance of every 0.1 to 0,2 seconds so it's not checking quite as much.
can you give us an example about this and about bootlean collisions checks ?
thanks
Develop games in your browser. Powerful, performant & highly capable.
Thnx, I disabled unnecessary collisions. So, how can I turn every tick to every x second?
Guys, anyone Help me with this.
Without seeing your events and or your capx, it's hard to give specific information.
ok how can i send it? LittleStain