Unity uses the Photon PUN2 framework to quickly realize the sharing of multiplayer online game instances

Introduction

Photon is a general-purpose ScoketServer package software, which can be used for multiplayer online games, chat rooms, lobby games, and supports Windows, Unity3D, iOS, Android, Flash and other platforms. Photon consists of two parts, one is the Socket server, the other is the SDK written for each platform, and the SDK corresponding to the Unity3D platform is Photon Unity Networking (PUN)

resources needed

Photon URL:
https://www.photonengine.com/zh-CN/Photon
PHOTON Photon Engine Photon Cloud China Region Free Application Form
https://vibrantlink.com/chinacloudapply/
PUN2 Resources
https://assetstore.unity.com/ packages/tools/network/pun-2-free-119922
use documentation
https://doc.photonengine.com/zh-cn/pun/current/getting-started/pun-intro

Create a PUN cloud server

在 https://dashboard.photonengi

Guess you like

Origin blog.csdn.net/qq_36303853/article/details/129902008
Recommended