UdonExplorer is an essential Unity Editor extension which allows world creators to explore all of the UdonBehaviours in their scenes and find detailed information about them such as: GameObject's active state, UdonBehaviour's enabled state, name, sync mode, execution order, program source, file size, public variables, symbols and entry points while also allowing you to sort the list based on most of the previously mentioned.
UdonExplorer also allows you to directly access all of the associated assets: e.g. you can open up an Udon Graph directly from the explorer or open up a source C# script of and UdonSharpBehaviour.
In the latest update filters were added to the explorer as well, allowing you to narrow down the list of UdonBehaviours to match your exact criteria.

UdonExplorer can be downloaded from here: https://github.com/Varneon/UdonExplorer/releases/latest
Hope you find this extension useful!
-Varneon