# 资源类型

> Discover the types of Economy resources you can create.

资源是定义经济系统的游戏内单元。本节将介绍 Economy 系统中的资源类型，以及如何将它们添加到项目中。

| 主题                                      | 描述                      |
| --------------------------------------- | ----------------------- |
| [Economy 中的资源简介](item-types)            | 了解 Economy 中的可用资源。      |
| [向游戏中添加货币](add-currency)                | 创建游戏内货币并添加到应用程序中。       |
| [向游戏中添加背包物品](add-inventory-item)        | 创建并添加游戏内物品供玩家拥有。        |
| [向游戏中添加虚拟购买](add-virtual-purchase)      | 将游戏设置为允许玩家用游戏内货币交换其他资源。 |
| [向游戏中添加真实货币购买](add-real-money-purchase) | 将游戏设置为允许玩家用真实货币交换游戏内资源。 |
| [自定义数据](custom-data)                    | 添加您想要针对任何资源存储的附加信息。     |

## 其他资源##additional-resources

* [货币](./item-types.md#currency)
* [背包物品](./item-types.md#inventory-item)
* [虚拟购买](./item-types.md#virtual-purchase)
* [真实货币购买](./item-types.md#real-money-purchase)
* [应用内购 (IAP) 集成](./item-types.md#in-app-purchase-integration)
