Hello.
I have a strange problem on different android devices that I cannot resolve. Spent several days searching for the answers, tried different methods, but nothing helped. Tried to ask question on the answer hub, but noone responded. So the forum is my last hope, I guess. Without solving this problem I will not be able to release my game, and I planned to release demo version this month.
When I start my game on different android devices, it doesn’t detect the devices’ native resolution, and runs in some low resolution, messing all UI elements and making all visual assets to be shown in very low quality. I experimented with DPI scaling, MobileContentScaleFactor, even tried to use r.SetRes - nothing helped.
What exactly can cause resolution problems on android devices? Aside from DPI scaling, MobileContentScaleFactor, or r.SetRes command what else can somehow affect resolution on android devices?
I’m using UE 4.12.3.
I’m using Sony XperiaZ (Android 5.1.1) and Sony Tablet Compact Z3 (Android 6.0.1) for testing.