top of page

Google Spreadsheet Const Data Generator

Now Available on Unity AssetStore:

https://www.assetstore.unity3d.com/en/#!/content/21219

------------------

 Features

------------------

 

This tool can create and generate your game data from Google Spreadsheet into ScriptableObject assets.

 

Google Spreadsheet is great for game designers to create and store their game data, because it allows

different people working on the same spreadsheet at the same time, and they don't have to worry about

how to use Unity.

 

It is also great for creating string tables which makes it really easy for localization.

 

-----------------

 Version History

-----------------

 

1.0

- NEW: Added support to load published google spreadsheet using spreadsheet ID (No authentication needed)

- NEW: Generate C# classes for each of the worksheets within the spreadsheet

- NEW: Generate ScriptableObject classes & Assets for storing the data from the spreadsheet 

 

bottom of page