Kottakji
Kottakji
preact-render-spy seems to be not compatible with version 10. https://github.com/preactjs-templates/netlify/blob/master/template/package.json#L29 https://github.com/mzgoddard/preact-render-spy/issues/92
### Please avoid duplicates - [X] I checked [all open issues](https://github.com/jeffreylanters/react-unity-webgl/issues) and [discussions](https://github.com/jeffreylanters/react-unity-webgl/discussions) and none of them matched my problem. ### Language and Compiler Babel and WebPack JavaScript ### What...
### Describe the bug I'm trying to open a .app binary on OSX. This works: ```js await open ("bin/osx/example.app"); ``` But I need: - The pid - To add some...
This is a relatively new service. Would it be possible to add it? 
With the following code, it crashes. If I remove ` _window.isClickThrough = true;` it will work just fine. ```c# #if !UNITY_EDITOR && !UNITY_WEBGL && (UNITY_STANDALONE_WIN || UNITY_STANDALONE_OSX) using System; using...