Skip to content

1.3.7

Compare
Choose a tag to compare
@gmhevinci gmhevinci released this 26 Nov 10:18
· 407 commits to main since this release

全新的太空战机Demo !

Fixed

  • (#45)修复了package列表更新触发的异常。

Added

  • 新增了YooAssets.Destroy()资源系统销毁方法。

    /// <summary>
    /// 销毁资源系统
    /// </summary>
    public static void Destroy();

Changed

  • 优化了资源收集规则,原生文件打包名称现在已经包含文件后缀名。
  • 优化了资源收集规则,非原生文件收集器自动移除Unity无法识别的文件。
  • 优化了调试信息窗口,列表元素的加载状态显示为文本。