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

AnimatingImageSequence is not called immediately when StartupLoadingScreen is running. #37

Closed HongJooSung closed 2 years ago

HongJooSung commented 2 years ago

image

There is a problem that ImageSequence does not work because this part cannot be called immediately. Any solution? The settings are identical to yours.

truong-bui commented 2 years ago

Hi @HongJooSung, this issue is fixed in the new version 1.3.0, please update your plugin.

HongJooSung commented 2 years ago

@truong-bui It's completely resolved. thank you!