- Home /
How to parse xml file(3d model) in iOS platform from windows platform form local server in Adhoc network.
Xml File:
Heatmap D:\Local Connection\Local Connection\Server\Assets\Resources\Heatmap.prefab
Answer by sacredgeometry · Feb 10, 2020 at 07:48 AM
You load it into an XmlDocument and then you can traverse it to get the parts you want out of it.
I would suggest googling before asking here because a simple search for XML parsing c# returns over a million results the first of which have examples.
Answer by ychaudhari · Feb 11, 2020 at 09:09 AM
i wouldnt find any example same as because i need to parse asset bundle in iOS platform from windows PC platform.
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Distribute terrain in zones 3 Answers
start/stop timer when a player enters/exits a room,start/stop timer when player enters/exits a room? 1 Answer
Dtd validation with TextAsset xml gives exception 0 Answers
C# Getting only the Name of the XML File and not the Directory of the XML File 2 Answers