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

Loading Widget Resolution Dependant #70

Open JasonZisk opened 1 year ago

JasonZisk commented 1 year ago

I'm using the Center layout with a circular throbber centered on the screen, and the throbber seems to be resolution dependent. So if you are running in 4K it is tiny, and in 720p it is huge and takes up almost the whole screen.

I can't find an option to tell the loading widget to scale with screen resolution. Is this not supported with the plugin, or am I missing the option?

I've attached two screenshots to show the issue, one if 4k and one is 720p. I'd like the throbber to be the same relative scale in both resolutions.

Throbber 720p Throbber 4K

Thanks!

truong-bui commented 1 year ago

Hi, currently no support for 4k resolution. I will look into this and find a solution for this issue in the future.

Best Regards, Truong

Asfiris commented 5 days ago

Hi, any news or workaround?