Building a simple online game server for Unity

后端 未结 2 1033
悲哀的现实
悲哀的现实 2021-02-02 04:21

I\'m trying to build an online game server for my Tank game 2D (Unity). In my game there will be 2-4 players control their tanks and fight each other.

  • I\'ve trie

2条回答
  •  误落风尘
    2021-02-02 04:32

    There is an asset on the asset store called Photon that is an authoritative server. It is free too for non mobile devices. This will handle the first part of your question for sure.

    This great Tutorial will help.

提交回复
热议问题