vimeo / vimeo-unity-sdk

Easily stream your Vimeo videos into Unity or record and publish out to Vimeo.
MIT License
211 stars 49 forks source link

Token and Sign in once on a device? #129

Closed iiidefektiii closed 3 years ago

iiidefektiii commented 3 years ago

Describe the issue

This doesnt work once it leaves the editor. Is it possible to even run on a device? This works fine in the editor by manually getting a token and signing in but after that it doesnt work on any builds. I have tried to manipulate the test config with out the unity tests because it doesnt seem to work in 2020.

Steps to reproduce the problem

use the testconfig

Unity version

2020.1

Operating system

windows

zicas2000 commented 3 years ago

@iiidefektiii Did you find any solution to this issue ?

iiidefektiii commented 3 years ago

@zicas2000 Yes it was user error. I was also working with some player prefs and resetting those will also reset your vimeo token and need to go through the token process again.