Unity/Tip
[Unity] 픽셀 깨짐 없는 orthographic size 구하기
하루레몬하나
2016. 2. 16. 03:06
반응형
유니티 Orthographic Size 세팅
프로젝트 해상도가 1280 x 720 일 경우
orthographic size = (height / 2) / 100
ps. Texture Type(Sprite)의 Pixels Per Unit 100으로 설정
반응형