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)
Develop games in your browser. Powerful, performant & highly capable.
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
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