ご留意ください:Photon TrueSyncとThunderの開発は停止されており、今後はアップデートもパリリースされません。既存のアプリケーションへの影響はありませんが、現在開発中のアプリケーションについてはマイグレーションを推奨しています。

Introduction

Photon Thunder is a replacement port of Unity's UNet HLAPI to use Photon infra structure, with complete support for all features of UNet's matchmaking API, also adding custom features from Photon.

For communication, Photon Thunder features cross-platform STUN-based NAT punchthrough, keeping the reliable Photon relay as a fallback option.

Except for a few optional features of the matchmaking systems, Photon Thunder has the same API as Unity's UNet HLAPI, so porting an existing multiplayer game to it should be a matter of changing a couple of scripts and menu prefabs.

Quick Comparison of Thunder and UNet

  Thunder UNet
Matchmaking
Basic Matchmaking Yes Yes
Back to top