- Home /
How can I connect a set of variables to a unique identifier?
Say I generate a unique identifier of 1A. How can I access the string "name" attached to that unique identifier? I want to be able to somehow pass in my UID, and be able to see all of the variables for that particular UID. But if I passed in 2A instead, then I would be accessing the string "name" for 2A instead of for 1A. I'm pretty sure I'm not explaining this very well so if there is something I could add that would help please let me know. I've been trying to figure this out all day and just forming the question of what I want to know is challenging for some reason. Many thanks in advance (:
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Distribute terrain in zones 3 Answers
object assigns but does not show when added to list, or any other var 0 Answers
comparing variables of gameobjects in an array 2 Answers
Creating a custom inspector utilizing a list of class instances with serialization? 1 Answer