Client Version not working

Options
Hello,

So, I have this problem with PUN where I set the GameVersion but it dosen't work, I have 2 clients, one with version "v0.35" and one with "v0.36" and they still connecting to the same room.

Code:
PhotonNetwork.NickName = nickName;
PhotonNetwork.GameVersion = Application.version;
PhotonNetwork.ConnectUsingSettings();

Application .version is returning the right value.

Comments