mafaca / UtinyRipper

GUI and API library to work with Engine assets, serialized and bundle files
MIT License
2.82k stars 433 forks source link

Does this tool let me mod a game or does it only allow me to see the assets? #417

Closed TheMCHK closed 5 years ago

TheMCHK commented 5 years ago

And if I can mod a game with this, how? Does it also extract the C# or Mono source code?

ThunderFrost0001 commented 5 years ago

it allows you to rebuild the game, not modding.

spacehamster commented 5 years ago

It allows you to export assets into a new unity project, which can then be modified and built into an asset bundle and loaded back into the game as part of a larger mod. Only c# script stubs are exported, no methods, but that is all that is needed to build asset bundles.