I now have included some test enemies in my TILED map, but when moving them around and they move outside the screen they can’t collide with tiles anymore because the tiles are getting culled.
What is the best approach to this kind of “problem”?
I want to make my enemies move outside of the screen, so they have some kind of “own life” moving around and the player can wait until they re-enter the screen from outside again.
How can I do this?