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