Anyone know where I can find good information on how to use stacks with unity?
It seems there is hardly any information on stacks, and applying that to unity. I have a working stack script just need some good info to read, watch, and learn with, so that I can tweak it. It pushes a panel like I want, but when it pops it destroys all the panels. I found one video that was in English which is where I got the script but I would like more information to be able to adjust it so that I know which panel is active and disable others.
Follow this Question
Related Questions
Using downloaded image as UI Image's source image? 1 Answer
ObjectReference Not set to an instance of an object 1 Answer
Best way to simplify this code 1 Answer
All transform.position has the same value in the Start method 0 Answers
Move UI panel on and off screen, scripted without animation 0 Answers