- Home /
Array sub elements setup question
I'm looking to create an array which holds a tonne of inventory items and stores the amounts of each item as an integer as well as other types of data about each item. I have recently seen a post with this image same link here - link text and is exactly what I want to do. What's this technique called? Is there any further documentation on changing element names within your array and how do I achieve the same thing shown in the link? I know how to do basic arrays but I really want to step up to this.
Big Thanks for the assist!
Hey Jamora, thanks I just had to be sure because im not programmer by trade so really just pushing my boundaries as well but I also needed to make sure I wasn't looking in totally the wrong areas. Im actually looking through those now so thanks man.
Answer by Jamora · Jul 22, 2013 at 07:27 PM
Like it says in the answer you gave us, you need to create a custom inspector. You should read up on Extending The Editor and the API for Editor. There is a lot more on the internet if you search.
Your answer
Follow this Question
Related Questions
List of bools assigned to each Gameobject in List/Array 0 Answers
A node in a childnode? 1 Answer
wave list into list or( list into array) 3 Answers
Collections don't work! 1 Answer