Enum LiveConversionMode
Options for how the conversion system runs and makes the results available in the Editor.
Namespace: Unity.Scenes
Assembly: Unity.Scenes.dll
Syntax
public enum LiveConversionMode
Fields
Name | Description |
---|---|
Disabled | Disable live conversion. The conversion system doesn't run when the authoring data is changed. |
LiveConvertStandalonePlayer | Run the conversion when building the player. |
SceneViewShowsAuthoring | Enable live conversion is enabled and display the authoring data in the scene view. |
SceneViewShowsRuntime | Enable the live conversion and display the result of the conversion in the scene view. |