little pb for this game can't reimport
i use : quickbms v0.7.0 / unity.bms v0.2.4 and got this error message : 5.2.1p4
sample (131ko unziped):
Basement - unity v5.2.1p4
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Basement - unity v5.2.1p4
Regarding the extraction:
It's not an error message, it simply displays the version of the Unity archive.
It correctly extracts all the 72 files from it.
Regarding the reimporting:
There are many files (*.49) with the same name so it's a problem for reimporting because you are going to reimport ever the same file instead of the expected one.
You must filter them out with -f "!{}.49", the ! in the filter just means "extract/reimport everything except ...".
For the other files there are absolutely no problems and I have reimported all the 61 files.
It's not an error message, it simply displays the version of the Unity archive.
It correctly extracts all the 72 files from it.
Regarding the reimporting:
There are many files (*.49) with the same name so it's a problem for reimporting because you are going to reimport ever the same file instead of the expected one.
You must filter them out with -f "!{}.49", the ! in the filter just means "extract/reimport everything except ...".
For the other files there are absolutely no problems and I have reimported all the 61 files.