feat(TItle Scen, Store Scen)#23
Open
GaMaius wants to merge 6 commits into
Open
Conversation
Title과 Store 씬을 추가하고 서로 이동할 수 있도록 제작함. 또한 씬을 넘어가는 동안 없어지면 안되는 것들을 DontDestoryOnLoad에 포함시킴
한글 폰트 추가
씬이 변환될 때 Player가 중복 생성되는 것을 방지
Collaborator
Collaborator
|
씬분리나 전역변수 관리는 전체적으로 깔끔하게 되어있어서 좋네요. 다만 EnemInfo가 저번 시간 이후로 scriptableObj를 활용한 방향으로 진행되었으면 좀더 좋았지 싶은 아쉬움이 있습니다. 과제 수고하였습니다. 상술한 이슈 해결하고 말씀해주세용 |
원래 근접 적이었던 Cat을 지운 후 Soldier로 교체 게임에서 나갔을 때 객체들이 그대로 남아있는 버그를 수정
object pool이 아닌 Destroy가 적용되어 있는 코드 수정 <현재 문제점> - 씬 전환시 DontDestroyOnLoad에 인스턴트 할당 방식으로 연결한 참조들이 전부 끊김 -> 참조 방식을 변경할 예정 - 씬 전환과 게임 내 데이터를 각 객체에서 관리함 -> GameManager과 SceneManger를 만들어 하나로 통합할 예정
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

변경점 👍
Title과 Store 씬을 추가하고 서로 이동할 수 있도록 제작함.
또한 씬을 넘어가는 동안 없어지면 안되는 것들을 DontDestoryOnLoad에 포함시킴.
테스트 💻
Title 씬에서 실행시키면 됩니다.
버그 🐞
비고 ✏
게임 문제점