I am creating a 2D game that will be imported into WebGL. The resolution I am using is portrait 1080x1920, but I want to make it appear/responsive in landscape mode (1920x1080).
Is there an effective way to do this?
I am creating a 2D game that will be imported into WebGL. The resolution I am using is portrait 1080x1920, but I want to make it appear/responsive in landscape mode (1920x1080).
Is there an effective way to do this?
Please consider pivot and anchor of the canvas position and transition.
yukiamano221@gmail.com
thanks for your answer, but i already change any pivot and anchor but still not work