Quickly test methods without creating custom inspector buttons, temporary debug UI, or one-off editor scripts.
Function Navigator is a Unity Editor tool for finding, filtering, favoriting, inspecting, and invoking C# methods across your project without adding attributes, interfaces, registration lists, or manual setup.
What it helps with:
How it works:
Function Navigator scans your project scripts automatically and shows them in a searchable editor window. You can browse methods by name, script, signature, assembly, or path.
Methods with supported parameters show editable fields, so you can enter values and invoke them directly. Instance methods can be called on matching scene objects, selected objects, or specific targets from an invoke dropdown.
Included features:
Suitable for any Unity project or genre, especially projects that need faster testing, debugging, editor workflows, and quick access to commonly used methods.