Is it possible to use a restful librery in Unity? Which one do you recommend? I need to parse the data received. Thanks

posted to: Query Your Data
Is it possible to use a restful librery in Unity? Which one do you recommend? I need to parse the data received. Thanks
  • royal replied
    Hi there, Sorry for my late reply. For my personal projects I always used the Mono System.Net.HttpWebRequest Library, which works with both JavaScript and C#. If you are using C# you could also try a wrapper "Restifizer SDK for Unity3D". I hope this helps you. What kind of project are you trying to realize? Best, Alex