Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Repository files navigation

Obsolete IMGUI version, please use UIToolkit version

Toolbar Utils

image

Scene navigation and debug utils for unity toolbar

Dependencies

This package requires https://github.com/marijnz/unity-toolbar-extender for it to work. Since Unity does not support git dependencies for packages, you need to install it separately.

Features:

  • Easy navigation between the scenes in build, hold alt to load in additive mode [Buttons]
  • Redirect to the first scene in build on play mode enter [Toggle]
  • Debug (Works only in Development build and Editor) [Toggle]
  • Time scale [Slider]
  • Toggle any of the above modules visibility via Tools/Metsker/ToolbarUtils

Debug mode API usage example:

using ToolbarUtils;

public class Example
{
    void Foo()
    {
        if(DebugMode.Enabled)
        {
            //Your debug logic
        }
        else
        {
            //Your release logic
        }
    }
}

About

Scene navigation and debug utils for unity toolbar

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages