Search Unity

Question Bolt Update and FixedUpdate for moving rigidbody?

Discussion in 'Visual Scripting' started by Trollo166, Jul 14, 2021.

  1. Trollo166

    Trollo166

    Joined:
    Jul 14, 2021
    Posts:
    1
    Hallo!
    Is it in Bolt correct to connect the "Input" with Update and "Rigidbody2D" with FixedUpdate?
     

    Attached Files:

  2. ericb_unity

    ericb_unity

    Unity Technologies

    Joined:
    Nov 24, 2017
    Posts:
    167
    You don't need to connect the trigger ports on the Get Axis nodes, the value will be automatically grabbed on the multiply node in your case.

    The proper way to do what you want to do is like this
    upload_2021-7-14_13-18-39.png