Upgrade
So, the upcoming Unity 5.3 will include some features that affect Google Sheets For Unity.
Specifically, a new API for http requests, and an integrated JSON serializer: this is good news for us!
The new http api will help us have more flexibility when connecting to the Google Spreadsheets, resulting on improved and safer connections, making the asset more appropriate for released products, finally becoming a serious option for beyond development time. The awesome new json serializer, free us from external dependencies (GSFU uses LitJson), which means less maintenance, a seamless integration, and very cool Unity oriented features. On late december, I will be releasing an upgraded version of GSFU, which makes use of this new features, along with a new and more complex example: a complete CRUD implementation (for those not in the jargon, crud refers to the basic functions of a persistent storage: create, read, update and delete).
In the meantime, don't be alarmed: GSFU will still work fine with Unity 5.3, even before the mentioned upgrade.
So fingers crossed day job doesn't gets too messy so the new version gets released soon.
As always, you can get updates through the facebook page this blog, and you can follow me on twitter.
I'll keep you posted!









