Responsible for managing the New User Experience workflows.

Methods

  • Create a default scene for the new world.

    Parameters

    • sceneData: SceneData = {}

      Additional data to merge with the default scene

    Returns Promise<documents.Scene>

    The created default scene

  • Initialize the new user experience. Currently, this generates some chat messages with hints for getting started if we detect this is a new world.

    Returns void