Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Question Unity Temp Files

Discussion in 'Editor & General Support' started by Astral85, Apr 23, 2023.

  1. Astral85

    Astral85

    Joined:
    Apr 13, 2023
    Posts:
    2
    I have a number of very large folders related to Unity residing in "C:\Users\AppData\Local\Temp" (about 24GB to be exact) I'd like to reduce if possible but am not sure what can and can't be deleted. Could anybody shed some light?

    Edit: I also have a C:\Users\AppData\Local\Temp\Unity\Cache folder @ 6.2GB
     
    Last edited: Apr 23, 2023
  2. Ryiah

    Ryiah

    Joined:
    Oct 11, 2012
    Posts:
    20,229
    The "C:\Users\AppData\Local\Temp\" files are safe to delete. Ideally apps are supposed to clean up files they leave behind but that doesn't always happen. If you don't feel comfortable deleting files run Disk Cleanup (cleanmgr.exe), select "Temporary files", and it should remove them from there and other temporary folders.
     
    Last edited: Apr 23, 2023
  3. Astral85

    Astral85

    Joined:
    Apr 13, 2023
    Posts:
    2
    What is the C:\Users\AppData\Local\Unity folder?