Search Unity

Cannot find `OnTimerElapsed` event

Discussion in 'Visual Scripting' started by dojo9, Dec 7, 2020.

  1. dojo9

    dojo9

    Joined:
    Sep 18, 2020
    Posts:
    12
    Unity 2019.4.9, Bolt 1.4.13

    Trying to insert an `OnTimerElapsed` event, as shown in the official unity bolt tutorial (Platformer 2D),

    tutorial-ontimerelapsed.png

    but is not found when I try searching the Fuzzy finder


    ontimerelapsed-notfound.png

    How can I fix this ?
     
    Last edited: Dec 7, 2020
  2. Valjuin

    Valjuin

    Joined:
    May 22, 2019
    Posts:
    481
    From official Unity Bolt Platformer tutorial:

    Health & Damage - 6. Make a temporary invulnerable state

    upload_2020-12-7_14-6-57.png
     
    dojo9 likes this.
  3. dojo9

    dojo9

    Joined:
    Sep 18, 2020
    Posts:
    12
    Thanks.
    So the Youtube tutorials are different from the ones on Unity website.
     
  4. Valjuin

    Valjuin

    Joined:
    May 22, 2019
    Posts:
    481
    The Bolt Platformer video tutorials were based on the written tutorial using Bolt 1.3.0.

    When the On Timer Elapsed unit became obsolete, the written tutorial was updated but the video wasn’t.

    Both the written and video tutorials were published before Unity acquired Bolt.

    The tutorial on Unity’s learn website is the original written tutorial but updated to reflect changes in later versions of Bolt.