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

클래스명, 게임오브젝트명 예외처리 및 appId 추가 #11

Open
wants to merge 1 commit into
base: unity_sample
Choose a base branch
from

Conversation

totuworld
Copy link

appId 교체 문제

appId가 모두 각자 입력되어있어서 테스트할 때 일괄 변경이 어렵다.

해결

appId 필드로 "OA00679020"로 입력된 appId 일괄 변경 가능하도록 수정

콜백 문제

클래스명과 게임오브젝트명이 달라서 콜백을 받을 수 없는 경우가 발생하는데 이에 대한 설명이 없다.

해결

Start() 메서드에서 초기화할 때 클래스명과 게임오브젝트명을 비교하여 경고하도록 조치

* appId 필드로 "OA00679020"로 입력된 appId 일괄 변경 가능하도록 수정
* 클래스명과 게임오브젝트명이 달라서 콜백을 받을 수 없는 문제를 미리 경고하도록 예외처리
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.

1 participant