Unity Tutorial: Custom Editor Windows


Custom Editor Windows are a great way to setup tools for debugging or working with data associated with our games. In this tutorial we’ll take a look at how to setup an editor window and how to have it communicate with game objects in the scene and interact with the selected object.

📂 Grab the full project ➠ https://github.com/GameDevEducation/Editor_CustomWindows