Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PlayModeSource

Selects what a file table provider serves in the editor when entering Play Mode.
Read time 1 minuteLast updated 12 days ago

Definition

public enum PlayModeSource

Remarks

Additional Resources: FileTableProvider

Fields

Value

Description

GeneratedFilesGenerate the data files and read them back, exercising the real file path.
SourceAssetsServe the live authored table assets directly, without generating files. This is the fast default for entering Play Mode.