I removed my projects by mistake.

Hi.

Firstly, i am sorry if i wrote to wrong topic.

I guessed i backup folders of my all projects and i formatted my laptop. Then i saw that i didn’t backup them. So everything has gone. I need the codes. I have tried some programs to recover them but the programs couldn’t do. And then i have tried to find them with reverse engineering methods but i couldn’t make it too. I need your help. Help me please.

My Google Play developer page: here

If you are using a Mono build, it may be possible to rebuild your project with various tools available online. This would be a very complex and time consuming process.

In the future, use version control. copy-paste backups are a disaster waiting to happen (as you have seen here).

Unfortunately I used IL2CPP. I tried some tools but they showed just functions like

public void back() {
}

Thank you for reply.

Those tools can extract the project code structure (classes and function signatures etc) but not the code. The code for your project has been compiled into native binary for that platform, and there is no real way to compile it back to C#.

If you can’t recover anything via data recovery, then I am afraid you are probably out of luck.

1 Like

This is a very sad but useful experience. :face_with_spiral_eyes: