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
As Unity WebGL will not support multi threads and Task's and AsyncCompletedEventHandler,
How we can use Parse.Unity DLL without those things,
Is there any modified version of DLL available..?
We have many games to port to Webgl with Parse.
Thank you,
The text was updated successfully, but these errors were encountered:
This is a difficult question to answer. The simplest solution to the WebGL multithreaded problem, making everything synchronous, results in a ton of deadlocks in our current fully-async architecture. We looked into doing some crazy solutions to support WebGL, but there was nothing we were able to come up with that actually solved the underlying problems.
Perhaps @hallucinogen can note more about what the core issues were, and why our solutions all failed in some way, as he had more context than I did.
Unity WebGL related implementations are probably not going to be a priority while we fix the sdk up for a 1.8.0 release. We would have to look into this at a later date to determine how to proceed.
Hi Parse,
As Unity WebGL will not support multi threads and Task's and AsyncCompletedEventHandler,
How we can use Parse.Unity DLL without those things,
Is there any modified version of DLL available..?
We have many games to port to Webgl with Parse.
Thank you,
The text was updated successfully, but these errors were encountered: