I read official GUI gide and i am not understand how to use it, what i need to do for see this, and can i combinate GUI and collections and how.
You might want to watch this video to get started on GUI and the programming of GUI. Although the video shows Editor 1, almost all of it is applicable for the Editor 2.
1 Like
Here’s a few examples:
- publicexamples/examples/menu_and_game at master · britzl/publicexamples · GitHub
- Button (There are more examples in the Examples page)
- Main menu animation sample
- HUD code sample
3 Likes
thank you @britzl