Search Unity

Would targetFrameRate affect an upload?

Discussion in 'Editor & General Support' started by dmennenoh, Sep 25, 2019.

  1. dmennenoh

    dmennenoh

    Joined:
    Jul 1, 2015
    Posts:
    379
    I have a manager app that uploads files to our server - it also launches two other apps. When I launch one of those other apps I set the targetFrameRate of the manager to 3fps and then set it back to 60 when the other app's process exits. Would that affect an upload in progress? I've gotten a couple server errors and sounds like something was uploading and got interrupted. Just trying to figure out how.
    Thanks.
     
  2. Joe-Censored

    Joe-Censored

    Joined:
    Mar 26, 2013
    Posts:
    11,847
    If whatever you're using to do the actual upload is dependent on the Update loop or otherwise frame rate dependent, then I suppose if would affect the upload.