::Hi everyone, in this post, I’m gonna document some common issues that you might come across when using our Metroidvania project files. One thing that I always have trouble with is this error:
EndOfStreamException and other save related issues
View post on imgur.com
If you have been using a few of our project files, you may run into this issue because the save files across different parts are not 100% compatible with one another. In such a case, you will need to delete the save files on your current machine and try running the game again.
The save files are usually found in:
C:\Users\<user>\AppData\LocalLow\DefaultCompany\Metroidvania Tutorial
for Windows
/var/mobile/Containers/Data/Application/<guid>/Documents
for macOS
Delete the files found in the folder, and you should no longer run into this issue.
View post on imgur.com