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

Unity WebGL support (Remove Task's , AsyncCompletedEventHandler) #207

Open
balatimuz opened this issue Apr 26, 2016 · 2 comments
Open

Unity WebGL support (Remove Task's , AsyncCompletedEventHandler) #207

balatimuz opened this issue Apr 26, 2016 · 2 comments

Comments

@balatimuz
Copy link

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,

@richardjrossiii
Copy link
Contributor

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.

@montymxb
Copy link
Contributor

montymxb commented Dec 3, 2017

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.

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

No branches or pull requests

4 participants