Selects what a file table provider serves in the editor when entering Play Mode.
Additional resources: FileTableProvider
| Property | Description |
|---|---|
| SourceAssets | Serve the live authored table assets directly, without generating files. This is the fast default for entering Play Mode. |
| GeneratedFiles | Generate the data files and read them back, exercising the real file path. |