Results 6 comments of Albar

I'm wondering if there's any package that is incompatible with WebGL builds, unrelated to the Netcode package, that I have in my Unity project: ```{ "dependencies": { "com.unity.collab-proxy": "1.15.4", "com.unity.feature.2d":...

Here's the error I get for more context: ![image](https://user-images.githubusercontent.com/35666643/150612203-cc3f14f4-4310-4b60-b5c9-03285805e8e9.png) ![image](https://user-images.githubusercontent.com/35666643/150612253-c7d38f02-0987-40b6-8ee0-015072fcdae2.png) ![image](https://user-images.githubusercontent.com/35666643/150612272-1f535037-9304-4483-8b47-f00ee9930f5e.png) I believe a dll file may be missing, because none of the dll imports seem to work.

I've been looking through the `JSWebSocketClient.jslib` file and nothing seems to be wrong with it. I thought maybe it was because it was not under a `Plugins` folder, but I...

Update: this seems to be a problem with netcode, not the websocket transport layer. I created another project, built it, it worked fine. Then, I added netcode for gameobjects, built...

Macros split into their own PR: https://github.com/GraphiteEditor/Graphite/pull/2706