#### Fixed
* Disabled File/New Scene from Template for 2020.2 or newer (superseded by built-in scene templates)
* Fixed Welcome screen from showing up on domain reload.
* Fixed Take Screenshot Action : Bad Filename + Added Tooltips
* Fixed property name in NonNullCheck property drawer
const int WindowWidth = 640;
const int WindowHeight = 380;
#if UNITY_2020_2_OR_NEWER
#else
#endif
private void OnEnable()
{
public class SceneTemplateList : ScriptableObject
public string ListName = "New Template List";
public SceneWindowTemplate[] Templates;