- Home /
Possible to get project from iOS build?
Hello! I recently lost the files for my game, and all I have left is the iOS build on my Dropbox. Is there any possible way to recover the project from my iOS build files? It's really sad if I am not able to do this since it took quite a while to create.
Answer by Bunny83 · Apr 26, 2018 at 11:25 PM
No, you can't. When you do an iOS build Unity actually cross compiles all code to objective-C which is then compiled to native iOS code.
You can try the Unity Unpacker but it's not cheap depending on what functionalities you need. Also it's not a guarantee that you get back everything.
Your answer
Follow this Question
Related Questions
iOS and Android reading/writing files 1 Answer
where can I store txt files in the editor that I'm going to access in ios 0 Answers
Streaming asset bundle from downloads folder or local file to iOS? 1 Answer
How to recover lost data 2 Answers
Can't build for either iOS or Android: Failed to copy/move file 0 Answers