DigitalLogicSimCommunity/Digital-Logic-Sim-CE

transfer projects from old digital logic sim app

SX-9 opened this issue · 7 comments

SX-9 commented

I have a lot of projects on the old app but I want to migrate to this app since it has more features but I also don't wanna redo my projects

is there a way to transfer my projects?

SX-9 commented

found a solution for those wondering: https://docs.unity3d.com/ScriptReference/Application-persistentDataPath.html

that site contains the save files location

SX-9 commented

ok it doesnt work lol

I also have the same problem, I transferred the folder with the name of the file I wanted to the new application and it does see the project but it does not load the logged components

Which "old" version are you referring to?
the old-original one or the newer version of the original DLS ?

SX-9 commented

Which "old" version are you referring to?
the old-original one or the newer version of the original DLS ?

newer original for me

SX-9 commented

the issue i see is that the save files uses diffrent formats so you might need to make an app for this

Yeah, I'm aware of the issue. I started working on it in pull request #79, but I ran into some problems with the mapping between the built-in chip in the original version and the built-ins in this version. I'm unable to work on it at the moment, so if anyone wants to take it up, they can start from that PR. Perhaps I'll return to work on it in the future.