+1 vote

His English was as bad as his coding skills

I created a Camera2D node as a child of KinematicBody2D (Hero) and set Current to "true",
but the camera isn't following character when it moves. I broke my mind...

Main scene node tree:
main tree

KinematicBody2D(Hero) node tree:
hero tree

Camera node: (tried different options on/off)
camera

Showcase: (That's what happens)

1
2
3

in Engine by (13 points)

1 Answer

0 votes

Have you set the drag margins? Eg if you set each to 0, camera will move whenever character moves.

by (153 points)

Yes, i did. I also tried to turn it off and some other things. :P
I was having a nice time for about an hour, seeking for solutions, but didn't find anything.

I also created a new project, and... everything is working fine! Like there was no absolutely unlogical and mindbreaking mystery Camera problem..

Thank you for reply by the way

No worries. I've done that a few times. If there's something really simple that should be working, I just make a new project and see if I can get it working there.. Glad to hear it's working now.

Did you maybe activate "editable children" at some time before? I think I had an issue once were I used "editable children" to change a property of a child node and then deactivated it again, and then found that the changed property was stuck (as in not updated when it changed in the reference scene).

Should also make sure that it is the current camera enabled and not just the default viewport view.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.