I installed PUN 2 in Unity 2019.3.2f1 first and then Photon Chat but I get this error:

Options
Assets/Photon/PhotonChat/Demos/DemoChat/ChatGui.cs(132,32): error CS0029: Cannot implicitly convert type 'Photon.Realtime.AppSettings' to 'ChatSettings'

I have tried casting but this does not seem to work.

How can I fixed this?

Answers

  • JiNNu
    Options

    I also get this error in Unity 2020.3. Do you already know how to fix this?