Home

Awesome

Unity Drones Multiplayer

这是一个简单的多人游戏示例,演示了如何通过 TinyRPC 完成一个可以互相看到对方操控无人机的简单多人游戏。

A sample project to use TinyRPC between client and server to allow multiplayer support for Unity by enabling multiple users to connect and control a drone while watching other players interact with their own drones.

Preview

Execution on Windows

You can also execute the server by opening Scenes/server in unity and pressing Play.

  1. 你可以按上面描述的步骤分别打出2个包来体验

  2. 你可以通过 ParrelSync 克隆出2个工程,全都开起来,2个做客户端,一个做服务端,这样就可以直接在编辑器中联调啦!

无人机操作:

WASD 控制前后左右平移

IKJL控制上升下降左右转弯

# Resources

MIT License