기술 자료

Development

User Acquisition

Monetization

산업 분야

Unity Studio

Open Unity Studio

Unity Studio

이 페이지는 선택한 언어로 제공되지 않습니다.
​
​
Unity Studio
  • What's new in Unity Studio
  • Introduction to Unity Studio
  • Launch Unity Studio
  • Create your first Unity Studio project
  • Develop with Unity Studio
    • The Unity Studio interface
    • Save your progress
    • GameObjects
    • Assets
    • Materials
    • Scene settings
    • Logic
    • The UI Creator
      • UI Canvas
      • Button
      • Text
      • Input Field
      • Image
      • Web View
      • Video
      • Toggle
      • Slider
    • Animation
    • AI features
  • Collaborate in Unity Studio
  • Export drafts to the Unity Editor
  • Publish and share
  • Troubleshooting Unity Studio issues
  • Report bugs and share feedback
  • Manage your analytics and marketing preferences
  1. Unity Studio
  2. Develop with Unity Studio
  3. UI Creator

Video

Add videos to your User Interface (UI) with a Video element.
읽는 시간 2분
최근 업데이트: 17일 전

Use the Video element to display videos inside your User Interface (UI), which overlays the scene. This element lets you include video content from a file or from the web directly in your app. This can help you create informative apps or simulate in-world screens.
For example, you can use the Video element to display:
  • Instructional, training, and onboarding videos
  • Cutscenes
  • Splash screens and intros
  • Video animations for UI interactions
These videos overlay the scene. To add videos within the scene, refer to Video Player component.
You can import videos in the same way you import other assets. For instructions, refer to Import assets into your project.

Supported video file formats

Unity Studio lets you import the following video file formats:
  • .mp4
  • .m4v
  • .mov
  • .mpg
  • .mpeg
  • .webm
  • .ogv

Add a Video UI element to your scene

To add videos to your UI, do one of the following:
  • In the Hierarchy panel, go to the top left and select Add (+) > UI > Video Player.
  • Drag the Video Player object in the
    Built-in Assets
    folder into the Hierarchy panel.
In both cases, Unity Studio creates a Video element as a child of the UI Canvas.

The Video UI element components

The Video element automatically contains the following components:

Component

Description

UI TransformUse to position, rotate, and resize the Video element in Edit mode.
Video PlayerRenders the video in the UI according to your settings.
Raw ImageVisualize the size and position of the video and change its color.

UI Transform properties

The UI Transform component has the following properties:

Property

Description

AnchorDefine where the element stays relative to its parent (the canvas or another UI element). Use the preset selector or the two dropdowns to choose an alignment horizontally and vertically. The dropdowns have the following options:
  • Left, Right, Top, Bottom: Pin the element to the specified edge of its parent.
  • Center: Pin the element to the center of its parent.
  • Stretch: Stretch the element to fill the available space in that direction.
Anchors help ensure your UI remains properly positioned and adapts well to different screen sizes or when the window is resized.
PositionSet the object's location in 2D world space (X, Y).
SizeSet the object's width (W) and height (H).
RotationRotate the UI element. Set this value to a number in degrees.
You can change the sizes, rotations, and positions in the following ways:
  • Change the values in the component's text fields.
  • Click and drag parts of the rectangle on the canvas:
    • Resize: Drag the corners and edges.
    • Reposition: Click and drag inside the rectangle.
    • Rotate: Hover above the corners until the rotation symbol shows, then click and drag.

Video Player component properties

The following properties are available for you to customize in the Video element's Inspector panel:

Property

Description

SourceChoose whether to play a video from a file or from a URL. The options are:
  • Video Asset: Select to play a video file from your project.
  • URL: Select to play a video from a website.
Video AssetAttach a video file to play. This setting only appears if you set Source to Video Asset.
URLEnter a direct URL to a video file hosted online. The URL must point directly to the video and typically ends with the file extension, such as .mp4. This is useful if you don’t want to store large video files locally. This option is only available when Source is set to URL.
Play On AwakeChoose whether to start the video when the scene starts or wait until something else triggers the start (for example, use a Logic script to play the video.)
LoopEnable to make the video play again when it reaches the end. Disable to play the video once.
Playback SpeedChoose the speed of the video. Range from 0 to 10. Set to
1
for the original video's playback speed. Set below
1
to slow the video and above
1
to make the video faster.
VolumeChange how loud the video's sound is. Set to 0 for no sound, and 1 for maximum volume.
Aspect RatioControl how the video fits into the UI Transform rectangle. You have the following options:
  • No Scaling: Keep the video's original aspect ratio.
  • Fit Vertically: Scale the video so its height fits the rectangle. This might result in a pillarbox effect if the width doesn't match.
  • Fit Horizontally: Scale the video's width to fit the rectangle. This might result in a letterbox effect if the height doesn't match.
  • Fit Inside: Scale the entire video to fit within the rectangle without cropping. Might have a letterbox effect.
  • Fit Outside: Scale the video to cover the entire rectangle. Might crop parts of the video that overflow.
  • Stretch: Scale independently in X and Y to fill the rectangle. Doesn't preserve aspect ratio. Might distort the image.
Render ModeChoose how the Video Player displays the video. The options are:
  • Camera Far Plane: Renders the video on the camera’s far plane, behind all objects in the scene. This is useful for background videos.
  • Camera Near Plane: Renders the video on the camera’s near plane, in front of all objects in the scene. This causes the video to cover the entire view.
  • Render Texture: Renders the video to a Render Texture, which you can then display elsewhere, such as on a UI element or material. This option is default if you create a UI Video element.
  • Material Override: Renders the video onto a material, which allows you to display it on the surface of an object. The video is projected onto each face of the object. This is the default setting when you add a VideoPlayer component to your non-UI object.

Raw Image component properties

Property

Description

TextureUse this setting to visualize the position, rotation, and size of the video's image. Any texture you choose is ignored.
ColorChange the tint color to apply to the video.
Raycast TargetDetermine whether the video can be detected by raycasts, such as mouse clicks or other UI interaction checks.

Additional resources

  • UI Creator
  • UI Canvas
  • Button
  • Text
  • Input Field
  • Image
  • Web View
  • Toggle
  • Slider

Copyright © 2026 Unity Technologies
법률 정보개인정보 처리방침쿠키Documentation Terms of Use개인 정보 판매 또는 공유 금지개인정보 보호 선택(쿠키 설정)

'Unity', Unity 로고 및 기타 Unity 상표는 미국 및 기타 지역 내 Unity Technologies 또는 그 계열사의 상표 또는 등록상표입니다(자세한 내용은 여기에서 확인하세요). 기타 명칭 또는 브랜드는 해당 소유자의 상표입니다.

일부 페이지는 편의를 위해 기계 번역되었으며 부정확한 내용이 있을 수 있습니다. 정보가 상충되는 경우, 영어 버전을 우선으로 참조하세요.

  • 보고 있는 페이지
    • Supported video file formats

    • Add a Video UI element to your scene

    • The Video UI element components

    • UI Transform properties

    • Video Player component properties

    • Raw Image component properties

    • Additional resources


이 페이지의 문제 보고
​
​