Link to .capx file (required! If link is blocked remove the http and www parts):
dl.dropboxusercontent.com/u/23075162/TileCollisionExample.capx
Steps to reproduce:
1. Make a tilemap with the solid behavior, and a single square object with platform behavior.
2. Create some tiles as terrain, and give the tile you are using a custom collision poly (I used a smaller rectangle.)
3. Run the game in debug mode.
Observed result:
The collision count in the debugger gets extremely high, over 50,000 collisions per second while moving, and ~8000 while still. It is registering over 600 collision tests per tic, when there is only one object for the tilemap to test against. The tilemap may be trying to collide with itself?
Expected result:
The collision count should be much lower - when not using a custom poly for the tile, it sits at around 67/tic.
Browsers affected:
Chrome: yes
Firefox: yes
Operating system & service pack:
Windows 7 64-bit
Construct 2 version:
R160.2