You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a pcam2d that is following player in simple follow mode. While trying to implement level switching logic I've tried to update player's position and immediately after that teleport the camera. This does not work, and if I understand the issue correctly - it's because target position is not being updated. My current workaround is to add await get_tree().process_frame.
Steps to reproduce
Use simple follow mode camera
Updated target's position and then immediatelly call teleport_position