StreamingEnabled not removing out of bounds render?

I currently have streaming on my game (๐ŸŽ‰ LEGEND DOMINUS ๐Ÿฅš Egg Simulator - Roblox) set to:
image

However, it is not unrendering stuff outside of the target radius, even when thousands of studs away.

When walking through the levels, streaming works fine to render in new islands.
https://i.gyazo.com/feb75b55c972b8f90df46dddcae16115.mp4

Does streaming not remove stuff once it is rendered in?

โ€œIt does this by allowing games to be played whilst objects are still being downloaded, and removing objects that are no longer needed.โ€ โ€“Workspace | Roblox Creator Documentation

We donโ€™t remove things from the client just because they are farther away than the target radius. We allow more than just the target to be stored and rendered, depending on client memory limits.

Normally the client only streams things out if it runs out of memory.

4 Likes

Ok, thanks for the explanation. Would there be an option to have parts stream outside of a certain radius in the future or would that be too network heavy?

We arenโ€™t considering something like that currently. Iโ€™d be concerned about network thrashing due to parts being repeatedly streamed in and out if the player is moving around in the place.

2 Likes

Hey @CorvusCoraxx , does the client need to fully run out of memory before it begins streaming things outside of the target radius, or does it do it after it reaches a certain threshold? If the client runs out of memory, wouldnโ€™t the device just crash?

We have thresholds were we start streaming things out at different rates. The hope is that we avoid running out of memory. :grinning:

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.