Search Unity

Feature Request Delay timer

Discussion in 'In-Editor Tutorials Packages' started by WhipJr, May 10, 2021.

  1. WhipJr

    WhipJr

    Joined:
    Aug 3, 2011
    Posts:
    125
    It would be nice to have a delay timer before checking for and showing the criteria to move on.

    This would allow, in my case, students to not blitz through it as fast as they can just to complete it. there would be "forced" reading before they could progress.

    The delay should halt the criteria completion events as well so they cant accidently progress to the next section.
     
  2. Ali-Unity3D

    Ali-Unity3D

    Unity Technologies

    Joined:
    Mar 8, 2021
    Posts:
    23
    Hi, thanks for the suggestion, we'll take it into consideration. We were also discussing about a feature of having a delay before a page autocompletes, if autocompletion is enabled for the page, and this is somewhat related.

    For the time being, I think you should be able to currently implement this by using ArbitraryCriterion and implement some kind of "wait for X seconds" logic, or you could also implement your own WaitForSomeTimeCriterion (inherit from the Criterion class).