strange warning in Godot console

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By swipis
:warning: Old Version Published before Godot 3 was released.

Hello I have a question what does this mean (I talking about warnings). When I launch game everything looks good, nothing is broken, but I getting this strange warnings. I saved scene as *.tscn
enter image description here

And if I save scene in xml format these warnings are gone. this is some kind tscn bug or something?
Thank you

:bust_in_silhouette: Reply From: volzhs

It’s similar issue with BoneAttachment is gone with editable children and tscn format · Issue #4320 · godotengine/godot · GitHub
It’s a bug with 3d scene + tscn + editable children.
You could lose modified values under editable children node.
Using scn format for 3d is recommended for now.

edit : fix link to github issue

link is broken , but anyway good to know that this is a bug. thank you!

swipis | 2016-04-29 12:43