Search Unity

Client does not send info to server

Discussion in 'Multiplayer' started by UFODriverr, Nov 15, 2015.

  1. UFODriverr

    UFODriverr

    Joined:
    Nov 20, 2014
    Posts:
    21
    Its simple pong game. 45.JPG
    https://www.dropbox.com/s/x242wvya0cngkhi/Pong.rar?dl=0 (its project)
    Blue one its host, orange one its client.
    Ball/Orange/Blue hase:
    Network identity (Blue/Orange with local authority)
    Network transform
    Blue/Orange both have simple mouse control script. (ofc its network behavior and so on (u can see it if u will download project))

    Server send info about ball x,y and blue x,y but dont recieve info about orange x,y
    Help me to solve this problem pls.