Unity Video Player Helper
VideoPlayer Helper simplifies implementation of Unity's built-in VideoPlayer with reusable scripts and ready-made templates. It provides complete sample implementations for YouTube and Vimeo playback, UI control systems, and animation integration, allowing developers to quickly add video functionality without building from scratch.
com.janniklassahn.unity-videoplayer-helper 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/unity-videoplayer-helper.git#upm README Markdown
Copy this to your project's README.md
## Installation
Add **Unity Video Player Helper** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/unity-videoplayer-helper.git#upm
```
[](https://www.pkglnk.dev/pkg/unity-videoplayer-helper)README
VideoPlayer Helper for Unity
VideoPlayer Helper contains useful scripts and samples to help building great experiences with the built in VideoPlayer.
Samples
| YouTube | Vimeo |
| --- | --- |
|
|
|
| :arrow_forward: Live Demo available | - |
Each sample demonstrates a different approach in using the helper classes (including some animations).
Integration
- Get the .unitypackage from Releases or clone this repository and create your own.
- In Unity choose Assets -> Import Package... -> Custom Package... and select the appropriate .unitypackage
- To add a template for the video player click right in the Hierarchy panel and choose Video -> Video Player with Controls
- Set your assets. Take a look at the samples for some inspiration.
No comments yet. Be the first!