/// <summary>
 /// 清理资源组中资源
 /// </summary>
 /// <param name="groupIndex"></param>
 /// <param name="destroyCache">是否真的卸载资源</param>
 public void Release(int groupIndex, bool destroyCache = true)
 {
     ResourceGroupManager.Release(groupIndex, destroyCache);
 }