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
819 stars 103 forks source link

loadingscreen will not disappear if i enableHMD #7

Open eusru opened 4 years ago

eusru commented 4 years ago

if i enable HMD, after package,the loadingscreen will not disappear , How to solve this problems i know i can ShutdownModule in C++, but this will cause PC monitor no LoadingScreen, i still want this feature. so how to keep PC monitor LoadingScreen and Both LoadingScreen will disappear if i Enable HMD

felixmaldonadoos commented 9 months ago

Hi, did you resolve this issue? I have the same issue. Calling UAsyncLoadingScreen::StopLoadingScreen() when on MyGameMode::StartPlay() does nothing.

Klitzke17 commented 1 month ago

@felixmaldonadoos hi, did you find a solution?

felixmaldonadoos commented 1 month ago

hey @Klitzke17 ,

I got it working,

Not sure if this would help (since its been a while and I forgot exactly what fixed it) but here's a pic of what I think are the very important settings (ProjectSettings>Game>AsyncLoadingScreen)

image

Feel free to let me know and we can chat about it if this wasn't the setting.

good luck, alex