forforfos
forforfos
Seems that @laurakutovaja fixed this! Maybe this issue should be closed?
I also have the same issue, did you find anything on this matter? @Kottakji
Ok, I will investigate as well and let you know! Thanks @jeffreylanters If it turns that it needs changes, is it ok to issue a PR?
@Kottakji @jeffreylanters Status update until further notice. Unity in the documentation says that by passing the `webglContextAttributes` object to their `window.createUnityInstance` method, they can use it when creating the canvas...
So, after a lot of checks, it turns out the config object for `webglContextAttributes` was insufficiently documented, and the library, as well as the Unity webgl build works correctly. The...
@Kottakji There is no need for a PR actually, just pass the `webglContextAttributes` in the `useUnityContext ` like above and it will work. We could maybe update the documentation to...
@Kottakji Ohh, I missed my chance for my first contribution ever! :P Nice though! Good that we have an outcome
Yayyyyyy!! 👯 I issued the additional PR, thank you very much @jeffreylanters and @Kottakji