Screen 클래스의 width, height를 가져오면 됨
예시)
int _width = Screen.width;
int _height = Screen.height;
참고 자료
https://docs.unity3d.com/ScriptReference/Screen.html
Screen 클래스의 width, height를 가져오면 됨
예시)
int _width = Screen.width;
int _height = Screen.height;
참고 자료
https://docs.unity3d.com/ScriptReference/Screen.html