"MultiWorld" UE4 plugin demo
This project is a public demo of the plugin “MultiWorld“ for Unreal Engine 5. Pre-built versions are available in the Releases section.
ATTENTION: a copy of the plugin is required to use this project.
MultiWorld is a plugin for Unreal Engine 5 to handle 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.
Video tutorial: https://youtu.be/qVn2TjH8GbA
Fab Marketplace: https://www.fab.com/listings/006026b4-9a0b-4f44-a918-a02f7241e997
Documentation: https://www.unamedia.com/ue5-multiworld/api
Video tutorial: https://youtu.be/qVn2TjH8GbA
Discord server: https://discord.gg/PuAyhDctHp
Support thread: https://forums.unrealengine.com/t/multiworld-run-different-worlds-in-parallel-with-the-option-to-transfer-players-and-actors/152413
The master branch contains the project for the latest available version of Unreal Engine.
You can find the old projects for the other supported versions of Unreal Engine in their dedicated branches in this repository.
MultiWorld is a plugin for Unreal Engine 5 to handle 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.
IMPORTANT The plugin has some technical constraints, please read about them carefully.
While the plugin is compatible with all the major target platforms supported by UE5, this demo has been tested only on PC.
It showcases the following features: