Open Rebedalm16 opened 9 years ago
There is no action done when the play button is clicked. This code has to be implemented to the button in order to work: public void LoadScene(int level) {
Application.LoadLevel(level);
}
}
Also In the button functionalities found in the unity editor the scene number found from the build settings has to be inputted so that the right scene will be opened.
Link to correct code that will make the button work. https://github.com/Rebedalm16/stackhigh/commit/033e193aae47fb412c65ad13132d3b7be14313a6
When I click the play button nothing happens