Guide to Editor Scripting in Unity - Simpliv

First, we will look at some built-in options Unity gives developers for customizing the editor. We will learn how to customize window layout, console output, and more. Next, we will look at how to use editor scripting to our advantage. Unity allows us to customize and extend the functionality of the editor by writing C# code. The final topic we will look at is customizing the inspector. This will give us the ability to edit and modify our game objects in the scene.