Tobias Wehrum
Tobias Wehrum
Thank you, @paulinon - looking forward to this getting resolved. On a related note, I think the same bug might apply not just to uploading, but also to downloading. I...
@paulinon I just tested it to confirm it: Literally the same (stops transfering after 5 minutes, operation retry limit StorageException at 10 minutes) happens when downloading via `GetFileAsync`.
@a-maurice Thanks for the fix and the info what it was! It doesn't sound like the curl timeout should lead to the observed crashes/freezes though. There might be a secondary...
@johnmrncc1701d, what went wrong before you called `TrySetApartmentState(ApartmentState.STA)`? I'm wondering if there's some problem with my method (where I'm not doing that) that I haven't found yet. I'm doing it...
> I don't remember. It was very long ago. It was indeed. Thanks for the quick answer anyway!
@darrachequesne Hi! Our use case is that sometimes, clients cannot connect - and since we cannot always know when people using the problematic clients connect, it would be useful to...
This apparently only happens in Windows. Unless you want to directly change code inside UnityStandaloneFileBrowser, you have treat calls differently on Windows. Here is my solution for it: ```C# void...
> But the change from public to internal happened before we changed those instructions, and they did seem to work when they were written, so it's not clear what's happening....
I'm currently trying it with the non-minified version and it happens here: ``` function handleDeviceOrientationChange ( event ) { sensors.orientation.data = event; // Fire every callback function each time deviceorientation...
What a pity - I came here with the same question. I just switched from VS Code to Rider, and the only thing I'm really missing is this theme. (You...