How to get values from JSON file into C# List to use in Unity?
I'm doing a little exercise to get values from a JSON file and set those values into InputFields of a Unity project. When I read the file all I can get is that the Index is out of range, when…