• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Legacy GM Place Meeting slowing game based on distance

C

Cblurban

Guest
Hi,
I'm having trouble optimizing my game's instance_place collision checks on mobile devices because it appears that the amount of processor power required is distance based and increases unreasonably high despite my every effort to optimize. I understand that it is checking the collision on every pixel of the object with precise masks, but does anyone know of any ways I could speed these up?

Below is an example of the problem:

Thanks,
Cameron Urban
 
Top