I have all the errors that can be in this program

in every script on the program says
name "U"I does not exist
name "EventSystems" does not exist
name "IPointerClickerHandler" could not be found
name "PointEventData coulno" be found
name "text" could not be found
and more...

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    Hi @Aiden1914,

    Thank you for choosing Photon!

    All these issues are Unity related and not Photon related.
    I think you are using a new Unity 2019 version where you need to add the UI package.
    The errors hint that UnityEngine.UI namespace is missing.
    So I would search on Google or Unity forum.
  • Updating my game to 2020LTS resolved photon issues and errors.


    It appears the 2019 alpha version of unity removed UnityEngine, which PUN is depedant on.

    Updating to 2020LTD re-introduces UnityEngine.UI which resolves the errs.