MultiWorld

UNAmedia - 代码插件 - 2020/11/02

Manage multiple UWorld instances simultaneously, running different worlds in parallel with isolated actors and components. Transfer players and actors between worlds.

  • 支持的平台
  • 支持的引擎版本
    4.25 - 4.27, 5.0 - 5.3
  • 下载类型
    引擎插件
    此产品包含一款代码插件,含有预编译的二进制文件以及与虚幻引擎集成的所有源代码,能够安装到您选择的引擎版本中,并根据每个项目的需求启动。

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.


Trailer video

Tutorial video

Documentation and API


Discord server

Support forum


Pre-built binary demo


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++.


IMPORTANT The plugin has some technical constraints, please read about them carefully.





Licensing

This Plugin is licensed "per-user": accordingly to the "Epic Content License Agreement" (section "Marketplace Content Addendum", comma 1 "Marketplace Plug-ins"), licenses will need to be purchased for each user working on a project using the Plugin. Check also the UE Marketplace KB. For relevant purchase orders, please contact us or your Epic account manager.




Premium Support & Customizations

For enterprises that run mission critical workloads and require fast response times and increased operational efficiencies, we can provide Premium Support services. Please contact us.





Our other plugins

Check the complete list of our products for Unreal Engine: UNAmedia Profile. You can find plugins to log your game events to Google Analytics, plugins to work with Mixamo assets and much more.

技术细节

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. See detailed notes.

Supported Development Platforms: Windows, Mac.

Supported Target Build Platforms: All.

Documentation: Link.

Example Project: