I want to add a object to the scene but it keeps adding to the player instead, Thank you!.

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Bread05

Im new to godot I have used unity before, and finsished coding my player, and if this helps Im in a 3d scene

Trying to see your project’s source code from your computer in another country behind a firewall but my 3rd eye doesn’t appear to be working.

Wakatta | 2021-03-24 22:00

You’re adding the object to your player object rather than to your scene object.

stormreaver | 2021-03-27 13:58

:bust_in_silhouette: Reply From: Mxt08

You must check the selected node when adding another node, the selected node will be the parent of the new node. Select the root node to adding the object directly to the scene.