Search found 1 match

by lebidl
Sun Apr 21, 2013 12:47 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Problem to save a list
Replies: 3
Views: 12181

Re: Problem to save a list

I am a beginner in unity. to save my inventory I use this code. not optimized but it works //InventoryItem string name //item name int invAmount //item amount float Value // item value int tbPos //position in toolbar //exemple public List<string> savelist; public void Save () { for (int i = 0; i < i...