I launched the game and, from the Main Menu scene, used Storage (Experimental) to load a save. However, in the scene it loaded into, nothing was actually loaded. When I returned to the Main Menu and loaded the game again, it worked correctly.
Here’s the issue: players will likely try to load a save as their very first action after launching the game, but the game doesn’t load properly on that first attempt. They have to go back to the Main Menu or try loading a second time.
I don’t know why the game scene only loads correctly after it has been viewed once.
this is game test file.
https://drive.google.com/file/d/1i_dR2QgNKGsVi0S8_uAmzxF3Z_wVhOe9/view?usp=sharing
- In the game scene, start the preview — movement.
- Press Num2 to save, press Num1 to load within the same scene.
- Close the game window and reopen it.
- From the Main Menu scene, Start Game.
- Press Num1 to load.
!! 6. Only the scene changes; action/state values are not loaded. - Press Num3 to return to the Main Menu scene. Press Num1 — now it loads correctly.