Adding Serialization package removed all the script graphs from my main scene

I’m currently adding Epic Achievements to my game, and I added the Serialization package to the project, which seemingly deleted all of my script graphs in my main scene. This would be both embedded script machines and linked script graphs. The entire game was made with Visual Scripting and this main scene has all of the major game logic within the embedded script machine graphs that have now disappeared. I’ve tried removing the package and changing from Binary to Text serialization and back again, and nothing works. Both my Version Control and my Microsoft OneDrive backup have other errors that are preventing me just restoring a backup properly (working with Microsoft, but it has been slow).

Does anyone know of a way I can restore the embedded graphs? I understand that information is saved within the scene itself. The odd thing is that all my other scenes are fine. It’s just that the main scene was loaded at the time.

I’m about to port to consoles and my game is completely broken, and I’m super stressed out because literal years of work has suddenly disappeared, and I can’t figure out a way to recover it. Any help would be greatly appreciated. Thank you!