Skip to content

Releases: vimeo/vimeo-unity-sdk

2019.05.03

03 May 20:11
1635589
Compare
Choose a tag to compare

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)

2018.12.19

13 Dec 19:08
2e77e59
Compare
Choose a tag to compare

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.

2018.10.25

25 Oct 23:45
7d78d91
Compare
Choose a tag to compare

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.

2018.08.23

23 Aug 16:07
Compare
Choose a tag to compare

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

20180327

27 Mar 20:59
3e0b643
Compare
Choose a tag to compare
20180327 Pre-release
Pre-release

📷 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

20180208

08 Feb 17:58
eabc2d0
Compare
Choose a tag to compare
20180208 Pre-release
Pre-release

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

20180108

08 Jan 23:54
94e7f00
Compare
Choose a tag to compare
20180108 Pre-release
Pre-release

Resolves issues with 2017.3. See #5

20180105

05 Jan 20:56
Compare
Choose a tag to compare
20180105 Pre-release
Pre-release

Resolves a couple of bugs:

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

20171213

12 Dec 22:44
Compare
Choose a tag to compare
20171213 Pre-release
Pre-release

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

20171103

03 Nov 20:03
Compare
Choose a tag to compare
20171103 Pre-release
Pre-release

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