This version of Unity is unsupported.

EditorSettings.prefabUIEnvironment

public static SceneAsset prefabUIEnvironment;

Description

Allows you to specify a Scene to use as the editing environment for UI Prefabs.

UI Prefabs are Prefabs that have a RectTransform on the root GameObject.

You can read more about the Prefab Editing Environment in the User Manual.

See Also: EditorSettings.prefabRegularEnvironment.