Search Unity

.

Discussion in 'Multiplayer' started by JBoy, Oct 15, 2012.

  1. JBoy

    JBoy

    Joined:
    Aug 29, 2011
    Posts:
    58
    .
     
    Last edited: May 25, 2014
  2. appels

    appels

    Joined:
    Jun 25, 2010
    Posts:
    2,687
    First of all, your problem isn't more important then the others on this forum so don't double post and stop adding 'important' to your post.
    Don't name your script the same as the unity classes. The errors state that it doesn't find the functions which is logic since they are in the class and not in the script.
     
  3. MaarX

    MaarX

    Joined:
    Jul 26, 2012
    Posts:
    39
    Seems like Method.Connect is not found. Are you missing a resource/ not including something?

    in C# you'd type "using UnityEngine", on top of the page, or something.
     
  4. appels

    appels

    Joined:
    Jun 25, 2010
    Posts:
    2,687
    No he isn't missing any resources, he named the file the same as a class. So the engine thinks that the function should be in the file while it's in the class