Parse-SDK-dotNET icon indicating copy to clipboard operation
Parse-SDK-dotNET copied to clipboard

Unity WebGL support (Remove Task's , AsyncCompletedEventHandler)

Open balatimuz opened this issue 9 years ago • 3 comments

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,

balatimuz avatar Apr 26 '16 13:04 balatimuz

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.

richardjrossiii avatar Apr 26 '16 23:04 richardjrossiii

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.

montymxb avatar Dec 03 '17 05:12 montymxb