I'm making a multi-player game. my game allow player to get into same lobby and same room. also it does instantiate playerObj. but the problem is RPC or OnPhotonSerializeView is not calling
I putted 'Debug.Log()' function to check if it does calling these two functions by any chance... and it turn out to be it is not calling at all. I don't know what i did wrong, or what is wrong with photon. because my code is working fine with other simpler proj. so it is not spelling error or something.
any help will be helpful thank you