So i want to make an item database which reads from a text file. The text file will have the first line which would be the id number then the second which would be the name.
Third would be the type (string) and the last line would be condition.
How would this be done in unity script?
Thanks.