[Unity3D]程序退出进程及资源问题
PlayerPrefs.DeleteAll();
Resources.UnloadUnusedAssets();
System.GC.Collect();
System.Diagnostics.Process.GetCurrentProcess().Kill();
Application.Quit() ;
System.Environment.Exit(0);
先列出来,需要研究,声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。