Search found 2 matches

by Nerevar98
Thu Jan 09, 2020 5:52 pm
Forum: General Discussion
Topic: Save a list of objects in the scene
Replies: 3
Views: 1375

Re: Save a list of objects in the scene

Thanks so much for all the help Joel! Looks like Dictionaries would be a good basic answer for what I want to do. I haven't looked at the second link you provided to that topic so maybe this is answered there, but I do have a follow up question: If I want to save enemies in my scene this way, where ...
by Nerevar98
Thu Jan 09, 2020 3:00 pm
Forum: General Discussion
Topic: Save a list of objects in the scene
Replies: 3
Views: 1375

Save a list of objects in the scene

Hi there! I'm brand new to the forums and to ES3 so there's likely a lot that I'll be asking here haha but today I'm working on trying to save multiple objects on the scene without having to create a string key for each. So basically I have a SaveManager in my scene that uses FindObjectsOfType to fi...