중간에 result 로그 안 뜨는 사람들
257
0
바닥이랑 박스에 닿을 때 로그 안 뜨시는 분들
if(result.other.rigidbody){
console.log('result', result);
}
이 부분에서 if문 걷어내면 로그 잘 뜨네요
답변 0
257
바닥이랑 박스에 닿을 때 로그 안 뜨시는 분들
if(result.other.rigidbody){
console.log('result', result);
}
이 부분에서 if문 걷어내면 로그 잘 뜨네요
답변 0