How to add the Photon console to your game?

How to add the Photon console to your game? I open Photon Server Settings, but I don't see the Console tab there. What should I do?

Answers

  • I actually can't find this either. Apparently there is a program you can download on their website but I actually can't find it either. Abandoned feature? I guess all you can do for now is go into your Photon Server Settings in your resources and change Network Logging from ERROR to ALL. Let me know if you find anything.

  • There is no specific console for Photon. You just control how much it will log to the Unity console / logfile.

    This can be done with the PhotonServerSettings log level and the SupportLogger (there adds even more debugging info if needs be.

    Unity's Console panel can be opened with this shortcut: Ctrl/Cmd+Shift+C

    I strongly suggest to disable the "group" feature of that console, as it obscures more than it helps find entries.