Search Unity

stuck on re-serializing assets

Discussion in 'Editor & General Support' started by Chaoss, Jan 18, 2014.

  1. Chaoss

    Chaoss

    Joined:
    Jul 8, 2011
    Posts:
    327
    I started a blank project and downloaded the beta example assets from the asset store and it is stuck on Re-serializing assets, I've left it on now for a good 6 - 8 hours and its just sitting there not doing anything
     
  2. Theformand

    Theformand

    Joined:
    Jan 2, 2010
    Posts:
    271
    I had the same thing. Simply killing the Unity process, and starting over worked for me. 2nd import attempt worked fine
     
  3. DoofusRufus

    DoofusRufus

    Joined:
    Nov 25, 2014
    Posts:
    5
    I've had this happen with the Sample Assets Beta repeatedly, and never get past having to kill the process.
     
  4. mrpi64

    mrpi64

    Joined:
    Dec 28, 2014
    Posts:
    1
    Happened to me too.
     
  5. pojoih

    pojoih

    Joined:
    Mar 30, 2013
    Posts:
    226
    same here! Survival Shooter Demo, Unity 4.6.2
     
  6. DJSkull34

    DJSkull34

    Joined:
    Mar 28, 2015
    Posts:
    1
    guys just close the task and try again
     
  7. seanskoolbo

    seanskoolbo

    Joined:
    May 2, 2017
    Posts:
    1
    I have had this happen because Unity was blocked by a Visual Studio modal.

    Try switching to Visual Studio and check it is not asking you to reload the project or something like that.
     
  8. ThePilgrim

    ThePilgrim

    Joined:
    Apr 25, 2013
    Posts:
    17
    If killing the process doesn't work, I introduce a bug in a script within the project. It causes it to load Unity in safe mode. Then I remove the bug. Unity exits safe mode and often loads normally, getting past the sticking point.