About 574,000 results
Open links in new tab
  1. Able to “decompile” a unity game? : r/gamedev - Reddit

    Hey, kinda having a slight issue. I’ve recently lost my computer’s data to corruption. Thus I’ve lost majority of my unity projects. As these are for a school assignment My teacher still has a few built …

  2. Is there a way to decompile unity 3D games? : r/Unity3D - Reddit

    Dec 11, 2021 · A subreddit for News, Help, Resources, and Conversation regarding Unity, The Game Engine.

  3. Can you decompile a game down to its original source code?

    Aside from some extra comments and spaces, the output is basically 1:1 with the original. Java and C# are similarly easy to decompile. Many games are written in Java (e.g. Android) and C# (e.g. Unity), …

  4. Can Unity games be decompiled, compared to Godot which is open

    Jun 17, 2022 · Can Unity games be decompiled, compared to Godot which is open source? Hi, my second and last question about the open sourceness of godot: Ive seen decompilers for godot …

  5. Decompiling? : r/Unity3D - Reddit

    Jan 5, 2023 · C# and Unity are quite easy to decompile because Unity is really popular and well understood and C# contains a lot of meta data about the code in order to do things like reflection, …

  6. Decompile a Unity game built for Android to find a method reference ...

    Jul 31, 2022 · I use JADX to decompile android apps written in Java/Kotlin to find references to Java/Kotlin method calls (that were not obfuscated). Is there a way to do the same for Unity code?

  7. Are webGL games hackable with traditional methods? : r/Unity3D

    Feb 18, 2024 · Question So many Unity game kits are vulnerable to hacks/exploits due to the nature of the game kit not using cloud-code scripts / server based logic. Players are able to use variable …

  8. Decompiling Unity APK Game : r/LiveOverflow - Reddit

    Aug 17, 2020 · If it's Unity and there is an AssemblyCSharp.so file, you can decompile it with dnSpy fairly easy. Also I recommend to check out guidedhacking website. They have a fair bit of info on …

  9. A beginners experience attempting to reverse engineer a unity game …

    Sep 16, 2020 · A quick google search of how to mod a unity game lead me to the program 'dnSpy' which would help me decompile the code and see how the game worked. One problem though, in the files I …

  10. android - Unity game security - Stack Overflow

    Sep 5, 2024 · This could have happened for several reasons: 1. No dll files were provided to AssetRipper. Unity asset bundles and serialized files do not contain script information to decompile. * …