Unity Extensions

Little tweaks to the Unity editor that I’ve found useful as a game developer that I’ve released as open source.

Quick Toggle

Unity Quick Toggle

Photoshop like visibility and edit lock toggles for Unity’s hierarchy panel. While Unity has implemented more advanced toggling since, the UX still isn’t as user friendly as Photoshop which allows for easier toggling of multiple items.

Unity QuickToggle GitHub page

Frame To Mouse

When working with larger scenes in Unity, the mouse orbits may get difficult to work with. This utility allows you to quickly frame the scene view to objects under the mouse, instead of having to select an object in the hierarchy and pressing F.

Frame to Mouse GitLab snippet

Inspector Enhancements

Unity Inspector Enhancements

A suite of inspector enhancements that enhances working with Unity inspectors with minimal additional code.

Reorderable Inspector GitHub page

|