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.
appId 교체 문제
appId가 모두 각자 입력되어있어서 테스트할 때 일괄 변경이 어렵다.
해결
appId 필드로 "OA00679020"로 입력된 appId 일괄 변경 가능하도록 수정
콜백 문제
클래스명과 게임오브젝트명이 달라서 콜백을 받을 수 없는 경우가 발생하는데 이에 대한 설명이 없다.
해결
Start() 메서드에서 초기화할 때 클래스명과 게임오브젝트명을 비교하여 경고하도록 조치