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
787 stars 99 forks source link

Loading screen doesn't work in multiplayer game #4

Closed Natyen189 closed 3 years ago

Natyen189 commented 3 years ago

Thanks!

truong-bui commented 3 years ago
* The plugin works great so far but now if i use the command `"ServerTravel"` instead of `"Open"` the loading doesnt show up anymore. I need to use `"ServerTravel"` cause im want to do a seamless travel in multiplayer game :( So how can i fix this issue?

Thanks!

Unfortunately, the plugin only works with "hard" level loading like Open Level command which is everything in the old level will be destroyed completely before loading a new level. ServerTravel, however, is not a 'hard' level loading command

Natyen189 commented 3 years ago

Oh i see, thanks for the info 👍