Monday, December 17, 2012

Unity & XML

Besides all the conceptual research, first technical approaches are made on how to work with massive data sets. To get started, an XML file from worldbank.org  was imported and briefly visualized in a Unity project. 






The programming language used is C# with the use of the XMLReader Class, based on the examples from this very helpful documentation on C# Corner:    => 'Reading and writing XML in C#'

No comments:

Post a Comment