# XMLib.AM **Repository Path**: lysheng/XMLib.AM ## Basic Information - **Project Name**: XMLib.AM - **Description**: 一个unity动作编辑器 - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 2 - **Created**: 2021-09-10 - **Last Updated**: 2025-06-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # XMLib 动作游戏编辑器 - 逐帧动作编辑 - 逻辑与表现分离 - 动作逻辑实现简单 - 可用于帧同步 - 支持2D与3D ## 依赖 - [XMLib.Common](https://github.com/PxGame/XMLib.Common) - [XMLib.ThirdParty](https://github.com/PxGame/XMLib.ThirdParty) ## 安装方式 1. 克隆本库及其依赖库到工程中使用 2. 如果你是git工程,则可将本库及其依赖库作为子库添加到你的git工程 3. 在 `<工程根目录>/Packages/manifest.json` 文件中添加如下配置,unity即可自动导入本库及其依赖 ```json { "dependencies": { "com.peterxiang.xmlib.thirdparty": "https://github.com/PxGame/XMLib.ThirdParty.git", "com.peterxiang.xmlib.common": "https://github.com/PxGame/XMLib.Common.git", "com.peterxiang.xmlib.am": "https://github.com/PxGame/XMLib.AM.git" } } ``` ## 操作界面 - 数据编辑窗口 ![编辑器界面](./Documentation~/主编辑器.jpg) - 受击框和攻击框编辑工具 ![碰撞体编辑界面](./Documentation~/碰撞体编辑.jpg) ## 技术交流 - 欢迎大家前来交流技术及提出建议 GHS交流群QQ群:1044192401