- Home /
from list of entries, select and add to scene beneath previous
I'm new to scripting and such, i've been scouring google and I can't seem to find an answer or road to the answer that I understand. What it seems like I want to use is a list of pre-defined gameObjects, and have it displayed onto the canvas somehow.
Example of what I want to do:
Press 'add member button'
overlay with list of selectable characters displays
find in that list desired character, select it.
overlay goes away and the entry is now displayed on the left of scene in panel using predefined size
repeat previous steps, and have 2nd and subsequent characters be placed beneath the previous.
Examples of what I mean in shotty paint mock-up:
Answer by LokiTricksterGod · Mar 31, 2015 at 04:26 PM
1st part of the equation figured out via this video. it may have the second half as well, but im only about 2/3rds of the way through video. http://unity3d.com/learn...
Your answer
Follow this Question
Related Questions
A node in a childnode? 1 Answer
How to initialize lists with set number of null elements? 1 Answer
Why is my list not adding? 1 Answer
How to find all similar elements in a list? 1 Answer
Adding item to list error? 2 Answers