Hi, I have been checking some of the examples, and I have come across where lots of buttons are created on runtime.
I thought the best practice was to not create things on runtime.
example:
If I got an ingame menu options, should I have created the menu when starting the application making it disabled and make it visible when requested, or should I create the different menu options during runtime?
Thanks