PlayerPrefs.DeleteAll();
Resources.UnloadUnusedAssets();
System.GC.Collect();
System.Diagnostics.Process.GetCurrentProcess().Kill();
Application.Quit() ;
System.Environment.Exit(0);
- 先列出来,需要研究,
本文共 235 字,大约阅读时间需要 1 分钟。
PlayerPrefs.DeleteAll();
Resources.UnloadUnusedAssets();
System.GC.Collect();
System.Diagnostics.Process.GetCurrentProcess().Kill();
Application.Quit() ;
System.Environment.Exit(0);
转载于:https://blog.51cto.com/9327689/1571595