Help us keep the site up! Got some change to spare? Why not donate a few bits and buy us a coffee.

Need help translating games in other languages? Have your language problems solved here.
-
moderjack
- ultra-n00b
- Posts: 6
- Joined: Mon Aug 09, 2021 2:20 am
Post
by moderjack » Sat Jul 09, 2022 4:04 pm
Hello, there are two files named resource in the unity games folder, take a backup of them, then open the resource file with special tools for unpack unity, the text file is always in this file, the mono behuver files
-
luatsenpai
- ultra-n00b
- Posts: 3
- Joined: Tue Apr 21, 2020 1:08 am
- Has thanked: 1 time
Post
by luatsenpai » Tue Jul 12, 2022 3:29 am
First, you need use Il2cpp for dump dll file, then copy dummy dll to folder manage. If don't have just create one
Then use uabe and load .assets file, choose tools> get script information.
And dump monobehaviour.
Text in monobehavior
For font file, use unity same version with game, and build TextMeshPro
-
nonamebatbai
- beginner
- Posts: 30
- Joined: Sun Sep 22, 2019 3:32 am
- Has thanked: 4 times
- Been thanked: 1 time
Post
by nonamebatbai » Tue Jul 12, 2022 8:43 am
luatsenpai wrote: ↑Tue Jul 12, 2022 3:29 am
First, you need use Il2cpp for dump dll file, then copy dummy dll to folder manage. If don't have just create one
Then use uabe and load .assets file, choose tools> get script information.
And dump monobehaviour.
Text in monobehavior
For font file, use unity same version with game, and build TextMeshPro
Can you guide me how to create TextMesh Pro font for unity game?
-
seonply
- beginner
- Posts: 24
- Joined: Sun Jun 21, 2020 2:02 pm
Post
by seonply » Sun Jul 31, 2022 11:38 am
luatsenpai wrote: ↑Tue Jul 12, 2022 3:29 am
First, you need use Il2cpp for dump dll file, then copy dummy dll to folder manage. If don't have just create one
Then use uabe and load .assets file, choose tools> get script information.
And dump monobehaviour.
Text in monobehavior
For font file, use unity same version with game, and build TextMeshPro
How can I find the dll file?