proyecto26 / RestClient

🦄 A Promise based REST and HTTP client for Unity 🎮
https://assetstore.unity.com/packages/slug/102501
MIT License
1.23k stars 172 forks source link

C-Sharp-Promise vs UnityFx.Async #50

Open jdnichollsc opened 5 years ago

jdnichollsc commented 5 years ago

Review the advantages to migrate the promises system and support async / await

Arvtesh commented 5 years ago

Hey! First of all thank you for your interest in UnityFx.Async. You can find a detailed comparison of the two libraries in README.md at the project Github repo.

Summing it up:

The only drawback is it is pre-release still (release is planned in a few months) and not as widely used (documented) as C-Sharp-Promise. Also please note that currently published Asset Store package does not support async/await because it targets net35, the NuGet package supports net35, net46 and netstandard20.

That said, in case you decide to migrate, I'd happily assist you with the migration process and any difficulties you may face. Feel free to ask any more questions!

jdnichollsc commented 5 years ago

@Arvtesh woww excellent mate, let me create other branches in order to integrate your package and debug the different targets, thanks for your collaboration! 👍

kolodi commented 5 years ago

Unity would probably move towards their own Job System rather than embrace async/await feature of c#