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

Movies don't display outside of editor (4.26) #23

Closed infinstarlight closed 3 years ago

infinstarlight commented 3 years ago

Hi there! I've been having an issue with the plugin recently with packaged builds. Within the editor, both the tips widget and movies play as intended but in packaged builds, only the widget appears. I have recreated my project and used other projects with the same version of the plugin (latest from Marketplace at time of writing) and it is only in this specific project that it does not work. It is seemingly related to the load order of all of the plugins enabled, which is hard to test without breaking the project as a whole. ALS - Movie in Editor ALS - No movie

infinstarlight commented 3 years ago

Okay, after doing some more testing, it seems like what is getting in the way is the fact that I was packaging for both Windows and Linux. For the time being it looks like they will have to be separate. Is there any way to overcome this?

truong-bui commented 3 years ago

Glad that you have found the problem, I think you should build for only one platform each time.