'UnityEngine.RPC' is Obsolete.

Options
Hey guys I'm getting 18 warnings about UnityEngine.RPC is Obsolete and to 'Refere to the new networking system'.

Are these issues or can I just keep doing what I'm doing and will still work?
They are just warnings, but nevertheless they are warnings.

Comments

  • N1warhead
    Options
    This is for Unity 5.1.0
  • Blocker226
    Options
    Just keep going. It's a error caused by Unity 5.1's new networking, which Photon is not yet updated for. But it's not causing problems, at least on my side.
  • Tobias
    Options
    It's a warning that the RPC attribute will be removed in some newer version. When it's gone, we can re-implement it and everything will work as before.
    In the mean time, please just ignore this warning. That's better than having to change all code to another attribute.
  • N1warhead
    Options
    Hah thanks guys! I figured it wasn't nothing that bad, but just wasn't sure y'all knew about it.