Releases: vimeo/vimeo-unity-sdk
2019.05.03
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 📼
2018.12.19
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
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
andVimeoPlayer
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
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
📷 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
This release resolves a few bugs. Check out the PR for more info
20180108
20180105
20171213
Release candidate for streaming Vimeo videos only. Excludes recording tools.
20171103
This build works for 2017.1
and above. Have not tested on previous Unity versions.