Hello,
I'm looking for a way to have multiple objects in an arraylist. The idea is to have a GameObject, String and Integer all together in, for example, an array and put that array in a list.
While this is all possible (and I could even make a list in a list, or a custom object in the "parent" list) I haven't found a way to let this show up in the inspector.
Following below is a little code snippet to make myself any more clear.
Does someone know a solution for this problem?
The reason I'm doing this (in case anyone is wondering) is for dynamic level generation (randomly generating prefabs in prefabs on certain points with a certain chance).
public List
- > arrayList;
private List