You can access UI Toolkit in two ways:
The built-in version for each major Unity release is based on a specific package version.
The built-in version of UI Toolkit includes the features required to make user interfaces for the Unity Editor. The package version contains additional features required to make runtime user interfaces for games and applications.
Both versions of UI Toolkit work the same way, and use the same namespaces: UnityEditor.UIElements
and UnityEngine.UIElements
. If you install the package, you don’t need to do any additional configuration.
The decision of what version of UI Toolkit to use depends on the user interfaces you plan to make.
Installing the package also gives you access to the latest UI Toolkit features. Unity may release preview versions of the com.unity.ui package between major Unity releases.
참고: |
---|
com.unity.ui의 프리뷰 버전에는 안정적이지 않거나 최종 단계가 아닌 기능이 포함될 수 있습니다. 프리뷰 버전은 프로덕션에 사용하지 마십시오. |
다음 단계에 따라 패키지 관리자에서 UI 툴킷 패키지를 설치합니다.
com.unity.ui
패키지 관리자가 UI 툴킷 패키지를 자동으로 찾아 설치합니다.