Photon not calling RPC nor OnPhotonSerializeView

Options
Hello, I'm trying to make a multi player game with photon.
my game allow player to join to same room and it is instantiating playerObj.
but the problem is it is not calling any RPC nor OnPhotonSerializeView.
the code seems working fine, i checked with my other project. and it was working correctly.
I used Debug.Log to check if it is calling by any chance, but it seems like it is not calling those two functions at all..

I don't know why, and how to fix it.
any help will be great thank you :D

Comments

  • N1warhead
    Options
    You're not the only one with these issues.

    Every single RPC (but dealing player damage) just point blank - DO NOT WORK.