Search Unity

`UnityEngine.GUILayer' does not contain a definition for `TextField'

Discussion in 'Multiplayer' started by caseyboundless, Nov 12, 2012.

  1. caseyboundless

    caseyboundless

    Joined:
    Oct 17, 2011
    Posts:
    590
    solved
     

    Attached Files:

    Last edited: Nov 12, 2012
  2. appels

    appels

    Joined:
    Jun 25, 2010
    Posts:
    2,687
    Wrong thread, this concerns gui more then networking.
    GUILayer does not have a textfield member, it should be GUILayout.
    You should also use the code tags when you post code.