Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HW5 #31

Open
wants to merge 3 commits into
base: JangDaeKyu2
Choose a base branch
from
Open

HW5 #31

wants to merge 3 commits into from

Conversation

jdkyu44
Copy link

@jdkyu44 jdkyu44 commented Nov 23, 2024

로비, 상점 구현
상점 업그레이드 구현
무기 업그레이드 추가

featfeat
Copy link

@Gimlocal Gimlocal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PlayerPrefs을 이용한 데이터 저장 및 불러오기, 버튼을 이용한 상점 시스템 등 잘 구현하셨네요. 좋습니다.
5주차 과제도 고생하셨습니다~

PlayerCollision playerCollision = player.GetComponent<PlayerCollision>();
playerCollision.TakeDamage(1);
Destroy(gameObject);
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

collision.gameObject가 player을 의미하고 있어서 굳이 player선언하고 Start에서 참조 안하셔도 될듯 합니다.

@hwanginseop
Copy link

코멘트 확인 수정 하고 코멘트 달아주시면 merge하겠습니다~

수정
@jdkyu44
Copy link
Author

jdkyu44 commented Nov 30, 2024

수정하였습니다.

HW6
@jdkyu44
Copy link
Author

jdkyu44 commented Dec 1, 2024

  1. enemy mob을 object pool로 spawn하도록 구현
  2. 상점을 거치지 않으면 플레이가 불가능한 버그 수정(근데 상점을 갔다 오면 플레이 버튼이 안눌리는 버그 발생..)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants