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. Join us on March 30, 2023, between 5 am & 1 pm EST, in the Performance Profiling Dev Blitz Day 2023 - Q&A forum and Discord where you can connect with our teams behind the Memory and CPU Profilers.
    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:
    5,842
    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:
    5,842
    in contrast: texture recompression shows a progress bar
     
  3. Peter77

    Peter77

    QA Jesus

    Joined:
    Jun 12, 2013
    Posts:
    6,325
    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:
    5,842
    in this case the tasks are the same: process a file out of a multitude
    even if the processing is // % = #file completed / total # files