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

Projects fail to package with plugin enabled on UE5-Main #44

Open davydpriondargas opened 2 years ago

davydpriondargas commented 2 years ago

While the plugin seems to be functioning flawlessly in Standalone, when packaging, the error encountered is: SLoadingWidget.cpp(121): error C2065: 'Visibility': undeclared identifier

It then Skips the remaining 2 steps for compiling the plugin when packaging. The logs say the project packages, but in truth it fails (nothing in the output directory). Removed intermediate & saved folders and repackaged; no success there either.

truong-bui commented 2 years ago

Hi, I'll support UE5 when it's officially released, so please don't use this plugin for production in UE5 yet.

ryanbevins commented 2 years ago

Project compiles fine with plugin in UE5 for me. @entergeist @truong-bui