Reset_Saves command is now added to the console, was a missing reference
Setting up testing environment
In the project window navigate to Project/Assets/Scenes/UI and open the "Final Exam" or "Assignment" scene.
Press Play.
Fix Review
Reset_Saves
Criteria:
[ ] If you type /reset_saves in the console (in assignment or final exam scene) you will lose all your progress. (Warning: this change persists across games, even if you restart. Make a copy of the progress files if you want to keep your progress. See here for location of your files: https://docs.unity3d.com/ScriptReference/Application-persistentDataPath.html)
Checklist
These checks should always be true for your pull request
[x] My pull request is for one story/feature.
[x] Every individual commit in this pull request is logical.
[x] All code, documentation, commits and player seen texts are in English.
[x] I have deleted unused / unnecessary code.
[x] If my edits need a change in documentation, then I have updated the documentation.
[x] All code is in correspondence with the code conventions.
Description
Reset_Saves command is now added to the console, was a missing reference
Setting up testing environment
Fix Review
Reset_Saves
Criteria:
Checklist
These checks should always be true for your pull request