Search Unity

Delete objects from Resources folder at runtime

Discussion in 'Editor & General Support' started by mayekol, Mar 20, 2008.

  1. mayekol

    mayekol

    Joined:
    Oct 23, 2007
    Posts:
    115
    Hello, I was wondering if there was a way to free up the memory that was being used by stuff in the Resources folder, using Destroy or some other method. Currently I am doing some things in the web player only once and would like to free up that memory after I have finished using the Resources, even if it meant dumping the whole folder.

    Thanks!