Search Unity

Does NetworkServer.FindLocalObject use bandwidth?

Discussion in 'Multiplayer' started by IAMBATMAN, Aug 28, 2016.

  1. IAMBATMAN

    IAMBATMAN

    Joined:
    Aug 14, 2015
    Posts:
    272
    Does it? I'm wondering because I use this method along with ClientScene.FindLocalObject in Update, is that a good idea?
     
  2. moco2k

    moco2k

    Joined:
    Apr 29, 2015
    Posts:
    294
    No, it does not use bandwidth, it just fetches a dictionary value. You can see how it works by taking a look at the NetworkScene source.