Save manager and editor for Steam (open-source)

Thank you. Game’s name should correct itself after a short while.

1 Like

The editor doesn’t appear to recognize The Last Scion’s game files. This is my first time using it, so I don’t know if I’m doing something wrong or The Last Scion is just too new for editor. When I select its directory, it tells me no game selected and nothing shows up in any of the fields. The Last Scion’s steam id is 3716710. The save files it generates appear to be storePSlastscionPSstatetemp and storePSlastscionPSstatebackup

1 Like

If “storePSlastscionPSstate” exists, then save manager can read it. It’ll be displayed as lastscion in the game selection popup (see relevant screenshot on GitHub). If “storePSlastscionPSstate” doesn’t exist, then there must be something wrong outside of the save manager. Always make sure to read at least one page of newly installed titles before launching the save manager for them.

1 Like

hey i downloaded the files but i only think i see in files is assets, project setting with other tow.

Hi, those are the source code of the app. You need Unity 3D to compile the source code. For Windows, I’m providing an .exe in Releases.

Your advice helped. It turned out that the game was not generating the file locally for some reason, but switching on cloud saving fixed it. No clue why it made a difference.

1 Like

Gosh, I don’t know how people code. Anyway, I would love some assistance. I believe I’m stuck on the building in Unity part. What annoys me is that I’ve done is 3 years ago, but am unable to do it now! So what I’ve done:

  1. Download Unity Hub for Mac and the save manager zip file. Unzipped it.

  2. Typed in Unity into Finder, which automatically takes me to UnityHub. Hopefully they’re the same?

  3. I don’t have any File-Build Settings-Build in Unity Hub. So I tried to import a project and choose the unzipped save manager file. Nothing happened, so I created a project instead. No matter where the location is, when I click on the project in Unity Hub, it opens a file in Unity called “Sample Scene.” However, there is a File → Build Settings → Build! And … that opens a new window that’s just the default scene image. Looks like a rising sun?

I’m probably not opening the right file? Or downloading it? Very frustrating stuff. I really need to switch to Windows lol

In Unity Hub, you can click “Add project from disk” (next to “New project” button) and select the extracted folder of save manager zip. The selected folder must have these folders in it: Assets, ProjectSettings

1 Like

So I’ve made some progress! I opened it, BUT I have 79 errors, which I assume is not good? They’re basically all a variation of “Assets/Plugins/SimpleFileBrowser/Scripts/FileBrowser.cs(3,19): error CS0234: The type or namespace name ‘UI’ does not exist in the namespace ‘UnityEngine’ (are you missing an assembly reference?)”. Like, here’s another: “Assets/Plugins/SimpleFileBrowser/Scripts/FileBrowser.cs(2,19): error CS0234: The type or namespace name ‘EventSystems’ does not exist in the namespace ‘UnityEngine’ (are you missing an assembly reference?)”.

However, the past image is gone. I see an Assets and Packages folders. It looks correct tho. In Assets, I see Plugins, Prefabs, READ ME, Scene, Scripts, Setting, and Sprites. Though READ ME, Scene, and Settings are grayed out and unclickable, for some reason.

Hmm, grayed out seems wrong but it’s fine as long as it won’t block us. I’d recommend deleting the Packages folder from Finder (it’ll regenerate itself). If it doesn’t work, open Window-Package Manager, switch to “Built-in Packages” (or maybe it’s named “Modules”) and enable UI module. On latest Unity versions, you might have to install Unity UI package from “Unity Registry” of Package Manager.

1 Like

You are absolutely incredible. It finally works. Do you have a Ko-fi or anywhere I can leave you a thank you?

1 Like

Glad to hear it’s working! I use GitHub Sponsors instead of Ko-fi: Sponsor @yasirkula on GitHub Sponsors · GitHub

1 Like

hi. sorry to bother. for some reason this has always worked fine but now suddenly no text appears when i launch it all the boxes are blank. everything is clickable but no words show up. thanks :slight_smile:

Can you try deleting your Unity project and re-importing it from the zip archive for fresh installation?