I use AssetsStudioGUI to find a unity game text file but when i tried, i find too much MonoBehaviour file but there was no text file in any of them. I find just a JSON text like:
{
"m_GameObject": {
"m_FileID": 0,
"m_PathID": 12
},
"m_Enabled": 1,
"m_Script": {
"m_FileID": 1,
"m_PathID": 8674
},
"m_Name": ""
}
and all MonoBehaviour files are full of stuff like this. Where do I find the actual text files for the game?
What is a Unity game text file? What "text" are you referring to? Your question doesn't make any sense. Are you looking for C# code? Is this even your project? Or do you try to "hack" other games? Compiled games do not include source code.
– Bunny83