naverz / zepeto-script-sample

38 stars 7 forks source link

OnTriggerEnter() PC에서 동작o, 모바일에서 작동x #39

Closed jeejul1010 closed 2 years ago

jeejul1010 commented 2 years ago

안녕하세요 :) OnCollisionEnter()와 Character controller가 Move함수로 움직일 때 충돌 감지 시 사용되는 OnControllerColliderHit() 모두 테스트해보았지만 작동하지 않았습니다. 결국 OnTriggerEnter()로 충돌체크를 처리해줬는데 PC에서는 제대로 동작합니다. 그러나 모바일에서는 OnTriggerEnter()가 동작하지 않더라구요 ㅠㅠ 혹시 도움을 주실 수 있나요?

hyeonjin-jo commented 2 years ago

안녕하세요

혹시 테스트 가능한 프로젝트 압축해서 올려주실 수 있을까요?

jeejul1010 commented 2 years ago

넵 혹시 따로 보낼 수 있는 메일을 알려주실 수 있나요?? 감사합니다 :)

2021년 11월 3일 (수) 오후 6:20, hyeonjin-jo @.***>님이 작성:

안녕하세요

혹시 테스트 가능한 프로젝트 압축해서 올려주실 수 있을까요?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/naverz/zepeto-script-sample/issues/39#issuecomment-958771697, or unsubscribe https://github.com/notifications/unsubscribe-auth/AI4WHUJUXKCKLGPYBIRBIQ3UKD5FLANCNFSM5HILM3EQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

-- hellokitty<3er

hyeonjin-jo commented 2 years ago

hyeonjin.jo@naverz-corp.com 입니다

hyeonjin-jo commented 2 years ago

코드 확인 결과 FindGameObjectWithTag를 사용했을 때 에디터에서만 동작하는 문제를 발견했습니다 다른방식으로 진행 후 모바일환경에서도 OnTriggerEnter가 동작하는 것을 확인했습니다 FindGameObjectWithTag는 이후 수정될 예정이라서 지금은 다른 방식으로 진행부탁드립니다

추가로 ZEPETO.world package 버전을 1.0.3으로 업데이트 후 진행 부탁드립니다

프로젝트 공유 감사합니다

jeejul1010 commented 2 years ago

감사합니다!!😊

2021년 11월 3일 (수) 오후 10:09, hyeonjin-jo @.***>님이 작성:

Closed #39 https://github.com/naverz/zepeto-script-sample/issues/39.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/naverz/zepeto-script-sample/issues/39#event-5561781795, or unsubscribe https://github.com/notifications/unsubscribe-auth/AI4WHUOIWRI7WABLIO5TW2TUKEYBHANCNFSM5HILM3EQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

-- hellokitty<3er