Hey, I’ve got this line here and I’ve got the archxmltext.xml in my resources folder.
XmlReader reader = new XmlTextReader("archxmltest");
But when I run it it says that it can’t find “C:\Users\Name\Docs\Unity\My Project\archxmltest” instead of looking for it in the resources folder… So basically I don’t know how to load it properly, so if someone could point me in the right direction that’d be super helpful.