스포트라이트 세일: 9월 23일 오후 10시 59분까지 엄선된 애니메이션을 50% 할인받으세요.

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.4
  • 다운로드 유형
    엔진 플러그인
    이 제품은 코드 플러그인과 함께 미리 빌드한 바이너리와 언리얼 엔진에 통합되는 모든 소스 코드를 포함하고 있으며 원하시는 엔진 버전에 설치하여 프로젝트에 따라 활성화할 수 있습니다.

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: