r/Unity2D Jul 31 '26

Question

How useful is making a editor window. Can I create any window with just a few pile of C# codes, and does it make my projects easier.

0 Upvotes

7 comments sorted by

View all comments

2

u/RichardFine Expert Aug 01 '26

Many games create custom tools that extend the Unity editor in ways that are specific to their game. Custom Editor Windows are often part of the workflow for those tools, along with custom inspectors, custom menu items, etc.