Video

Enable web video or livestreams with custom thumbnail for your users

Video feature helps not only to enable pre-recorded web videos, but also live streams to improve the user engagement. To get started prepare a GameObject with a VideoView and GuidComponent.

Then, create an empty GameObject under it and name it "Thumbnail Image View".

Attatch an ImageView, GuidComponent, and a NetworkImage.

The value (string) is the url of the video.

Assign this object into VideoView's Image View property field.

Here the Video feature has a bit more than other features in terms of variables. For this reason, a table below is provided to explain the important variables:

VideoView has a few function that you'll need:

Last updated