Is there a way to save all scene paramters to a file ? (ALL childnodes properties value) ?

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

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 ?

Here is a link of navmesh.scn scene saved as .tscn

GameVisitor | 2018-09-23 14:02

:bust_in_silhouette: Reply From: GameVisitor

The .tscn is the plain text file containing all the values, the rotation / transform thing is explained here