Rapid Sheet Data is an editor extension that allows you to pull game data and content from Google sheets, in the editor and in run time.
This allows for quick iteration during development and prototyping, enabling a more data driven approach.
Features
- Web service, written in Node.js, to get data from private Google sheets, only using WWW calls from the Unity side
- Support for basic C# types and list of types (bool, int, float, string, enum) with JIT and AOT platform support
- Unity3D asset (Rapid Sheet Data Asset) created from the standard Unity's create menu, that can be easily configured in the inspector and can store a version of the data
- Simple interface to query the data either using a unique ID specified in the Google sheet or by index
- Interface to pull data from Google sheets in runtime, reducing the need to rebuild the game when tweaking values
Documentation
Forum