Recommended method for XML level loading in XNA
- by David Saltares Márquez
I want to use Blender as my level designer tool for an XNA game. Using an existing plugin, I can export my levels to DotScene format which is basically an xml file like this one:
<scene formatVersion="1.0.0">
<nodes>
<node name="scene-staircase.001">
<position x="10.500000" y="1.400000" z="-9.600000"/>
…