
Content Data
Content Data stores remote configuration and gameplay data as key/value records. Use it for tunable JSON data that should be changed from the dashboard without shipping a client update.
- Create data: Add new content records such as pet config, achievement config, event config, or balance tables.
- Inspect values: Review each Key and JSON Value directly from the dashboard.
- Maintain records: Open Info, Edit, or Delete actions for each content entry.
- Runtime use: Clients and server logic can read these values as remote config.
Validate JSON carefully before saving. Invalid or incompatible content data can break gameplay logic that consumes the key.