Hi, at startup, my project is automatically detected in which mode it starts. VR or not. Depending on the choice, a specific Pawn is used. Is there any way I can preemptively disable this screen loader at project startup? I tried using StopLoadingScreen on the level but one frame of the loader is still visible. Thanks for answers.
UPDATE:
Never mind, I made my own version based on ActionRPG, but with the ability to connect VR. Anyway, thanks for the plugin, someday it will come in handy in some project.
Hello, Iāve upgraded my project from 4.27 to 5.01 and that seem to break this plugin. At the initial launch loading screen, the main image will appear out of proportion (square instead of rectangle)
Once the game is loaded, If I try to switch map, the loading screen will flash for a second then it just go black. Any ideas how I may fix it?
*this is with the latest version of the plugin
Hey there, Iāve ran into some issues with your plugin in UE5, and stated the issue above. Any chance you can take a look to see if it can be reproed on your end?
Thanks, that fixed the stretch issue, but it doesnāt fix the problem of the loading screen only showed for a second and it goes black.
- this only happens starting from the second load (first load is ok)
- this only happen on UE5.01 version of the project (UE4.27 works fine)
Iāve attached the video for you to see
2022-05-08 08-37-33.mkv (4.3 MB)
Hi!
Iām currently trying out the plugin with 5.01.
Since Iāve activated the plugin the standard āAsynch Load Game from Slotā to load a save game file at startup will just never finish.
Is there a known conflict between these two?
Thanks in advance!
Unfortunately, Iām still investigating this issue on UE5. Try to set Minium Loading Screeen Display Time to -1.0 to see if it can help.
Iām not sure about this
Hi I am trying to set up the plugin in a way that when I open the plugin I can skip the intro videos with a click ,Initially I had the Minimun Loading screen display set to -1.0 and Movies are skippable tick to true , it was not working , went trough the documentation and discovered the Wait for Manual Stop āfunctionā after setting up to True it almost did what was intended , on click skips the videos , the issue is that when it plays the last videos it requires to click anything to open the level , is not ideally for my project
So I am just wondering shouldn t Movies are Skippable be set to True just do the trick and I am missing something?
Thank you
Hi, iāve got the same issue (iām using 5.02), the screen just goes black after loading. Setting minimum loading time to -1 unfortunately doesnāt solve the issue, but clicking while in it, opens the level correctly. So itās just a displaying problem.
Hello,
I confirm the exact same issue. Please can you take an eye about it ? We are a lot with the same issue. It begin to be critical on our side.
Thank you per advanceā
Iāve been quite busy in recent days. However, Iāll try to work on fixing these issues on my weekends. Please bear with me.
Same problem here. This does not happen for the Startup Loading Screen, though.
Any ETA on a fix?
https://github.com/EpicGames/UnrealEngine/commit/638d9319d0a5c96ee829f0a62bd28c24ca41e159
This fix may be the reason why the loading screen becomes black if you set āMinimum Loading Screen Display Time > 0ā, it doesnāt exist in ue4. Since it is related to engine code, nothing I can do about it right now. You should set Minimum Loading Screen Display Time to -1 atm. Iāll look for another solution in the future.
Thanks for the response and for the awesome plugin! I have the āMinimum Loading Screen Display Timeā already set to -1. The loading screen images appears correctly, stays for a while and then disappears and is replaced by a black screen. If I press a button the black screen goes away and I can continue playing (just for clarity that we are talking about the same issue).
How to disable loading screen on game startup?
Hi! Iām using your plugin and I have two questions.
I added 2 movies on startup, but I also enabled loading widget. Loading bar overlaps with the movie. I want to show loading screen after the videos are finished. How can I do this?
And my second question is to know how to scale down loading text font size. Thanks!