Unity 2020 upgrade issue

Options
I've setup pun with unity 2019. And I've just upgraded my unity in order to use new unity ui builder. But pun2 is not working. It looks it doesn't even connect to the photon servers. Here's my log:

https://ibb.co/TYwCzKF

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Hi @127STUDIOGAMES,

    Thank you for choosing Photon!

    The logs show that the client is successfully connected to master server.
    So it looks like it's working fine.
  • Hi @JohnTube,

    Fixed the issue. Unity UI was required to run OnEnable method. In order to run photon I have to write base.OnEnable()