Hello!
We ran into a weird issue on 64bit iOS using Cocos2d-iPhone runtime with Cocos2d 3.0. Animations with drawing order changes make some attachments to disappear. Even if there are no drawing order changes on the slots containing the disappearing attachments. As soon as I delete the drawing order keyframes everything stays, but of course with no drawing order. The same animations still work when we run the app on 32bit devices.
We tried so far to re-set the drawing order keyframes, to move them around and to make new drawing orders, but nothing worked or just made even more random stuff to disappear.
Do You have an idea about what could be the source of our problem?