PhotonNetwork.ConnectUsingSettings ("0.1") - the request feature is not implemented

Options
Hi,
I am new to networking i followed the this tutorial for creating a lobby in my scene, but when i create call the "PhotonNetwork.ConnectUsingSettings" function i am getting a error message like "the request feature is not implemented".

Can someone please help me to fix this issue?

Thanks.

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Hi @Sivamurugan,

    Thank you for choosing Photon!

    You are probably using PUN2 and watching a tutorial about PUN1/PUN Classic.
    Either use PUN1 or apply changes from PUN1 to PUN2.

    PhotonNetwork.ConnectUsingSettings() in PUN2 does not take any argument.