# 运行模块

> Use different runtime methods to call module endpoints from your game.

调用 Cloud Code 来运行模块终端。

| **主题**                                                       | **描述**                             |
| ------------------------------------------------------------ | ---------------------------------- |
| [从 Unity Runtime 运行](./run-modules/unity-runtime.md)         | 在 Unity 编辑器中从经过身份验证的游戏客户端运行模块。     |
| [使用 Cloud Code API 运行](./run-modules/rest-api.md)            | 调用 Cloud Code API 来运行模块。           |
| [从 Unity 游戏服务器 (Multiplay) 运行](./run-modules/game-server.md) | 从 Unity 游戏服务器 (Multiplay) 调用来运行模块。 |
