Unity는 Unity 에디터에서 제작된 애플리케이션과 Unity 에디터를 위한 사용자 인터페이스(UI)를 생성하는 데 사용되는 다음의 세 가지 UI 시스템을 제공합니다.
이 페이지에서는 각 UI 시스템에 대해 간략히 설명합니다.
UI 툴킷은 Unity의 최신 UI 시스템입니다.플랫폼 전반에서 성능을 최적화하도록 설계되었으며 표준 웹 기술을 기반으로 합니다.UI 툴킷을 사용하여 Unity 에디터용 확장 기능을 생성하고 게임 및 애플리케이션용 런타임 UI를 생성할 수 있습니다
UI 툴킷에는 다음이 포함됩니다.
Unity는 UI 툴킷이 새로운 UI 개발 프로젝트를 위한 권장 UI 시스템이 되길 원하지만, Unity UI(uGUI) 및 IMGUI에 있는 몇 가지 기능이 아직 제공되지 않습니다.
Unity UI(Unity User Interface) 패키지(uGUI라고도 함)는 게임 및 애플리케이션용 런타임 UI 개발에 사용할 수 있는 이전 버전의 게임 오브젝트 기반 UI 시스템입니다.Unity UI에서 컴포넌트와 게임(Game) 뷰를 사용하여 사용자 인터페이스를 배열하고, 위치 지정하고, 스타일링할 수 있습니다.고급 렌더링과 텍스트 기능을 지원합니다.
Unity UI 패키지 문서에서 매뉴얼과 API 레퍼런스를 참조하십시오.
즉시 모드 그래픽 사용자 인터페이스(IMGUI)는 OnGUI
함수와 이를 구현하는 스크립트를 사용하여 사용자 인터페이스를 그리고 관리하는 코드 기반 UI 툴킷입니다. IMGUI를 사용하여 스크립트 컴포넌트용 커스텀 인스펙터, Unity 에디터용 확장, 그리고 게임 내 디버깅 디스플레이를 생성할 수 있습니다. 런타임 UI 빌드에는 권장되지 않습니다.
Unity는 UI 툴킷이 새로운 UI 개발 프로젝트를 위한 권장 UI 시스템이 되길 원하지만, Unity UI(uGUI) 및 IMGUI에 있는 몇 가지 기능이 아직 제공되지 않습니다. 이러한 예전 시스템은 특정 사용 사례에 더욱 적합하며, 레거시 프로젝트를 지원하는 데 필요합니다.
특정 프로젝트에 대한 UI 시스템 선택은 개발하려는 UI의 종류와 지원이 필요한 기능에 따라 다릅니다.
사용 가능한 UI 시스템의 비교는 Unity의 UI 시스템 비교를 참조하십시오.
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.