Search found 2 matches

by robertstaceyfreeland
Wed Apr 27, 2022 3:48 pm
Forum: General Discussion
Topic: Saving List of Custom Type
Replies: 8
Views: 2243

Re: Saving List of Custom Type

I think I understand where I went wrong. Obviously Es3 won't accomodate my type. So I broke it up into the components that are accepted.

ps Great Product

Thanks
Robert Freeland
by robertstaceyfreeland
Wed Apr 27, 2022 3:22 pm
Forum: General Discussion
Topic: Saving List of Custom Type
Replies: 8
Views: 2243

Re: Saving List of Custom Type

Im having trouble getting this to work. It save the correct item but they are empty. I'm guessing its because they are Vector3??? public class scriptObjectSaveLoad : MonoBehaviour { public GameObject[] gamePrefabs; public List<SaveObject> SaveObjects; public void Awake() { SaveObjects = new List<Sav...