Hi,
I have a panel with several canvases and buttons on it. I want to implement a feature: when I click next button I want the whole Panel and canvases to be copied and placed below the current one. Also I want to make it possible to do this operation several times.
How do I dynamically generate UI elements? (and maybe I will need some new Arrays, e.g. state1, state2, etc)
Please help