Search Unity

Where to put scripts for things like UI

Discussion in 'Multiplayer' started by Zip99, May 9, 2016.

  1. Zip99

    Zip99

    Joined:
    May 9, 2016
    Posts:
    1
    Just started with Unity3d and networking and trying to create non-player in-game menu's using the UI. Wonder if i can have a central empty GameObject were i put the scripts? If so, how do i manage the networking part of the empty GameObject and references to the UI objects.
     
  2. DRRosen3

    DRRosen3

    Joined:
    Jan 30, 2014
    Posts:
    683
    UI elements are unique to the local player (in most cases). They don't need to be networked.