[Unity][C#] Use Dictionary to Store Key-Value Data
In Unity/C#, it is quite convenient to use Dictionary to store data, because the storage method of the dictionary is key-value correspondence, a key corresponds to a single value.
Read More »[Unity][C#] Use Dictionary to Store Key-Value Data