The default URP template/starter project has a class (ReadmeEditor.cs)
which inherits from the type "Editor." If we use Editor.XYZ as the
namespace, that class errors out stating it isn't sure if "Editor"
is a type or a namespace (probably since Editor is now a valid namespace)