Today I developed the feature that goes into the stage when New Game button clicked in the main menu. I'm developing using a toolkit called Unity, but there is a problem which is When the scene is switched, the data from the previous scene is disappearing. Therefore, I've finished develoment using a single-tone pattern of manager class and data storage feature.

  • Game Lobby -> New Game -> Loading -> Stage -> In Game

오늘은 메인메뉴에서 새로운 게임을 클릭했을때 스테이지로 진입하는 기능을 개발했다.
게임로비 -> 새 게임 -> 로딩화면 -> 스테이지 -> 인 게임
유니티라는 개발도구로 개발을 진행중인데 씬이 전환되었을때 이전씬에서 가지고있던 데이터는 사라지게된다.
따라서 데이터를 유지하기위해 싱글톤 패턴의 매니져 클래스와 데이터저장 부분까지 개발을 끝냈다.