class in Unity.Localization.Providers.FileTables
/
Inherits from:Unity.Localization.Providers.FileTables.FileTableProvider
A file table provider that reads tables from JSON, the default player format.
Assign a collection to this provider to have its tables generated to JSON at build time and read back at runtime
through JsonTableReader. Add it to the asset provider chain the same way as any other
FileTableProvider.
Additional resources: FileTableProvider, JsonTableReader
| Property | Description |
|---|---|
| Collections | The collections this provider serves. |
| FileExtension | The file extension the format uses, without the leading dot. |
| PlayMode | What this provider serves in the editor when entering Play Mode. |
| Reader | Reads a table snapshot from a file in this provider's format. |
| SubPath | The subfolder within StreamingAssets the files are placed in, customizable per provider. |
| Method | Description |
|---|---|
| AddCollection | Records a collection so its addresses resolve at runtime. |
| ClearCollections | Removes every collection this provider serves. |
| RemoveCollection | Removes a collection so this provider no longer serves its addresses. |
| Method | Description |
|---|---|
| FileName | The file name a table is stored under, with characters invalid in a file name replaced. |