Hi,
Is it possible to save all value of all properties of ALL nodes of a scene to a file ?
In my tests I used this navmesh demo project, default scene is saved as .scn so i saved it as .tscn (to have the values as readable text).
However,while textually searching for this node cambase/Camera, I was able to find the exact value of the Transform -> Translation Vector3
but not of the Transform -> Rotation degrees Vector3
, any idea why ?