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

Infinite loading screen... aka Quest 2 not working #95

Open Gamusok opened 3 months ago

Gamusok commented 3 months ago

Hallo! I love your plugin But I have just activated it, packed my game after just adding a test loading screen... and my game keeps the three dots from the default loading screen, so basically it never loads.

Doesn't it work for Quest VR?

Thanks!

truong-bui commented 3 months ago

Hi, VR does not support 2D UI. Hence the Async Loading Screen plugin does not work on VR. You should use 3D widgets (UMG) for VR instead.