Skip to content

Class name clashes with Editor namespace #55

@guneyozsan

Description

@guneyozsan

The base class of ReporterEditor is named Editor. However, this clashes with namespace Editor used for Editor folders in Unity.

I suggest moving plugin files to their own namespace:

namespace Unity_Logs_Viewer.Reporter.Editor
{
	public class ReporterEditor : UnityEditor.Editor
	{
            ...
        }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions