SetSkin node works well on EventInitialized event only.
after initialize, it works incorrectly, so I can't dynamically convert skins.
SetSkin node works well on EventInitialized event only.
after initialize, it works incorrectly, so I can't dynamically convert skins.
Please try calling set to setup pose after youve called set skin. See spine-ue4 Runtime Documentation: Resetting to Setup Pose
Mario wrotePlease try calling set to setup pose after youve called set skin. See spine-ue4 Runtime Documentation: Resetting to Setup Pose
It worked. thanx.