I’m doing an endless racing game and everything is going well, I’m having a problem saving the record, what is the error of my logic? He does not save my record.
Thanks
I’m doing an endless racing game and everything is going well, I’m having a problem saving the record, what is the error of my logic? He does not save my record.
Thanks
On first screen you use DoesSaveGameExist, but not using its result (bool) in next branch operation.