big_space icon indicating copy to clipboard operation
big_space copied to clipboard

A floating origin plugin for worlds larger than the observable universe

Results 11 big_space issues
Sort by recently updated
recently updated
newest added

Unreal has a [WorldPartition](https://dev.epicgames.com/documentation/en-us/unreal-engine/world-partition-in-unreal-engine) feature, where you can divide the static portions of your game level into grid cells. Cells not near a "streaming source" (e.g. the player) get unloaded...

enhancement