본문 바로가기
개발/Unity

유니티 UI - Scale With Screen Size로 캔버스 UI 크기 자동 변환하기

by 피로물든딸기 2022. 7. 4.
반응형

Unity 전체 링크

 

아래와 같이 UI에 Text가 있다.

 

이 Text를 어떤 화면에서도 왼쪽 위로 고정하기 위해서는 Anchor 기능을 설정할 필요가 있다.

 

화면을 변환하면 아래와 같이 같은 위치에 고정이 된다.

하지만 글자 크기도 고정되어 화면의 크기에 따라 UI가 보기 싫어진다.

 

Canvas의 [Canvas Scaler] → [UI Scale Mode] Scale With Screen Size로 변경하면 간단히 해결할 수 있다.

 

아래는 Scale With Screen Size로 설정한 결과다.

 

Unity Plus:

 

Easy 2D, 3D, VR, & AR software for cross-platform development of games and mobile apps. - Unity Store

Have a 2D, 3D, VR, or AR project that needs cross-platform functionality? We can help. Take a look at the easy-to-use Unity Plus real-time dev platform!

store.unity.com

 

Unity Pro:

 

Unity Pro

The complete solutions for professionals to create and operate.

unity.com

 

Unity 프리미엄 학습:

 

Unity Learn

Advance your Unity skills with live sessions and over 750 hours of on-demand learning content designed for creators at every skill level.

unity.com

반응형

댓글