Search Unity

Select Player

Discussion in 'Scripting' started by lucked, Apr 7, 2011.

  1. lucked

    lucked

    Joined:
    Jul 11, 2010
    Posts:
    111
    How can i make a menu of select Player in a Screne MenuSelect, and instantiate a selected player in other Scene?
    Thanks...:p
     
  2. niosop2

    niosop2

    Joined:
    Jul 23, 2009
    Posts:
    1,059
    Store the selected player in a component of a gameObject that has DontDestroyOnLoad set.