Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Bug APIUpdater Fails on build constantly on any new projects

Discussion in '2020.1 Beta' started by ROBYER1, Nov 29, 2019.

  1. ROBYER1

    ROBYER1

    Joined:
    Oct 9, 2015
    Posts:
    1,454
    I have made a fresh install of the 2020.1 Alpha 2020.1.0a14 and it constantly gives me errors about the API Updater, especially on build it completely stops builds from happening in fresh projects even with an empty scene!

    What it seems to be doing is mixing the project directory with the C Drive AppData/Local/Temp folder for some reason like the project directory string and local temp appdata strings are being merged together? It is likely the space between Rob and Farthing in the User location is causing this.

    I have submitted a bug report at case 1201864 on fogbugz

    The error I get is:

    Code (CSharp):
    1. Error building Player: APIUpdater encountered some issues and was not able to finish.
    2.  
    3.  
    4.     Unhandled Exception:
    5.     System.IO.DirectoryNotFoundException: Could not find a part of the path "D:\Unity Projects\SRPMain\SRP_Main\Farthing\AppData\Local\Temp\tmp61e69b83.tmp".

    The correct location of the Temp file is C:\Users\Rob Farthing\AppData\Local\Temp
     
    Peter77 likes this.
  2. Peter77

    Peter77

    QA Jesus

    Joined:
    Jun 12, 2013
    Posts:
    6,609
  3. ROBYER1

    ROBYER1

    Joined:
    Oct 9, 2015
    Posts:
    1,454
  4. ROBYER1

    ROBYER1

    Joined:
    Oct 9, 2015
    Posts:
    1,454
    No mention of a fix in alpha 16 :'(