I'm creating an open-world RPG like Neverwinter nights. But I’m worried about memory and am afraid if I just populate a huge world with physics based sprite nodes, I won't have any memory for anything else.
The method I thought of is to remove the sprites when they go far outside of the viewport and then re-add those sprites when I get close to their location.
How could I accomplish this?