Skip to content
Kim, Hyoun Woo edited this page Mar 13, 2016 · 36 revisions

Q: Can I pull data from Google Sheets at runtime?

A: No, Unity-Quicksheet is a tool for easy handling of data at edit time. Saying with the technique point of view, all data retrieved from Excel or Google spreadsheet is stored form of an asset file as ScriptableObject derived class object to make it easy to serialize and deserialize.

Clone this wiki locally