You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
After we added this library to the project we started facing WebGl build problem:
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.
The text was updated successfully, but these errors were encountered: