Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

time in windows replaces progress bar

Discussion in '2020.1 Beta' started by laurentlavigne, Jun 26, 2020.

  1. laurentlavigne

    laurentlavigne

    Joined:
    Aug 16, 2012
    Posts:
    6,002
    recompressing an audio file I'm getting this
    upload_2020-6-25_18-52-35.png
    a progress bar would be more useful...
     
  2. laurentlavigne

    laurentlavigne

    Joined:
    Aug 16, 2012
    Posts:
    6,002
    in contrast: texture recompression shows a progress bar
     
  3. Peter77

    Peter77

    QA Jesus

    Joined:
    Jun 12, 2013
    Posts:
    6,471
    The progressbars in Unity are overall pretty misleading.

    I wouldn't mind if they show the Knight Rider style progress everywhere where they can't make the progressbar show correct progress.

    Reporting correct progress across multiple independent unknown tasks is surprisingly difficult.

    A wrong progress is worse than just having a "busy but not crashed" indicator in my opinion.
     
  4. laurentlavigne

    laurentlavigne

    Joined:
    Aug 16, 2012
    Posts:
    6,002
    in this case the tasks are the same: process a file out of a multitude
    even if the processing is // % = #file completed / total # files