First, explain my situation. In normal use, everything is fine.
When I move the node from one parent node to another parent node, the process does not work. (I can’t determine whether it is caused by this problem. Because I am modifying other people's code). When I move node, notification will only have NOTIFICATION_WM_FOCUS_IN and NOTIFICATION_WM_FOCUS_OUT printed
I want to know when the _process it is not called.
I'm very sorry I can't provide examples, because when I simplified everything, it seemed normal again
So I want to know if anyone has encountered the same situation
Of course, if you have time, you can help look at all the code,when you click deck card,the card will move to hand, it has an animation, but the process is not called so the animation is not play.
the code is in https://github.com/vmjcv/godot-card-gaming
i need your help please,thanks a lot.
BR.