Unity-Logs-Viewer icon indicating copy to clipboard operation
Unity-Logs-Viewer copied to clipboard

Move classes to namespaces

Open guneyozsan opened this issue 2 years ago • 0 comments

  • Particularly prevents naming conflict between namespace "Editor" for "/Assets/Editor/" and "class ReporterEditor : Editor".
  • Namespaces are used to prevent any future conflicts instead of changing "class ReporterEditor : Editor" to "class ReporterEditor : UnityEditor.Editor".
  • References the folder name "Unity_Logs_Viewer" from plugin unitpackage in asset store.

guneyozsan avatar Dec 09 '21 13:12 guneyozsan