# FuXi **Repository Path**: xiaodu1989/FuXi ## Basic Information - **Project Name**: FuXi - **Description**: 简单高效 版本资源 管理工具. - **Primary Language**: C# - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-11-17 - **Last Updated**: 2022-11-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 伏羲 (FuXi) [![License](https://img.shields.io/github/license/mistletoeKANO/fuxi)]([https://github.com/mistletoeKANO/fuxi/blob/master/LICENSE](https://github.com/mistletoeKANO/fuxi/blob/main/LICENSE))[![openupm](https://img.shields.io/npm/v/com.tendo.fuxi?label=openupm®istry_uri=https://package.openupm.com)](https://openupm.cn/packages/com.tendo.fuxi/) ### **版本资源 管理 工具** ## 功能 1.操作简单易上手, 单配置文件, 可添加多个配置 管理不同平台, 方便管理 2.一键 打包, 自动分析冗余 3.支持 分包, 配置方便, 分包下载方便 4.支持 同步 异步加载资源 5.内置 加密, 另提供 加密拓展接口 6.支持全量更新 和 分包更新, 多线程下载, 断点续传, 支持边玩边下载 7.支持 资源 引用 动态 分析 ## 配置截图 1.项目资源配置, 热更 动态加载 资源列表 ![asset](https://user-images.githubusercontent.com/33541704/173237430-d204dbb2-2ff6-441b-b28b-126b09cf3ce5.png) 2.分包配置, 分包下载 每个 分包 包含的资源列表 ![package](https://user-images.githubusercontent.com/33541704/173237445-e6782f72-926e-4f22-b5fc-c6271f25099f.png) 3.设置, 配置 内置 包, 打包 加密 相关配置 ![setting](https://user-images.githubusercontent.com/33541704/173237455-789474a5-58a4-40b7-af7e-7df389052b35.png) ## 资源引用动态分析工具 截图 1. Bundle引用分析截图 ![Bundle引用分析](https://user-images.githubusercontent.com/33541704/175015909-124be746-de0c-4da0-9ba9-a9f1dcb6f0e5.png) 2. Asset引用分析截图 ![Asset引用分析](https://user-images.githubusercontent.com/33541704/175016039-cfa83c2a-4e2f-4b4f-aaf3-64121d0e31be.png) ## 注意事项 1.加密方式为 XOR 时,不支持内置Bundle文件到安装包内, 主要是XOR加密方式需以文件流形式读取解密, StreamingAssets文件夹 不支持相关操作! 如需 XOR 加密, Bundle 文件需先下载 后使用. 2.异步加载资源才支持边玩边下载, XOR 加密 情况下 需要 异步加载, 从服务器 下载到 读写区 进行解密加载(因此首包不应包含额外资产, 否则使用 OFFSET 加密资源). ## 其它 快速开始: [StartUp](https://github.com/mistletoeKANO/fuxi/blob/main/StartUp.md) 示例工程: [FuXi_Example](https://github.com/mistletoeKANO/fuxi-example) QQ讨论群: 613889898