Search found 5 matches

by zephyrus.mck
Sun Aug 22, 2021 5:39 pm
Forum: Code Examples
Topic: REQUEST EXAMPLES AND TUTORIALS HERE
Replies: 80
Views: 102327

Re: REQUEST EXAMPLES AND TUTORIALS HERE

Hi there, As long as you store the data to the same key as the previously saved data, it will overwrite it, not add to the end of it. If more items are added to your List each time you save, it will mean that there is somewhere in your code which is adding more items to that list before it is saved...
by zephyrus.mck
Sun Aug 22, 2021 4:15 pm
Forum: Code Examples
Topic: REQUEST EXAMPLES AND TUTORIALS HERE
Replies: 80
Views: 102327

Re: REQUEST EXAMPLES AND TUTORIALS HERE

Hi there, You should just be able to go to the Assets > Easy Save 3 > Add Manager to Scene menu item and this will add the manager to your scene, which will prevent your error. If you're saying that you've pressed this menu item and it's not added a manager to your scene, or the error is still occu...
by zephyrus.mck
Sun Aug 22, 2021 2:31 pm
Forum: Code Examples
Topic: REQUEST EXAMPLES AND TUTORIALS HERE
Replies: 80
Views: 102327

Re: REQUEST EXAMPLES AND TUTORIALS HERE

Hi there, I'm afraid we can only help with the Easy Save side of things. Any more detail is the logic in your code, which will differ from project to project and would be impossible for us to create an example which accounts for the infinite combinations of projects. However, looking at your code t...
by zephyrus.mck
Sun Aug 22, 2021 1:58 pm
Forum: Code Examples
Topic: REQUEST EXAMPLES AND TUTORIALS HERE
Replies: 80
Views: 102327

Re: REQUEST EXAMPLES AND TUTORIALS HERE

Hi there, You are mistaken. The error isn't asking you to go to a folder, it's asking you to go to the menu item Assets > Easy Save 3 > Add Manager to Scene . Regarding saving and loading Lists, this is covered in the Saving and Loading Collections section of the Getting Started guide: https://docs...
by zephyrus.mck
Sat Aug 21, 2021 9:14 pm
Forum: Code Examples
Topic: REQUEST EXAMPLES AND TUTORIALS HERE
Replies: 80
Views: 102327

Re: REQUEST EXAMPLES AND TUTORIALS HERE

I would like to know how to store a List of data with ES3. The syntax doesn't seem to match well when saving and loading lists or arrays, or at least my understanding of the syntax. For example, let say I have 5 of the same script in a scene that handles secrets in different areas of the same level....