Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

How does Debug.Log work in Bolt?

Discussion in 'Visual Scripting' started by guncheque, Sep 2, 2020.

  1. guncheque

    guncheque

    Joined:
    Sep 3, 2018
    Posts:
    1
    im trying to output the state of a boolean to console using debug.log and im a little lost.

    Thanks in advance
     
  2. Ex-Crow

    Ex-Crow

    Joined:
    Aug 14, 2020
    Posts:
    111
    Debug.Log(message) node has a green input that accepts any Unity object, including a bool.