| --- |
| license: mit |
| tags: |
| - unreal-engine |
| - ue5 |
| - game-assets |
| - robotics |
| - multi-agent |
| - simulation |
| size_categories: |
| - 1G<n<10G |
| --- |
| |
| # MultiAgent UE5 Content |
|
|
| [MultiAgent-Unreal](https://github.com/WindyLab/MultiAgent-Unreal) 项目的配套 UE5 资产库。 |
|
|
| ### 快速克隆 |
|
|
| ```bash |
| #### 安装 Git LFS #### |
| ## Mac 系统 |
| brew install git-lfs |
| git lfs install |
| |
| ## Linux 系统 |
| sudo apt-get install git-lfs |
| git lfs install |
| |
| #### 克隆到项目目录 #### |
| cd unreal_project |
| |
| ## 有🪜 |
| git clone https://huggingface.co/datasets/WindyLab/MultiAgent-Content Content |
| |
| ## 中国用户 |
| git clone https://hf-mirror.com/datasets/WindyLab/MultiAgent-Content Content |
| ``` |
|
|
| ## 📂 目录结构 |
|
|
| ``` |
| Content/ |
| ├── Agent/ # 智能体配置 |
| ├── Characters/ # 角色模型/动画 |
| ├── Map/ # 仿真场景 |
| │ ├── Downtown/ # 现代市中心 |
| │ ├── Hong_Kong_Street/ # 香港街道 |
| │ ├── SimpleCity/ # 简单城市 |
| │ ├── Spruce_Forest/ # 森林场景 |
| │ └── Warehouse/ # 仓库 |
| ├── Robot/ # 机器人模型 |
| │ ├── dji_inspire2/ # 御 2 |
| │ ├── go1/ # 宇树 Go1 |
| │ ├── ugv1/ # 无人车 |
| │ └── ... |
| ├── Materials/ # 共享材质 |
| └── ... |
| ``` |
|
|
| ## 🤝 贡献指南 |
|
|
| 1. **更新资产**:在 UE5 编辑器中修改并保存。 |
| 2. **提交更改**: |
|
|
| ```bash |
| cd unreal_project/Content |
| git add . |
| git commit -m "feat: 添加新模型" |
| git push |
| ``` |
|
|
| ## 🔗 相关链接 |
|
|
| - **主项目**: [GitHub - MultiAgent-Unreal](https://github.com/WindyLab/MultiAgent-Unreal) |
| - **文档**: [Project Documentation](https://github.com/WindyLab/MultiAgent-Unreal/tree/main/doc) |
| - **问题反馈**: [Issues](https://github.com/WindyLab/MultiAgent-Unreal/issues) |
|
|