orthographicSize = (referenceResolution.y / PPU) * 0.5
예: referenceResolution.y = 360, PPU = 32
→ orthographicSize = (360 / 32) * 0.5 = 5.625
화면 비율이 16:9라면, 가로는 약 10 * (16/9) ≈ 17.78 유닛 정도 된다.