- Home /
 
 
               Question by 
               TheSorm · May 05, 2016 at 10:34 PM · 
                c#networkingnetworkfind  
              
 
              Convas on Network
I have a Covas in my Online Scean in my Network, there are some Textes with scriptes who depent on the local player ... How can i get it to work that the Canvas Ui elements can get the local player ass an reverence ? just this dont work:
 void Start() {
     GameObject.FindGameObjectWithTag("Player").GetComponent<Script>();
 }
 
               It only works on the server Client not on normal Clients...
               Comment
              
 
               
              Your answer