I have a string that is obtained by a server. This is a typical string with many lines, and it contains level map data.
Each line is a different object, like this:
Name (UnityEngine.GameObject): (position) - (rotation) - (localscale)
Is it possible using a reader to turn the entire string into a world full of objects?