Godot camera error

There is no problem at all when I control the Godot character with the keyboard.The mouse gives an error when I move it.Error=E 0:00:00:0413 characters.gd:8 @_ready(): Node not found: “Head/Camera3D” (relative to “/root/3D/CharacterBody3D”).
<C++ Error> Method/function failed. Returning: nullptr
<C++ Source> scene/main/node.cpp:1651 @get_node()
character.gd:8 @_ready()

Can you show your script? and Scene tree? It seems like your camera path is incorrect.

1 Like