Skip to content

Load and save levels in Unity using XML files, that you can also edit manually easily.

License

Notifications You must be signed in to change notification settings

Amitkapadi/UnityXmlLevels

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnityXmlLevels

Load and save levels in Unity3D using XML files, that you can also edit manually easily.

Example XML snippet

<Item prefab="BlueCapsule" x="1" y="2" />
<Item prefab="RedCube" x="4" y="1" rot="45" />
<Item prefab="RedCube" y="-2" rot="30" scale_y="3" />
<Item prefab="GreenSphere" x="-4" y="-2" />

Tutorial

Navigate to Team Brookvale website for the full description and tutorial:

http://www.teambrookvale.com/tutorial-xml-level-unity

About

Load and save levels in Unity using XML files, that you can also edit manually easily.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%