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

Loading screen dissapears too fast #96

Open alexanderst19 opened 5 months ago

alexanderst19 commented 5 months ago

Hello! Thank you for the amazing plugin, but i've had a little problem with it. The loading screen dissapears too fast even when i set the minimum screen time to 10 seconds (tried -1 aswell but doesnt help) it appears for a second and then dissapears. I also set Loading Complete text, which does not appear at all. I'll be extremely thankful if you help me out! Best regards!

truong-bui commented 5 months ago

Hello! Thank you for the amazing plugin, but i've had a little problem with it. The loading screen dissapears too fast even when i set the minimum screen time to 10 seconds (tried -1 aswell but doesnt help) it appears for a second and then dissapears. I also set Loading Complete text, which does not appear at all. I'll be extremely thankful if you help me out! Best regards!

Hi, try these settings image

You need to check Wait for Manual Stop and set Minimum Loading Screen Time to -1 to enable the Show Loading Complete Text properly.

alexanderst19 commented 5 months ago

nope, still doesnt work. here is a clip of what happens: https://youtu.be/u9UX7iO2TN4 (dont mind the weird resolution glitch) the point im making is that the actual loading screen shows for a split second (on the build, while the non builded adds this strange checkboard pic)

truong-bui commented 5 months ago

nope, still doesnt work. here is a clip of what happens: https://youtu.be/u9UX7iO2TN4 (dont mind the weird resolution glitch) the point im making is that the actual loading screen shows for a split second (on the build, while the non builded adds this strange checkboard pic)

Hi, please try packaging your game to see if this still happens. The standalone and launch builds have a few issues (like the checkerboard background), but the packaged game should work fine.

alexanderst19 commented 5 months ago

hey, sorry to bother you again, but after building the game the same thing happened recording: https://youtu.be/f_NHHOcMCtw thanks again for your time

truong-bui commented 5 months ago

hey, sorry to bother you again, but after building the game the same thing happened recording: https://youtu.be/f_NHHOcMCtw thanks again for your time

Thanks for the video. It's weird. Which Unreal Engine version are you using? I am not able to reproduce this issue on my side. I'm using Unreal Engine 5.3. This looks like a bug in the MoviePlayer plugin, which I cannot fix. You have to upgrade your project to the newest version if possible.

alexanderst19 commented 5 months ago

im using ue 5.0.3. if you think thats the problem, then can you help me or send me a trustworthy tutorial on how to update my project to the latest engine???

truong-bui commented 5 months ago

Hi, you can test the plugin in a new blank project with the latest UE version to see if it works fine. For example, UE 5.3, which I am using without this issue. Upgrading your project depends on how complex it is. If you use many plugins, you may need to upgrade them to the latest supported version, too. Async Loading Screen supports the latest UE version, so you can download it here or on Marketplace.

alexanderst19 commented 5 months ago

thank you! ill comment the result when i have time to do so