InvalidSceneFormatMessageLevel Enumeration

public enum InvalidSceneFormatMessageLevel

An enumeration defining how invalid scene formats are logged when discovered by Chunk Streamers that utilize scenes. An invalid scene format is one where the scene contains more or less than 1 root game object, or one with a single root game object that is not in an inactive state.

Fields

Name Value Description
NoMessage 0 No message is logged when a scene is found in an invalid format.
Warning 1 A warning is logged when a scene is found in an invalid format.
Error 2 An error is logged when a scene is found in an invalid format.