Search found 2 matches

by nicolas
Mon Mar 04, 2013 10:27 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Problem to save a list
Replies: 3
Views: 12177

Re: Problem to save a list

Hi Joel
I missed that tutorial, thanks.
Nicolas
by nicolas
Mon Mar 04, 2013 8:03 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Problem to save a list
Replies: 3
Views: 12177

Problem to save a list

Hello Joel I have tried the list given in Easy Save 2 examples and it work well But I have created a list using the following code using UnityEngine; using Serialization; using System.Collections.Generic; using System.Collections; public class TestPositionListsES2 : MonoBehaviour { public List<pos> ...