Dragging the scene in only lets me move the collision

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

Okay so i’m dragging an enemy into my scene, but when i try to move it or anything, it only allows me to move its collision box, and only one of them(as I have a couple for player detection). Anyone else had this problem?

:bust_in_silhouette: Reply From: migraman

Hi
Try this: select the main node of the enemy in the Scene Tab . Then, make sure to click on “Make node’s children not selectable”. Press “W” to select the move tool and try now moving the enemy to the right place.

Hope it works!

I tried but that didn’t change anything.

GreenDiggy | 2020-06-02 16:00

Nevermind, I figured it out. I overlooked i had the area2d’s stored inside of a node2d, i was trying to keep organized, ended up being my downfall lmao

GreenDiggy | 2020-06-02 16:02

I’m glad you found a solution. Keep up the good work! =)

migraman | 2020-06-02 17:05