Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


JsonTableReader

The default table file reader, reading table snapshots from JSON.
Read time 1 minuteLast updated 13 days ago

Definition

public sealed class JsonTableReader : ITableFileReader

Remarks

Reads a ResourceTableData with JsonUtility. It is stateless, so callers share the single JsonTableReader.Instance. Pair it with JsonResourceProvider, the built-in JSON FileTableProvider.

Static Fields

Value

Description

InstanceThe shared stateless reader instance.