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
- Check it out the Chipmunk Physics library as a replacement to Box2D.
- Change the tile management scheme to only create tiles in chunks, as opposed to all of them. The int grid will be fully loaded but entity instances will be created only for those tiles near the players.