Search Unity

Problem with Screen Aliasing in IPhone X

Discussion in 'iOS and tvOS' started by yoonack, Dec 29, 2017.

  1. yoonack

    yoonack

    Joined:
    Apr 29, 2016
    Posts:
    16
    Originally, I was building my game with reference to screen resolution of 1920x1080. I tried to build on IPhone X resolution of 2436x1125 with Aspect Ratio Fit component which is working great. However, I found problem on those UI elements displayed on iphone X resolution, aliasing appeared on those sprites. If I scaled down the resolution to (2436x1125)/1.2, the aliasing disappeared, but if I scale it to (2436x1125)/1.5, aliasing appeared again. I am wondering if anyone know what is wrong with all those aliasing?
    Thanks for the help