# XMLib.Core **Repository Path**: peterxiang/XMLib.Core ## Basic Information - **Project Name**: XMLib.Core - **Description**: XMLib 核心库 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 10 - **Forks**: 3 - **Created**: 2020-09-25 - **Last Updated**: 2025-08-19 ## Categories & Tags **Categories**: game-dev **Tags**: None ## README # XMLib 核心库 - 通用游戏逻辑 ## 依赖 - [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.core": "https://github.com/PxGame/XMLib.Core.git", "com.peterxiang.xmlib.common": "https://github.com/PxGame/XMLib.Common.git", "com.peterxiang.xmlib.thirdparty": "https://github.com/PxGame/XMLib.ThirdParty.git", } } ``` ## 技术交流 - 欢迎大家前来交流技术及提出建议 GHS交流群QQ群:1044192401