Errors in PUN lastest version (2.29)

Options
Hi,
In order to fix other issues I was having with PUN I decide to upgrade to the lastest version of PUN (2.29), my old errors fixed; nonetheless I found 2 errors in the Photon own scripts.

They both are about 2 methods that do not exist, SetOwnerInternal and SetControllerInternal (so I commented they out):

https://imgur.com/a/RiYbbU3

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    edited April 2021
    Options
    Hi @ChichoRD,

    This is probably because you updated PUN2 and did not clean up Simple or did not update it.

    Simple is no longer included in PUN2 package.
    You need to download it and import it separately on top of PUN2.
    Read more here.

    If you don't use or need Simple, remove "Assets\Photon\PhotonUtilities" and "Assets\Photon\Simple" folders.
  • MikoriGames
    Options
    ok, it works, thank you