Hey guys i am kind of new to unity and i made a 3d game i want some improvements in it
i made a scene like a menu with the new UI with buttons
but the buttons doesnt work
it doesnt see the function function StartGame (){ Application.LoadLevel("LevelName"); }
when i go to the button in the component OnClick
By the way i can use C# and Java so tell me the problem
it doesnt recognize the function
Please Help
yes it is public class
– KIMO2138