private int nextSceneToLoad;
private void Start()
{
nextSceneToLoad = SceneManager.GetActiveScene().buildIndex + 1;
}
void OnTriggerStay (Collider col)
{
if(Input.GetKeyDown(KeyCode.E))
{
SceneManager.LoadScene(nextSceneToLoad);
}
}
“not working…” huh. Imagine that. I will do my best to mind meld with your computer from here.
1 Like
when i press e its not working
here is the tutorial that i folow
https://www.youtube.com/watch?v=ub82Xb1C8os
I think this joke works better when you can’t see the thumbnail.
Regardless, this seems like a troll thread at this point.
oops wrong video
https://www.youtube.com/watch?v=tjNTfNLUyjU
i follow all tutorials
but there the same
so i need halp plsss
Pointless thread. No information, trolling and wasting time. Closed.