Unity: Reading external XML files

Allison Liemhetcharat
Level Up Coding
Published in
7 min readJan 17, 2021

--

Update: I wrote a parallel version of this guide, on how to read external JSON files. Do check it out if you’re interested! The content of these two articles are similar, other than the format of the external files.

We can do a lot with the Unity editor, such as changing a game object’s / component’s…

--

--