Publisher | Candy Smith |
---|---|
File size | 171.16kB |
Number of files | 12 |
Latest version | 1 |
Latest release date | 2014-10-17 07:36:21 |
First release date | 2014-10-17 07:36:21 |
Supported Unity versions | 2018.4.2 or higher |
XML Database of Items, Ingredients and Recipes for Crafting
It easy xml parser for your RPG / Survival / Sandbox game.
It provide you simple way for storing datas of you items, ingredients, crafting recipes and etc.
It collect all your datas in the readable XML format that easy for editing.
You can edit your items Database in Unity and save it in xml database or you can edit xml file and load it into Unity scene object.
1. Import package
2. From folder XML_database/Prefabs drag prefab ItemsRecipesDataBase onto your scene.
3. In ItemsRecipesDataBase you can see Recipes Database and Items Database. Edit it in inspector as you want. You can add there recipes, ingredients and items in stucture.
4. Click "Save items" for saving. It create recipe.xml and items.xml in your Assets folder.
You can restore datas from xml file by "Load items" button.
It easy xml parser for your RPG / Survival / Sandbox game.
It provide you simple way for storing datas of you items, ingredients, crafting recipes and etc.
It collect all your datas in the readable XML format that easy for editing.
You can edit your items Database in Unity and save it in xml database or you can edit xml file and load it into Unity scene object.
1. Import package
2. From folder XML_database/Prefabs drag prefab ItemsRecipesDataBase onto your scene.
3. In ItemsRecipesDataBase you can see Recipes Database and Items Database. Edit it in inspector as you want. You can add there recipes, ingredients and items in stucture.
4. Click "Save items" for saving. It create recipe.xml and items.xml in your Assets folder.
You can restore datas from xml file by "Load items" button.