Game blurry on mobile

Hello! I hope you are doing great! I’m currently facing some issue on mobile. My game looks fine on desktop and also looks fine when I use the device emulator. However, when I play my game on a real cellphone/ tablet, the game is pixelated.

I tried this but it makes my game super big…

this.engine.setHardwareScalingLevel(1 / window.devicePixelRatio);
this.engine.adaptToDeviceRatio = true;

I have this issue since quite some time now… Thanks

It seems what you are doing is the right thing…

See:

2 Likes