Manage multiple UWorld instances simultaneously, running different worlds in parallel with isolated actors and components. Transfer players and actors between worlds.
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:
IMPORTANT The plugin has some technical constraints, please read about them carefully.
Features:
Code Modules:
Network Replicated: Compatible with multiplayer games. See detailed notes.
Supported Development Platforms: Windows, Mac.
Supported Target Build Platforms: All.
Documentation: Link.
Example Project: