0.3.0
- Added some null path call intercept handling for FMod to address some issues with the FMod plugin
- Breaking Change: Removed the
RunSidecardesign, which has been completely replaced byRunSavedData - Added the ability to register
TargetTypes, to support customTargetTyperegistration - The primary target version has been changed to 0.106.0, and 0.104.0 compatibility support has been removed
- The loading target detection mechanism of the Loader has been strengthened, and now the hash verification will be used for branch version files, and the version that does not match will be discarded directly
- 对 FMod 的空路径调用进行了一定拦截处理,以解决 FMod 插件对此存在的一些问题
- 破坏性变更: 删除了
RunSidecar的相关设计,该系统已被RunSavedData完全取代 - 添加了
TargetType的注册能力,以支持自定义TargetType的注册 - 主要目标版本已更改为 0.106.0,并删除了 0.104.0 的兼容性支持
- 强化了 Loader 的加载目标检测机制,现在会对分支版本文件使用哈希校验,未匹配的版本将直接被丢弃
Full Changelog: v0.2.40...v0.3.0