Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: Aastha on February 17, 2014, 01:31:17 AM

Title: NGUI Atlas
Post by: Aastha on February 17, 2014, 01:31:17 AM
Hi,
I have one confusion if I instantiate a prefab from resources then its atlas is added to the scene at that only and after destroying it the memory occupied by the atlas is free. Am I correct?
Title: Re: NGUI Atlas
Post by: ArenMook on February 17, 2014, 11:15:49 AM
If you use Resources.Load, it's up to you to do Resources.UnloadUnusedAssets later. Nothing is released after it's loaded unless you tell it to. It's a Unity question.