“hujiajun” ab7739e41e 增加自动化脚本 | 2 months ago | |
---|---|---|
.. | ||
Editor | 2 months ago | |
Plugins | 2 months ago | |
Runtime | 2 months ago | |
Samples~ | 2 months ago | |
UI | 2 months ago | |
CHANGELOG.md | 2 months ago | |
CHANGELOG.md.meta | 2 months ago | |
Editor.meta | 2 months ago | |
LICENSE.md | 2 months ago | |
LICENSE.md.meta | 2 months ago | |
Plugins.meta | 2 months ago | |
README.md | 2 months ago | |
README.md.meta | 2 months ago | |
Runtime.meta | 2 months ago | |
UI.meta | 2 months ago | |
UnityVideoRenderTexture.renderTexture | 2 months ago | |
UnityVideoRenderTexture.renderTexture.meta | 2 months ago | |
package.json | 2 months ago | |
package.json.meta | 2 months ago |
A video player plugin for Unity WebGL applications. Unity's builtin VideoPlayer can struggle to work with WebGL builds especially on mobile browsers. This package uses Web-native video elements to read the video source and exposes basic video controls to Unity.
You can use video URLs either from StreamingAssets
path or web servers (permissing CORS). While minimal, the plugin aims to be a complete video player for web across browsers and platforms. Key features include:
To install this package in Unity you'll first have to add a new Scoped Registry. Head over to Edit>Project Settings>Package Manager
and add the new registry details as follows -
Name: npmjs
URL: https://registry.npmjs.org
Scope(s): com.nfynt
After this head to Window>Package Manager
and select My Registries
under the Packages:
options. This will list all the available package on npm, find Web Video Player
and select the latest version available and hit install 🚀.
Submit issues on Github Repo with appropriate label as bug\enhancement\help wanted
.
Shubham