Daniel Marcus

Results 5 comments of Daniel Marcus

Hi @paulinon, Thanks for responding. The Unity project is not public and cannot be shared. In the meantime I was able to fix the dependency issues with quickstart and am...

After 2 more days of research there is some good news and some bad news. Bad news first: I have not been able to replicate the issue using the auth...

Hi @paulinon, This is our Auth program flow, we are using a standard Unity Monobehaviour class: ``` private void Start() { Auth = null; User = null; TaskScheduler taskScheduler =...

I submitted a Pull Request with a fix: https://github.com/mitchellh/gon/pull/73

I had a related issue - I need to convert WebP data to Texture2D and stumbled on this project. When testing this project on my ARM Mac I got a...