I have an external XML file which it has the levels of my little puzzle game. I have been trying to load into Unity but when i put “using System.Xml;”, Unity cannot find it, so when i am going to use the XML parameters, Unity cannot find them. Im using Unity 5.2 and C#, i dont know if there is another way to call the “using System.Xml;” or if i am missing something else.
There’s likely another error somewhere else in your program that’s causing it to not update the namespaces. Either that or just save and restart Unity. “System.Xml” most definitely exists.
Just to be sure, you are putting it at the very top of the script, and not putting it in quotes, right?