#i want to save my project from build

1 messages · Page 1 of 1 (latest)

swift trellis
#

hello, I need the project phase of a game that I built 2 years ago, I have the build file of the game, but I want to continue developing from the project phase. Can I somehow save the scenes from the build files of the game or find the codes I use?

vale wagon
#

if you built it with mono you can reasonably easily decompile it into equivalent code (not for burst though)

#

for example

#

there are projects for extracting assets from builds a wlel

fickle plank
#

As tertle said ILSpy is good for the code side, it'll decompile the code from assemblies ( non-il2cpp ) and even create a visual studio project out of it for you. There's also DNSpy which is useful for browsing assemblies and will also export code..