CRIWARE Unity Plugin Manual
Last Updated: 2025-05-08
[CriMana] VP9 codec movie
Description of the sample
Overview
This sample use the playback component to display a VP9 movie.
When this sample is executed, the movie is automatically looped.
With the left mouse button you can start / stop the movie playback.
It is not necessary to set specific initialization parameters for VP9 playback.
If the Mana initialization is enabled, VP9 playback will be enabled by default.
Regarding playback control
The CriManaMovieController component offers three controls for movie playback: start, stop, and pause.
If you need more advanced playback control, please access the CriManaMovieController.player property and control the playback with the CriMana::Player API.