How do devs of games with big worlds (BotW, Skyrim, etc) work on the map? Do they "check out" chunks of it and only work on one at a time? Or does their editor have a way to merge nicely when people work on different areas at the same time?
How does an undo stack work if the map editor loads in other designers changes while you& #39;re working.... it seems complicated lol
the easiest method by far seems to be splitting the world into big "chunks" and then one person can only work on one chunk at a time. Then it& #39;s just like any other source control file.