Search Unity

Third Party I cant seem to change the non masterclients bounds and how can i fix it (photon Pun2)

Discussion in 'Multiplayer' started by LittleTimmy52, Aug 27, 2022.

  1. LittleTimmy52

    LittleTimmy52

    Joined:
    Jan 10, 2022
    Posts:
    18
    I have an rpc called RPC_ChangeBounds, everytime the host hits start or lobby they call the rpc, my problem is that the other clients bounds dont change, the debug i put in the rpc itself says the x and z bound are 50 but the bounds somehow are still 25 which is proven when i try to go past -25 or 25 on the x or z and it dosent let me and the debug there says its 25, I am truley stuck and cant find the cause. any and all help is appreceated.

    my code: http://pastie.org/p/3h6zTMj6ctVpJnqSIyrkTl
     
  2. LittleTimmy52

    LittleTimmy52

    Joined:
    Jan 10, 2022
    Posts:
    18
    i forgot to mension that with the execption of in one function and the rpc, i have no other places that the bounds get set and yes ive tried taking out the part where they get set in the one function and it had no effect
     
  3. LittleTimmy52

    LittleTimmy52

    Joined:
    Jan 10, 2022
    Posts:
    18