PlayModeSource
Selects what a file table provider serves in the editor when entering Play Mode.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Enum
- Namespace: Unity.Localization.Providers.FileTables
- Assembly: UnityEngine.LocalizationRuntimeModule
public enum PlayModeSource
Remarks
Additional Resources: FileTableProvider
Fields
Value | Description |
|---|---|
| GeneratedFiles | Generate the data files and read them back, exercising the real file path. |
| SourceAssets | Serve the live authored table assets directly, without generating files. This is the fast default for entering Play Mode. |