Skip to content

Commit

Permalink
0.9.4 documentation patch (#59)
Browse files Browse the repository at this point in the history
* Bumping plugin version

* Update README

Adding Depthkit support in the streaming features
  • Loading branch information
juniorxsound authored Dec 13, 2018
1 parent 433dc0c commit 2e77e59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Assets/Vimeo/Scripts/Editor/VimeoPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public enum AvailablePluginType {

public class VimeoPlugin
{
public const string Version = "0.9.3";
public const string Version = "0.9.4";
public const string AVPRO_VIDEO_DEFINE = "VIMEO_AVPRO_VIDEO_SUPPORT";
public const string AVPRO_CAPTURE_DEFINE = "VIMEO_AVPRO_CAPTURE_SUPPORT";
public const string DEPTHKIT_DEFINE = "VIMEO_DEPTHKIT_SUPPORT";
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,12 @@ The SDK comes with the following example Unity scenes in the `Vimeo/Scenes` fold
* Select your preferred streaming video quality
* Search for your Vimeo video within the Unity Editor, or manually specify via URL
* Easy to use GUI and drag & drop components
* _\***NEW**\*_ We are now compatible with [AVPro Video](http://renderheads.com/product/avpro-video/). You should go check out their full feature list, but here are some of the most notable improvements:
* We are now compatible with [AVPro Video](http://renderheads.com/product/avpro-video/). You should go check out their full feature list, but here are some of the most notable improvements:
* Versions for iOS, tvOS, macOS, Android, WebGL, Windows, Windows Phone and UWP
* Adaptive video support. Vimeo supports HLS & DASH streaming. And with [Vimeo Live](https://vimeo.com/live) you can even livestream into Unity.
* 8K video (on supported hardware)
* VR support (mono, stereo, equirectangular and cubemap)
* _\***NEW**\*_ We now support streaming volumetric video using [Depthkit](https://depthkit.tv). Wiki and tutorial coming soon!


## Streaming Requirements
Expand Down

0 comments on commit 2e77e59

Please sign in to comment.