Let's say i've a gameobject which has a compoment with a used resource.
I set the gameObject to inactive, but later i'd like to set it to active
I call
Resources.UnloadUnusedAssets();
Does it delete the resource from the memory, and when i change the gameObject to active is it loaded?
↧