Hey!
I'm working on an online game using Photon right now and have small problem.
How can I prevent someone using an older version of my game to join the server? Right now I just set the lobby name to the current version, so that you can only play with people from the current version. What I want to do is, to:
1. Tell the player, that his version is outdated. (Maybe send the newsest version number via AJAX? I didn't get it to work though)
2. Prevent players from older version to join the game severs.
Thanks in advance!