Bug: Image swap is corrupted before resize mesh atlas

Discuss issues pertaining to the Creature Animation Editor here.
Post Reply
Struct2
Posts: 6
Joined: Sat May 23, 2020 12:15 pm

Bug: Image swap is corrupted before resize mesh atlas

Post by Struct2 » Wed Jul 29, 2020 9:12 pm

I resized mesh atlas without repack and now when i use image swap from mesh the swapped image is corrupted. Here is record video:https://drive.google.com/file/d/1nWo2Qe ... sp=sharing

chong
Posts: 1178
Joined: Thu Feb 19, 2015 2:21 am

Re: Bug: Image swap is corrupted before resize mesh atlas

Post by chong » Thu Jul 30, 2020 8:52 am

Hello,

Can you swap using the SpriteSwap method instead and see if it works?
Basically the mesh has to have enough triangles to hold the swapped image. It looks like this might not be the case above.
Your other option is to use SkinSwap ( but that is not for animation ).
There is a tutorial on line that teaches you how to perform a proper image swap:
https://www.youtube.com/watch?v=fCwm7NtfJvg

Post Reply