Skip to content

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

ItemDescription
Spreadsheet IDThe ID after /d/ in the Google Sheets URL
CSV Output PathWhere downloaded CSV files are stored
Generated Code PathWhere generated C# classes are stored
Binary Output PathWhere baked .bytes files are stored
Automation OptionsAuto-generate code after download, auto-bake after code generation

Next Steps

MIT License