Hi…
I have this XML File:
<?xml version="1.0" encoding="utf-8" ?><Question Text="What is the common name for ascorbic acid ?">
<Answer Text="Vitamin C" Correct="True"></Answer>
<Answer Text="Vitamin A" Correct="False"></Answer>
<Answer Text="Vitamin B" Correct="False"></Answer>
<Answer Text="Vitamin D" Correct="False"></Answer>
</Question>
it’s contain a 2 question and 4 answers for every one , how can I load the first question and the answers ??
please JAVA Code
How can I Load from XML File
Unity does not use Java.
– Eric5h5