Search found 3 matches

by DylanAron
Wed May 25, 2022 4:32 pm
Forum: Code Examples
Topic: REQUEST EXAMPLES AND TUTORIALS HERE
Replies: 80
Views: 104405

Re: REQUEST EXAMPLES AND TUTORIALS HERE

Hi are there any examples to autosaving Scriptable Objects?

I am trying to autosave multiple scriptable objects, and I am not sure how to go about this
by DylanAron
Fri Apr 22, 2022 3:45 pm
Forum: General Discussion
Topic: Resetting a Games auto save
Replies: 3
Views: 905

Re: Resetting a Games auto save

Hey Joel, I created a test scene to replicate and have found out this issue happens only with static variables. I fixed my game by making them nonstatic, but still wonder how this works? Example scene 1 - reset button scene 2 - text of 0 , button to increase text by 1 scene 3 - reset button when res...
by DylanAron
Thu Apr 21, 2022 10:43 pm
Forum: General Discussion
Topic: Resetting a Games auto save
Replies: 3
Views: 905

Resetting a Games auto save

Hi I am wondering how to reset a scenes autosave. I have created a resetbutton that does ES3.deleteFile (and also deletes cache) which works great when the scene with the reset button is loaded before the autosaved scene, but when i try to reset from a different scene such as a settings menu loaded ...