#Preferred streaming approach

1 messages · Page 1 of 1 (latest)

lusty scaffold
#

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?

hybrid raven
#

Just run your procedural generation on demand

#

I guess you would do it by quadrant