Search Unity

Breakpoints and Node Properties

Discussion in 'Visual Scripting' started by jc_lvngstn, Sep 8, 2020.

  1. jc_lvngstn

    jc_lvngstn

    Joined:
    Jul 19, 2006
    Posts:
    1,508
    Playing around with bolt, but I can't find a couple of features.

    Does Bolt support breakpoints?
    Can you view node properties (output results) at debug/breakpoint time?

    Let's say you have an On Collision Enter node. The outputs I see are the collider, the contacts, impulse, relative velocity and data. I added a Debug.Break node after this, to act as a sort of breakpoint.

    I was hoping I could mouse over the collider outputs, and see the actual values such as the relative velocity at collision time, the collider, etc etc, but I don't. Is there a special window I'm missing?

    Thanks!

    [Edit] for clarity
     
    Last edited: Sep 8, 2020