Recent content by kafji

  1. K

    Homebrew Question Decompiling a switch unity game ?

    Thanks for this, but I was more thinking about decompiling the game rather than ripping assets, which I already know how to do I think it's the best solution thanks, I just hope the inactivity doesn't mean the project is abandoned
  2. K

    Homebrew Question Decompiling a switch unity game ?

    I used a tool called "hactool" to unpack/decrypt the game file, I got two directories "GameFiles" and "GameExecutable" GameFiles with contain a "Data" directory with your usual Managed,Resources,StreamingAssets folders and level/sharedassets files The metadata file is in...
  3. K

    Homebrew Question Decompiling a switch unity game ?

    I extracted a switch game that was made in unity and in the folder tree there was a global-metadata.dat file so i guess it was compiled with il2cpp, I could use Il2CppInspector to decompile the .net properly, but it only supports pe files, android and ios Anyone know if it's possible to...