#Preferred streaming approach
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
I'm making a game with a large procedurally generated world. For the purpose of excluding anything too far away from any kind of game logic, what is the preferred approach - disabling entities based on distance, programmatically creating subscenes, or something else?