Search Unity

network view not working

Discussion in 'Multiplayer' started by llavigne, Aug 6, 2008.

  1. llavigne

    llavigne

    Joined:
    Dec 27, 2007
    Posts:
    977
    I added a network view to a prefab (select prefab, component > miscelaneous > network view) and now I'm getting errors

    ::

    View ID SceneID: 85 Level Prefix: 1 not found during lookup. Strange behaviour may occur

    Received state update for view id' SceneID: 84 Level Prefix: 1' but the NetworkView doesn't exist

    Note that when instanced, the prefabs networkviews do have an id, not when playing in network...
     
  2. jkalkhof

    jkalkhof

    Joined:
    Sep 16, 2008
    Posts:
    26
    I ran into the same problem, but I was trying to communicate between two separate game objects on a client and server. When I combined the scripts into a single game object on the client and server, it went away.

    hope that helps...