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
776 stars 98 forks source link

error when packaged #98

Closed Be1ow closed 2 months ago

Be1ow commented 2 months ago

I added a menu and a world to walk in to test the plugin, when I packaged the game and ran the exe file this error popped up "Plugin 'AsyncLoadingScreen' failed to load because module 'AsyncLoadingScreen' could not be found. Please ensure the plugin is properly installed, otherwise consider disabling the plugin for this project." and wont let me start

truong-bui commented 2 months ago

It seems like your project is blueprint-based. You are trying to use the plugin when you haven't installed it properly. You can download the plugin on GitHub, add it to your Plugins folder, and compile it again.

Be1ow commented 2 months ago

I found out that is was a packaging error, I fixed it