Answer the question
In order to leave comments, you need to log in
Can you help me solve the problem with the keycode?
Good afternoon. Such a story happened, I wrote a code in order to move the arrow button to the right to another scene, but when I run the code it doesn't work. There are no errors. What to do in such a situation?
void LoadScene()
{
if (Input.GetKeyDown(KeyCode.RightArrow))
{
SceneManager.LoadScene("Scene");
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question