You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing in Safari and Firefox shows a big performance hit when the camera starts to move. Initial research suggests that reducing the number of tilemap layers may help this. If not, I can experiment with the phaser-tiled plugin, though this seems to only work with P2 physics, so incorporating it may be fairly involved.
Safari: Performance was abysmal (20 FPS or lower) when layers had to be rendered while the camera was moving. Reducing the number of visible layers did not help. Removing the HUD update and collision handling from the Game update loop did not help.
Firefox: Performance improved when the number of visible layers was reduced.
Chrome: Performance was consistently at or near 60 FPS in all tests.
To get this working in all three browsers, reducing the number of tilemap layers won't cut it. I'll start experimenting with the phaser-tiled plugin.
Test the game in Safari, Chrome, Firefox
The text was updated successfully, but these errors were encountered: