Brice
Brice
Hello! We have integrated the jspsych-virtual-chinrest plugin, and it works nicely with good UX for most common cases. However when the viewing distance is a bit larger (e.g. 80cm) the...
This PR enables awaiting on a coroutine object that has been created previously. Example: ``` // start a coroutine Coroutine coroutine = StartCoroutine(MyCoroutine()); // do things while the coroutine is...
```await new WaitForBackgroundThread();``` hangs without warning on WebGL. This pull request ensures that an exception is thrown when using this method on WebGL platforms, and provides a way to fallback...