this post was submitted on 09 Aug 2026
92 points (92.6% liked)

Technology

87337 readers
4726 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] tal@lemmy.today 2 points 1 week ago (1 children)

There are a number of games


particularly those since SSD storage became pretty much the norm


that do not load a whole level, but load while playing. Why not just load the game (or the level)? Because it lets devices with less RAM store more stuff than they otherwise would. You have more relaxed caps on things lile texture size.

I'd assume that the engine is still going to try to predict what content is going to be needed prior to it being needed, that it's got a strategy more sophisticated than just "load resource first time it's requested". But SSD storage is going to be more forgiving of a miss than rotational storage.

Bethesda uses the term "cell". I know that their engine uses a square grid as the loading unit, loads a sort of circle of cells around the cell where the player is.

searches

It sounds like the Unreal 5 terminology is "sublevel", for the units loaded.

https://old.reddit.com/r/unrealengine/comments/1tchk8k/is_level_streaming_even_worth_it_if_your_game/

[โ€“] victorz@lemmy.world 1 points 1 week ago

Right, that's what I was referring to in my comment. Games that load while playing to avoid loading screens between areas. ๐Ÿ‘