File size: 1,869 Bytes
b3eeb47
 
 
 
 
 
 
 
 
 
 
 
 
 
 
71cdf33
b3eeb47
71cdf33
b3eeb47
71cdf33
c5fc765
22fa6db
 
78f8923
22fa6db
 
78f8923
71cdf33
b3eeb47
c5fc765
71cdf33
b3eeb47
78f8923
 
b3eeb47
78f8923
71cdf33
b3eeb47
 
71cdf33
b3eeb47
4820f26
71cdf33
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4820f26
 
 
71cdf33
b3eeb47
71cdf33
 
b3eeb47
 
71cdf33
 
 
 
b3eeb47
 
 
 
71cdf33
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
---
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)