Erik Dubbelboer
Erik Dubbelboer
@GoodBoyDigital the issue is still present in v8.1.1.
Same so I'm going to close this.
It's indeed caused by a context loss. I can trigger it one in a while on https://dubbelboer.com/sillysky/ by running this line in the console: ``` document.getElementsByTagName('canvas')[0].getContext('webgl2').getExtension('WEBGL_lose_context').loseContext(); ```
We should really work on some documentation. Lobbies currently have a [`customData`](https://github.com/poki/netlib/blob/fe42e9b51ebad2162c1d40cf72b69e173fcec2db/lib/types.ts#L15) object where you could put a `"name": "..."` into and use that. It should also be returned by...
This will be our next step that we'll be working on next week.
Most of this was implemented in the last releases. Proper documentation is still to come.
I rewrote it to `QueryWithOptions`. Can you please have a look.
I'm not using this feature in production yet. I'm still playing around with it, trying to improve it. Since embedding models can't encode something being negative, I'm currently using a...
You're going to have to share more code. Can you try and make a minimal example that reproduces the issue?
The change makes sense if you want to support multiple playcanvas instances on the same page. I would suggest to keep this backwards compatible by just always making `pc.app` point...