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
799 stars 99 forks source link

How do you disable the plugin? #89

Open veteri opened 8 months ago

veteri commented 8 months ago

Disabling the entire plugins isnt enough and makes loading a level freeze for as long was set in the "Min load time" setting...

truong-bui commented 8 months ago

Hi, if you use the Marketplace version, you disable it in the Plugin in the editor. If you use the GitHub version, you need to delete it in your projects' Plugin folder. If you want to temporarily disable the loading screen at a specific map, use those nodes before Open Level.

veteri commented 8 months ago

Yeah i was using the marketplace version. I'm not sure what was going on but disabling the plugin didn't actually disable it until i worked on the project the next day again.

truong-bui commented 8 months ago

You need to restart the editor after disabling/enabling any plugins.