# UI Creator

> Add User Interface (UI) elements like buttons, text, images, or input fields to your project.

Use the UI Creator in Unity Studio to build interactive 2D user interfaces (UI) for your applications. You can add interactive elements like buttons, text, images, or input fields. You can also design interfaces that work across different devices and screen sizes.

You add these UI elements to a UI Canvas.

[Canvas](/unity-studio/develop/ui-creator/canvas-ui.md): Use a Canvas as a base to place your UI elements.


## UI Elements available in Unity Studio

[Button](/unity-studio/develop/ui-creator/button.md): Add interactive buttons to your UI and customize their appearance and behavior.
[Text](/unity-studio/develop/ui-creator/text.md): Add text to your scene and customize its appearance.
[Input Field](/unity-studio/develop/ui-creator/input-field.md): Add input fields to your UI to let users enter text.
[Image](/unity-studio/develop/ui-creator/image-ui.md): Add images to your User Interface.
[Web View](/unity-studio/develop/ui-creator/web-view.md): Add a web view to display live web content inside your UI.
[Video](/unity-studio/develop/ui-creator/video.md): Add a video to your UI.
[Toggle](/unity-studio/develop/ui-creator/toggle.md): Add toggle switches to your UI to let users switch between on and off states.
[Slider](/unity-studio/develop/ui-creator/slider.md): Add sliders to your UI to let users gradually select a value from a range.
