Search Unity

Umbracache

Discussion in 'General Discussion' started by p_hergott, Sep 11, 2019.

  1. p_hergott

    p_hergott

    Joined:
    May 7, 2018
    Posts:
    414
    Umbracache is insanely slow to delete or copy. I used to be able to backup my project in like 1 to 2 hours. Now just because umbracache. Its 36hours +... highly inconvenient. Is there a faster way to delete these files?
     
  2. Joe-Censored

    Joe-Censored

    Joined:
    Mar 26, 2013
    Posts:
    11,847
    Don't know what Umbracache means, but I'm guessing you're still using an old HDD if you're complaining about the amount of time it takes to do anything disk related. Get an SSD.

    You could also consider just moving files to another location on the same drive before doing your backup, instead of deleting. That won't actually delete them at that time, so will be pretty instantaneous. Actually delete them when you're done with your machine for the day.

    Lastly, use version control instead of manual backups. You shouldn't have to do any file deletions just to save your progress, which you won't when using version control.
     
    Socrates likes this.
  3. RecursiveFrog

    RecursiveFrog

    Joined:
    Mar 7, 2011
    Posts:
    350
    Are they in the /Library/ folder or one of its sub folders? You should never back up that folder or add its contents to version control.

    The only folders you need to care about are

    /Assets
    /ProjectSetings
    /Packages

    Nothing else should be “backed up”
     
    MadMojo, xVergilx and Socrates like this.
  4. p_hergott

    p_hergott

    Joined:
    May 7, 2018
    Posts:
    414
    That makes a ton of sense, i should of thought of that...... and it is a SSD drive.
     
  5. superpig

    superpig

    Drink more water! Unity Technologies

    Joined:
    Jan 16, 2011
    Posts:
    4,659
    You can back up the Library folder, but yes, it is supposed to be something that can be completely recreated from the data in the other folders, so you shouldn't need to.
     
    MadMojo, Joe-Censored and xVergilx like this.