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

URGENT HELP. always getting error in unity 2019 that copying assembly from Temp to Library failed.

Discussion in '2019.3 Beta' started by anuragclancy, Jun 18, 2019.

  1. anuragclancy

    anuragclancy

    Joined:
    Jul 5, 2016
    Posts:
    4
    Please help. All of my projects getting this same error when I open them in unity 2019 (all versions 2019.1, 2019.2.b, 2019.3.a5) but no such error in Unity 2018.
     

    Attached Files:

  2. brunocoimbra

    brunocoimbra

    Joined:
    Sep 2, 2015
    Posts:
    679
    Close the project, delete both Library and Temp folders and re-open it.
     
  3. AlkisFortuneFish

    AlkisFortuneFish

    Joined:
    Apr 26, 2013
    Posts:
    973
    I would never throw a "delete the Library" recommendation without ensuring that the user has visible meta files enabled. Deleting the Library in a project with hidden meta files will result in data loss.
     
  4. charlesb_rm

    charlesb_rm

    Joined:
    Jan 18, 2017
    Posts:
    485
  5. brunocoimbra

    brunocoimbra

    Joined:
    Sep 2, 2015
    Posts:
    679
    Good point, I always use visible meta files so I literally forgot about that.