Scene 이동 방법
#1189
Replies: 1 comment
-
에러메시지가 어떻게 나오는 지 알 수 있을까요?? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
오브젝트랑 플레이어가 충돌이 일어나면 씬을 이동시키고 싶은데 뜻대로 되지 않네요.. 뭐가 문제인지도 잘 모르겠구요
import { Collider } from 'UnityEngine';
import { SceneManager } from 'UnityEngine.SceneManagement';
import { ZepetoCharacter, ZepetoPlayers } from 'ZEPETO.Character.Controller';
import { ZepetoScriptBehaviour } from 'ZEPETO.Script'
export default class Item extends ZepetoScriptBehaviour {
}
Beta Was this translation helpful? Give feedback.
All reactions