Unityex import problem

How to translate the files of a game
falta
Posts: 23
Joined: Fri Jun 08, 2018 12:57 pm

Unityex import problem

Post by falta »

Image

I can't import this files. I edited and packed them with unitytext but I can't transfer it back. such an error message appears.


Image


what can I do?
Origa
Posts: 9
Joined: Tue Jul 28, 2020 11:59 pm

Re: Unityex import problem

Post by Origa »

99% is a problem on compression
You can try import files in cmd with -ncomp option
falta
Posts: 23
Joined: Fri Jun 08, 2018 12:57 pm

Re: Unityex import problem

Post by falta »

Origa wrote:99% is a problem on compression
You can try import files in cmd with -ncomp option



how can i do that? the game uses the unity engine. is the quickbms you talking about?
Origa
Posts: 9
Joined: Tue Jul 28, 2020 11:59 pm

Re: Unityex import problem

Post by Origa »

UnityEX.exe import "path to assets" -ncomp
for example
E:\tool\UnityEX\UnityEX.exe import "E:\Games\Game name\Data\resources.assets" -ncomp
falta
Posts: 23
Joined: Fri Jun 08, 2018 12:57 pm

Re: Unityex import problem

Post by falta »

Origa wrote:UnityEX.exe import "path to assets" -ncomp
for example
E:\tool\UnityEX\UnityEX.exe import "E:\Games\Game name\Data\resources.assets" -ncomp


Can you explain more clearly?
Origa
Posts: 9
Joined: Tue Jul 28, 2020 11:59 pm

Re: Unityex import problem

Post by Origa »

write your full path to unityex and to edited assests +name asset
falta
Posts: 23
Joined: Fri Jun 08, 2018 12:57 pm

Re: Unityex import problem

Post by falta »

the tool has been updated but the problem still persists.