- Home /
What's the Best Structure for a UI Menu?
I'm new at c# and Unity. I started learning while creating my first game. After watching lot of tutorials I have doubts about what is the better reliable and clean option for doing a menu system. Should I use classes? an Enum? an Interface? or what?
Comment