truong-bui / AsyncLoadingScreen

Async Loading Screen is a free and open-source plugin for Unreal Engine. Async Loading Screen allows you to easily configure a Loading Screen System in the project settings, and automatically add a Loading Screen whenever you open a new level, without Level Streaming.
https://www.unrealengine.com/marketplace/en-US/product/async-loading-screen
MIT License
799 stars 99 forks source link

Does not work with Seamless Travels #86

Open PaulR7 opened 9 months ago

PaulR7 commented 9 months ago

Hello, The Plugins does not seems to work with "UWorld::ServerTravel" and Seamless Travels enable. How to fix it please ? Thanks a lot.

Version : Unreal 5.3

truong-bui commented 9 months ago

Hi, The plugin only works with hard level loading like "Open Level". It does not work with Level Streaming and Server Travel, however, you can use UMG for this.

PaulR7 commented 9 months ago

Thanks for your answer. Do you think it is possible to use the media player (and/or the plugin configuration) to achieved such behavior with Server Travel / Level Streaming?