News

XML Documentation that enables IntelliSense code hints for the Unity game engine libraries. NOTE: Unity 5.2 (and onward) now has decent XML files built-in so these files are obsolete.
Unity-Xml-Scenedump is a Unity editor extension that allows you to dump a scene's object hierarchy to XML. It consists of two related GitHub repositories: This one (unity-scenedump-xml), which ...
Today I am going to explain you parsing of XML in unity. XML can be parse in unity by two ways. Save this as an XML file. Now you need to create a class in with same name “LevelData” in the unity as ...