I have created a lot of editor tools with editor scripting & UI Builder. I will share some of the editor tools that is allowed to be shared in public.

Some I cannot share;

  • SDK Importer for Unity (allows us to download external SDK’s and import them)
  • Level Editors for Match-3 Games
  • Colorful Debug Logs
  • Custom Buttons In Inspector

TODO-EditorTool2021

https://github.com/thekrocker/TODO-EditorTool-for-Unity

An editor tool to create to-do list in Unity to speed up progress

Usage

Go Tools > To-do List on Unity Menu

General Info

  • Created with UIBuilder, It simply helps us to add to-do tasks, complete them, see the overall progress and search in the tasks! I am saving the data with Scriptable object so it will passed over editor sessions.

Editor View (Might be loading gif)

editor

Folder-Creator

https://github.com/thekrocker/FolderCreator-EditorTool-for-Unity

A practical tool to create folders faster, and from templates