endel / NativeWebSocket

🔌 WebSocket client for Unity - with no external dependencies (WebGL, Native, Android, iOS, UWP)
Other
1.2k stars 158 forks source link

Cannot build for WebGL when installed via UPM #35

Closed Geekid812 closed 3 years ago

Geekid812 commented 3 years ago

Unity fails to build for WebGL with the following errors when the package was installed with UPM: image

This does not happen when installed manually nor when building for other platforms (tested with standalone).

endel commented 3 years ago

Hi @Geekid812, this has been just fixed now at https://github.com/endel/NativeWebSocket/pull/34

Can you try again? 🙏

Geekid812 commented 3 years ago

Hey, sorry for the late reply. Yes! This does fix the issue. Thank you! 👍