Hi. I have a xml script but I can't get all values from xml file. What is it wrong ? using System.Collections;using System.Collections.Generic;using UnityEngine;using System;using System.IO;using System.Xml;using UnityEngine.UI; public class readXML : MonoBehaviour { public Text uiText; // Use this for initialization void…
I think you might be better off on another forum for coding related questions. StackOverflow has a good community around coding if you want to check it out.