I need to make a menu that will often change. It is necessary that information on the number of buttons and image buttons stored on the server. And with certain actions in the application, these buttons should be loaded and displayed in the menu. Please tell me how it can be implemented.
Your question involves both networking and dynamically creating a UI. That’s too big for anyone to help with a simple forum post. How about narrow it down to something specific? What you’ve asked for would be at least a couple hour tutorial. As it is I’d start with tutorials for both unity’s UI and whatever networking system you want to try.
I made a menu on this lesson:
https://www.youtube.com/watch?v=TAJCr3_kfEc
Now I need to make that information is loaded from the server.