Unity game modding. NEED HELP!

stevejones19

Member
May 28, 2018
137
46
I am trying to mod the text in a Unity games, but there are no text asset files. how do I edit the text?
 

PaulTurismo

Newbie
Jun 16, 2020
26
30
I'm aware this post is 2 years old, but you will likely need to de-compile the game. This should at least get you started:
 

dakifaki

New Member
Aug 3, 2023
9
0
I'm aware this post is 2 years old, but you will likely need to de-compile the game. This should at least get you started:
That only works if the scripting backend is Mono, not IL2CPP.