Friday, March 04, 2011

Connect Unity3D to Google Spreadsheets.

I've just uploaded a package to the Unity Asset store, which allows you to easily source and cache data, in a secure manner, from a Google Spreadsheet!.

It is called GlobalData, and allows you to have truly global data across your game instances. You could use it to provide item stats, character stats or any kind of tabular data to your game, and you can even modify your core data after the game has been released.

It caches data locally, so your players won't require a constant internet connection to play.

1 comment:

James Chan said...

What would you do if you want that data to be local on startup? Let's say player downloads the game, but launches if for the first time when he's disconnected?

Easy way to feed default data?

Popular Posts