Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Remove all files

Discussion in 'Unity Accelerator' started by massiveminiteam, Apr 7, 2020.

  1. massiveminiteam

    massiveminiteam

    Joined:
    Aug 28, 2018
    Posts:
    109
    Hey,

    our Accelerator has cached some broken assets and is distributing them to all computers (the assets are fine in our version control, but they didn't work after clients got them from the Accelerator). Is it possible to delete / clear all files?

    Right now we have to disable the Accelerator because of this.

    Best
    Tim
     
  2. bradunity

    bradunity

    Joined:
    Nov 12, 2013
    Posts:
    195
    There are two ways to remove artifacts cached in an Accelerator…

    Remove everything: Shut down the Accelerator, remove the cachedb* directories found in the storage directory, start the Accelerator.​

    …or…

    Remove specific files: Using a built-in tool, you can explicitly remove any namespace/keys reported in your Editor.log file as I describe in this thread.​
     
    littledwarf and massiveminiteam like this.
  3. massiveminiteam

    massiveminiteam

    Joined:
    Aug 28, 2018
    Posts:
    109
    Great, thank you. Wasn't sure if I can delete the cachedb directories.