So I’m new to Unity and trying to make two scenes have a button that loads the same save file, the below code doesn’t work but i need help in making it function in that way. How can i make it so that directoryPath could be different depending on what scene it is in?
string directoryPath = WorldController.Instance.FileSaveBasePath() || GameController.Instance.FileSaveBasePath();
Thanks guys
Ben