예제 #1
0
 private void Start()
 {
     gameData        = GetComponent <wwwFormGameData>();
     commandExecuter = FindObjectOfType <CommandExecuter>();
     levelName       = SceneManager.GetActiveScene().name.Replace(" ", "/"); // Get the name of the scene and replace the space with a /
     level.text      = levelName;
 }