Vimeo Unity Sdk Versions Save

Easily stream your Vimeo videos into Unity or record and publish out to Vimeo.

0.9.5

5 years ago

You can see all the changes in the 0.9.5 milestone, but here are some of the updates:

Overall improvements ✔️

  • Improve unit testing for specific platforms, now tests HLS on macOS, Dash on everything else (#87)
  • Fixing JSON namespace ambiguity (#51 #65 thanks to @michaelboccara 🙌)
  • Fixing integration tests on Unity 2017 (#79)
  • Formatting the code based on Omnisharp config file (#49)
  • Unity 2019 sound fix (#86, #85 shoutout to @LincRead and @neeraj-jaiswal)

VimeoPlayer 📼

  • Adding adaptive URL unfurl'ing and tests (#56 #77) - now supports all AVPro Video supported platforms for adaptive playback (shoutout to @AndrewRH)

0.9.4

5 years ago

VimeoPlayer updates

Added support for the Depthkit Unity plugin. Now you can stream volumetric video from your Vimeo account. To learn more check out our step by step walk-through on our wiki.

Version 0.9.4 is compatible with:

  • Depthkit Unity plugin 0.2.5
  • AVPro Video 1.9.5

You can see all the changes in the 0.9.4 milestone.

0.9.3-beta

5 years ago

You can see all the changes in the 0.9.3 milestone, but here are some the major updates:

Overall improvements ✔️

  • Added a ton of automated testing, making the plugin more stable & reliable all the way back 2017.1
  • Fixed issues with tokens not being stored in builds.
  • Way easier to do custom scripting (and skip the GUI)
  • Plugin now only shows the VimeoRecorder and VimeoPlayer in the inspector for a cleaner simpler UX

VimeoRecorder 🎥

  • Added large video file upload support #46 using the new VimeoUploader class
  • Added support to record from RenderTexture
  • Support for resumable uploads using the Vimeo tus.io upload API
  • We removed the Slack integration.

v0.9.2-beta

5 years ago

Changelog

VimeoPlayer

  • Resolved 360 playback on Android (e.g Oculus GO) issues in #27

VimeoRecorder

  • New error handling for network connection errors as described in #28

Overall improvements

  • Leverage account status to display better errors for basic users and 404 API responses described in issue #25
  • Improved README to note that token storing is now handled automatically and updated email contact information

v0.9.0-beta

6 years ago

📷 Recording support added to the Vimeo SDK. Record video (including 4K, 360, stereo 360) and automatically publish to your Vimeo account and Slack. Everything is documented here

v0.8.5-beta

6 years ago

This release resolves a few bugs. Check out the PR for more info

v0.8.4-beta

6 years ago

Resolves issues with 2017.3. See #5

v0.8.3-beta

6 years ago

Resolves a couple of bugs:

  • #4 Issue with GUI and Vimeo authentication
  • #3 Breaks when audio source objects don't have an Audio component

v0.8.2-beta

6 years ago

Release candidate for streaming Vimeo videos only. Excludes recording tools.

v0.8.1-beta

6 years ago

This build works for 2017.1 and above. Have not tested on previous Unity versions.