Unityex import problem
-
- Posts: 9
- Joined: Tue Jul 28, 2020 11:59 pm
Re: Unityex import problem
99% is a problem on compression
You can try import files in cmd with -ncomp option
You can try import files in cmd with -ncomp option
-
- Posts: 23
- Joined: Fri Jun 08, 2018 12:57 pm
Re: Unityex import problem
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?
-
- Posts: 9
- Joined: Tue Jul 28, 2020 11:59 pm
Re: Unityex import problem
UnityEX.exe import "path to assets" -ncomp
for example
E:\tool\UnityEX\UnityEX.exe import "E:\Games\Game name\Data\resources.assets" -ncomp
for example
E:\tool\UnityEX\UnityEX.exe import "E:\Games\Game name\Data\resources.assets" -ncomp
-
- Posts: 23
- Joined: Fri Jun 08, 2018 12:57 pm
Re: Unityex import problem
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?
-
- Posts: 9
- Joined: Tue Jul 28, 2020 11:59 pm
Re: Unityex import problem
write your full path to unityex and to edited assests +name asset
-
- Posts: 23
- Joined: Fri Jun 08, 2018 12:57 pm
Re: Unityex import problem
the tool has been updated but the problem still persists.