Closed Godefroy closed 9 years ago
It would be nice to track the Unity version though this works for now. A solution to track the unity version would be to dispatch the call to Application.unityVersion
to the main thread, though I don't have the time to dig into this now.
@Godefroy good find. If you have the time could you please make the changes and submit a PR?
Nice! Thanks :+1:
Hi,
When I call a UnityHTTP method from a thread, I get this error:
To fix this and thus allow to use UnityHTTP in a thread, you can remove
Application.unityVersion
by replacing this line:by this line: