kumarin
Engaged Member
- Feb 19, 2022
- 2,592
- 4,531
- 387
You edited some files.I modified the duplicate name image_wormnestArr.png to image_wormnestArr1.png
sharedassets1.assets file :
original : there are duplicated texture name. "image_wormnestArr". may be you want to identifying 2 textures.
in this case, texure_replacer(my plugin) can use MD5 value to identify.
If you press Alt-F11 on Gallery(no need open scene), textures are dumped.
you can find 2 files named "image_wormnestArr_blahblah.png". my pc(amd GPU) dumped 2 files as below.
- image_wormnestArr_88156a81544dfbbd68561d12b426a4d9.png
- image_wormnestArr_a2171711897c1921a629f545176db86e.png
of course those are different. if you edit image_wormnestArr_88156a81544dfbbd68561d12b426a4d9.png file, save as "image_wormnestArr_88156a81544dfbbd68561d12b426a4d9.png" (same name)
texture_replacer will be check the MD5 and replace it.(match one)
It's function for duplicated named files.
If remove the MD5 part, don't check the MD5. (as your files) if texture has unique name, It's ok to not use MD5.
I will summarize your files. takes sometime.