Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with WebGl build on Unity 2022.1 #7

Open
doterax opened this issue Mar 6, 2023 · 0 comments
Open

Problems with WebGl build on Unity 2022.1 #7

doterax opened this issue Mar 6, 2023 · 0 comments

Comments

@doterax
Copy link

doterax commented Mar 6, 2023

After we added this library to the project we started facing WebGl build problem:

Library\Bee\artifacts\WebGL\build\debug_WebGL_wasm\build.js: undefined symbol: sendfile (referenced by top-level compiled C/C++ code)
UnityEditor.BuildPipeline:BuildPlayer (UnityEditor.BuildPlayerOptions)

After some investigation I found solution. I just removed SocketExtensions.cs from the compillation (we don't use it). And recompiled UnityFx.Async and it helps.

And I think all .Net extensions in UnityFx.Async should be extracted to a different project (dll) so user can use only needed stuff.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant