유니티 커맨드 일람 : https://docs.unity3d.com/Manual/CommandLineArguments.html
https://www.youtube.com/watch?v=UD5f8fPZ8Ww
2017 버전기준..
player settings에서
Default is FullScreen 체크해제하고 임의의 width 와 Height를 넣어줌.
Display Resolution Dialogue를 Disable로 바꿈.
유니티 exe 파일을 바로가기를 만든다음
실행파일명.exe -popupwindow -screen-width 3840 를 붙여준다.
popupwindow는 테두리없는 창모드.
혹은 텍스트파일에 실행파일명.exe -popupwindow -screen-width 3840 를 적고서 .bat로 저장해준다.
적용이 안될경우엔
Alt + Enter를 눌러서 창모드로 바뀐 뒤, 중앙 경계부분에 한번 가져다놓고 끈다음,
커맨드를 넣고 실행해보면 된다. 이상함;
2018은 Default is native resolution
'🌍 Unity > Unity ETC Develop' 카테고리의 다른 글
NavMesh Agent의 회전값이 너무 느릴 때 ( Unity NavMeshAgent Angular speed ) (0) | 2019.09.24 |
---|---|
유니티 앱 설치에 실패했습니다 Unity App install fail (0) | 2019.04.07 |
Streaming 폴더에서 스프라이트 불러와서 사용하기 (Application.streamingAssetsPath) (0) | 2018.04.23 |
유니티 라이트맵을 구워도 그림자가 안구워질 때. (0) | 2018.04.23 |
유니티 비디오 플레이어 로컬 재생 Unity Video Player local url (0) | 2018.04.18 |