TrevorCash
Is there a way of writing Urho Data types to a file in string readable format? For example I can pass an IntVector3 to URHO3D_LOGINFO and the log will show a nicely formatted readable representation of the data.
I’d like a quick facility to write this same data to a file that I can alter manually and then re-read into my program.
Perhaps a way to set the Serializer object to “Text” mode?