I need to have the name of the object and a certain amount of information about it in the form of a number, I need to do this with the help of a dictionary, i.e. take by key its name and by value this number, or better by two lists where the scheme is the same, but you will need to implement a simple search.
What to choose, a dictionary (I don’t know if it is serialized using JsonUtility) or lists?