Skip to content

Releases: GameFrameX/com.gameframex.unity.tuyoogame.yooasset

2.9.4

Choose a tag to compare

@github-actions github-actions released this 07 Jun 08:39

2.9.4 (2026-06-07)

Bug Fixes

  • 统一 LICENSE.md 为 Apache 2.0 标准完整文本 (e253b66)
  • 补全包规范文件(LICENSE/CHANGELOG/URL 字段/unity 字段) (db7e0cc)

2.9.3

Choose a tag to compare

@github-actions github-actions released this 02 Jun 13:04

2.9.3 (2026-06-02)

Bug Fixes

  • buffer: 移除 Conditional("DEBUG") 使边界检查始终生效 (5bca514)
  • cache: 写入缓存前确保目录存在、失败时回滚并精确删除文件 (1d5d2bf)
  • debugger: 未知远程命令改为警告日志而非抛异常 (757c4dc)
  • download: FileStream 打开失败时清理并重抛异常 (b55ba75)
  • download: UNITY_IPHONE 改为 UNITY_IOS (d545b8a)
  • download: WebRequestCounter 添加线程安全锁 (532ee51)
  • download: 合并下载器前检查对方运行状态 (d14d78e)
  • download: 防止进度计算除零 (8a7f293)
  • driver: 修正拼写错误 LastestUpdateFrame → LatestUpdateFrame (9b092e8)
  • driver: 移除 OnApplicationQuit 的 UNITY_EDITOR 条件编译 (2ef2044)
  • filesystem: 文件验证异常时输出警告日志 (791bda8)
  • operation: 防止 IsBusy 在 _watch 未初始化时空引用 (ab7fb15)
  • package: 防御性检查改为始终生效并清理失败遗留 (36ceb1b)
  • params: 使用索引器替代 Dictionary.Add 防止重复 key 异常 (ff39413)
  • utility: 修复 ThreadStatic 字段初始化问题 (354ed84)
  • webfs: 移除遗留 Debug.LogError 调试输出 (99b6f39)

Performance Improvements

  • report: 构建报告查找改用字典索引 (2fcf0b4)

2.9.2

Choose a tag to compare

@github-actions github-actions released this 28 May 06:57

2.9.2 (2026-05-28)

Bug Fixes

  • ci: 统一 .github 工作流配置 (7d13f4a)

2.9.1

Choose a tag to compare

@github-actions github-actions released this 16 May 09:41

2.9.1 (2026-05-16)

Bug Fixes

  • PlayModeHelper: 支持从所有已加载程序集中搜索文件系统类类型 (7dce4b4)

2.9.0

Choose a tag to compare

@github-actions github-actions released this 10 Apr 11:47

2.9.0 (2026-04-10)

Bug Fixes

  • DefaultBuildinFileSystem: 未找到内置目录文件时操作视为成功 (88ee8c3)
  • FileSystem: 当StreamingAssets根目录不存在时跳过生成目录 (4a23518)
  • 在编辑器环境下禁用KSWASM预加载并调整文件缓存路径 (bb7414f)

Features

  • filesystem: 新增快手小游戏文件系统支持 (b6361ab)
  • 新增快手文件系统相关元数据文件 (993489c)
  • 添加快手和抖音小游戏平台支持 (376b571)

2.8.1

Choose a tag to compare

@github-actions github-actions released this 31 Mar 04:48

2.8.1 (2026-03-31)

Bug Fixes

  • 编译条件: 将微信小游戏条件编译符号从WECHAT_MINI_GAME改为ENABLE_WECHAT_MINI_GAME (22ce828)

2.8.0

Choose a tag to compare

@github-actions github-actions released this 29 Mar 07:56

2.8.0 (2026-03-29)

Features

  • 文件系统: 添加抖音小游戏配置处理器 (7930af8)

2.7.0

Choose a tag to compare

@github-actions github-actions released this 27 Mar 07:05

2.7.0 (2026-03-27)

Features

  • 微信小程序: 添加 WeChatConfigHandler 以优化预加载性能 (829c732)

2.6.0

Choose a tag to compare

@github-actions github-actions released this 25 Mar 06:31

2.6.0 (2026-03-25)

Features

  • FGUI: FGUI的打包规则 (d44f300)

2.5.1

Choose a tag to compare

@github-actions github-actions released this 16 Mar 06:44

2.5.1 (2026-03-16)

Bug Fixes

  • OperationSystem: 将 GetPackageName 方法从 internal 改为 public (9ddcdf7)