Search Unity

When the host is moving the other player saw the host in the Middle of the map.

Discussion in 'Multiplayer' started by ARares, Jul 12, 2017.

  1. ARares

    ARares

    Joined:
    Mar 18, 2016
    Posts:
    167
    I made my own code to have a smooth Sync Transform, and i changed something in the code, and now when the host is moved the other player saw him in the middle of the map:

    Untitled-1.png

    Code:
    https://hastebin.com/icocecoleb.cs

    How i can solve that?
     
  2. TwoTen

    TwoTen

    Joined:
    May 25, 2016
    Posts:
    1,168
    Try using the Visual Studio Debugger to find out whats going wrong.
    And you should probably break your classes up a bit.