ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Here is a summary of Photon plugin official thread before page 54:
2
3
-Common:
4
Photon Plugin download and 3rd party tutorial links.https://ppt.cc/fOB8Ux
5
No official tutorial for photon plugin except the demo capx currently.https://ppt.cc/fq8Rsx
6
Photon plugin supports minifying export.https://ppt.cc/ftPxpx
7
Photon plugin works on cordova and NW.js.https://ppt.cc/fOzwVx
8
Photon plugin can run on Scirra Arcade or Kongregate with wss checked.https://ppt.cc/fvNLrx
9
Difference between realtime server and chat server.https://ppt.cc/fSd1qx
10
MMO concepthttps://ppt.cc/fUbxLx
11
12
-How to
13
Subscribe Interest grouphttps://ppt.cc/fwp62x
14
On property changehttps://ppt.cc/fzwopx
15
Set room properties visible on room list.https://ppt.cc/fzK9Cx
16
FindFriendhttps://ppt.cc/fs7f7x
17
Custom Authenticationhttps://ppt.cc/f3rFix
18
Room properties and player propertieshttps://ppt.cc/fiVi5x
19
Set regionhttps://ppt.cc/fXbDBx
20
Get "On actor leave" as soon as player disconnects.(suspended player live time=0)https://ppt.cc/f21hFx
21
Get Roomlisthttps://ppt.cc/fHvtLx
22
You can't create room while joined to a room.https://ppt.cc/fDwE0x
23
Get room name and room properties.https://ppt.cc/f3hhGx
24
RoomPlayerCount(lobby only) vs ActorCounthttps://ppt.cc/fFIfyx
25
Platformer tips.https://ppt.cc/fKYNvx
26
Bullet sync.https://ppt.cc/fLNmsx
27
Match making by properties.https://ppt.cc/fiVNLx
28
29
-Debug
30
Use "On Error" to handle errors other than "onJoinRandomRoomNoMatchFound"https://ppt.cc/f4evux
31
32
-Connection
33
Speed comparison between UDP(MP) and Websocket(Photon JS SDK).https://ppt.cc/fPFD3x
34
The default ports for Photon: 9090,9091,9093 for ws, 19090, 19091, 19093 for wss
https://ppt.cc/frJIox
35
When clients connects to a game server, it disconnects from master server.https://ppt.cc/fLeXMx
36
37
-LagCompensation
38
Photon.time(or any lag compensation feature) is not available in Photon plugin.https://ppt.cc/f0rXZx
39
Measure ping by sending message.https://ppt.cc/flRNWx
40
41
-Photon Self Hosted Server requirements
42
Environment: https://ppt.cc/fMSaUx
43
Windows Server 2012 R2 x64 or Windows Server 2016 x64
Microsoft .NET Framework 4.5
44
Hardware:https://ppt.cc/feHmDx
45
Quad core CPU (e.g. Intel Xeon E3-1270 v3, 3.5GHz).
46
8 GB RAM.
47
1 GBps NIC / uplink port speed.
48
Photon can handle 2000 - 3000 CCU per server in a standard configuration
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100