- Home /
 
               Question by 
               DarkCooker · Apr 22, 2015 at 01:01 PM · 
                androidassetbundlememoryprofilergarbage-collection  
              
 
              Assetbundle loaded asset cannot be cleaned in Android
Hi...
The question is a bit strange to me.
I have loaded the asset and Instantiate it:
 GameObject cloneRef = GameObject.Instantiate(loadedAsset) as GameObject;
And Unload the bundle:
 bundle.Unload(false);
 bundle = null;
After change to another scene, I run:
 Resources.UnloadUnusedAssets();
but the gameObject inside loadedAsset is still existing in Android.
I profile it in Editor and it is gone correctly. So weird
Anyone can help?
Many thanks
               Comment
              
 
               
              Your answer
 
 
             Follow this Question
Related Questions
Detailed Memory Profiling on Device 1 Answer
Mono profiler hooking on Unity 2 Answers
Does assetbundle work well with mobile devices? 1 Answer
Android Memory Total / Guidelines ? 0 Answers
Memory usage in Profiler much less than on actual device 1 Answer
 koobas.hobune.stream
koobas.hobune.stream 
                       
                
                       
			     
			 
                