Table Loader - Overview
Table Loader automates the Google Sheets → CSV → C# data class → MemoryPack binary file pipeline. At runtime, you can access data in a type-safe way through TableManager.
Optional Package
If MemoryPack (com.cysharp.memorypack) is not installed, the system falls back to JSON serialization.
Pipeline Flow
Main Settings
| Item | Description |
|---|---|
| Spreadsheet ID | The ID after /d/ in the Google Sheets URL |
| CSV Output Path | Where downloaded CSV files are stored |
| Generated Code Path | Where generated C# classes are stored |
| Binary Output Path | Where baked .bytes files are stored |
| Automation Options | Auto-generate code after download, auto-bake after code generation |