hello, I created a scene with a simple animated sprite character at 0, 0.
Then, I linked this scene into my main scene.
To my surprise, the character appears at the top-left corner of the scene, doesn't matter where I move his handler, that supposedly represents its position.
It is also indifferent if I attach the linked scene to the root node itself or to any other object of the hierarchy.
I wonder what is the proper approach to insert scenes so they are really positioned where their handler is? It is mandatory to do it by scripting? thanks