MultiWorld
https://www.fab.com/listings/006026b4-9a0b-4f44-a918-a02f7241e997
MultiWorld is a runtime plugin to manage multiple independent UWorld instances simultaneously.
You can run several worlds in parallel, each one with completely isolated actors and components (and so with independent graphics, audio, physics, collisions, UI, etc), with the option to transfer the player and other actors between the worlds.
The plugin is compatible with all the major platforms.
Main features
unlimited number of independent "Secondary Worlds";
any standard UE5 Level/UMAP is compatible as-is with the plugin;
the standard UE5 network-replication for multi-player games is supported on the Main World (Secondary Worlds are not replicated);
the local player can be moved between Worlds (supporting also customizable visual transition effects - see video);
actors can be transferred between Worlds;
Worlds can be independently ticked, also when not shown in the viewport;
asynchronous loading of Level/UMAP files;
all the features are available from both Blueprints and C++.
Technical Details
Features
unlimited number of independent "Secondary Worlds";
any standard UE5 Level/UMAP is compatible as-is with the plugin;
the standard UE5 network-replication for multi-player games is supported on the Main World (Secondary Worlds are not replicated);
the local player can be moved between Worlds (supporting also customizable visual transition effects - see video);
actors can be transferred between Worlds;
Worlds can be independently ticked, also when not shown in the viewport;
asynchronous loading of Level/UMAP files;
all the features are available from both Blueprints and C++.
Code Modules:
MultiWorld - Runtime
Network Replicated: Compatible with multiplayer games.
Supported Development Platforms: Windows, Mac.
Supported Target Build Platforms: All.
Documentation: https://www.unamedia.com/ue5-multiworld/api/
Example Project:
Source Code: https://github.com/UNAmedia/ue5-multiworld-demo
Pre-built binaries: https://github.com/UNAmedia/ue5-multiworld-demo/releases



















