Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Video and cutscenes

Use Unity’s video system to integrate video into your application.
Read time 1 minuteLast updated 4 days ago

Use Unity’s video system to integrate video into your application. Video footage can add realism to your game, reduce rendering complexity, or help you integrate content available externally. Unity’s video features include the Hardware-accelerated and software-based decoding of video sources, Transparency support, multiple Audio sources, and Network streaming.
To use video in Unity, Import your video sources and configure them using the Video Player component.
Note
If you don’t want to use externally pre-rendered video, use the Timeline package to create cutscenes and cinematic sequences in Unity.

Topic

Description

Video sourcesImport and use video sources in your Unity application.
Video PlayerUse the Video Player component to attach video files to GameObjects.
Video Profiler moduleAnalyze the performance of video in your application.

Additional resources