Unity’s UI Toolkit is a collection of features, functionality, resources and tools for developing user interfaces (UI). You can use UI Toolkit to develop custom UI and extensions for the Unity Editor, runtime debugging tools, and runtime UI for games and applications.
UI Toolkit is based on, and inspired by, standard web technologies. If you have experience developing web pages or applications, much of your knowledge might be transferable, and many of the core concepts might be familiar.
ノート |
---|
Although Unity recommends using UI Toolkit for some new UI development projects, it is still missing features found in Unity UI (uGUI) and IMGUI. These older systems are more appropriate for certain use cases, and are required to support legacy projects. For information about when it is appropriate to choose an older system instead of the UI Toolkit, see the Comparison of UI systems in Unity. |
This section provides a short description of the major UI Toolkit features, functionality, resources and tools, including:
UI Toolkit のコアは、認知されたウェブ技術に基づいた保持モードの UI システムです。スタイルシートや、動的でコンテキスト依存なイベント処理をサポートしいます。
UI システムには以下のような機能があります。
UI Toolkit には以下のアセットタイプが用意されており、ウェブアプリケーションの開発と同じような方法でユーザーインターフェースを構築することができます。
また、UI Toolkit には、UI の作成に役立つ以下のツールやリソースが含まれています。