Search Unity

UnityEventDebugger - Inspect callbacks subscribed to UnityEvents!

Discussion in 'Assets and Asset Store' started by KHagen95, May 1, 2020.

  1. KHagen95

    KHagen95

    Joined:
    Oct 15, 2019
    Posts:
    18
    Hey,

    I recently had issues with debugging what was going on when using UnityEvents, so I created a small tool to help me do exactly that!

    It shows a foldout below a UnityEvent with the method that is being called and the context object it is being called on.

    Unity_2kkaALwXvB.png

    There is a few things you can configure in your editors preference tab:

    upload_2020-5-1_20-44-5.png

    You can download the attached unitypackage file to install or clone the repository.
    The tool still needs a few editor scripting improvements but it already is quite a helpful thing to have. If you have any ideas & suggestions feel free to leave a pull requests at the repository.

    https://github.com/KevinHagen/UnityEventDebugger
     

    Attached Files:

    SugoiDev likes this.