An open API service indexing awesome lists of open source software.

https://github.com/erasmosoares/UnityDataManager

This project allows game developers to create and manager level atributes using xls files. Using a xls file can be a simple way to edit character attributes in addition to having a broad view of the attributes for each level of the game, besides making this edition in a separate file enable you to share the same file with other team members such as game design and level design.
https://github.com/erasmosoares/UnityDataManager

data levelup manager unity unity-scripts

Last synced: about 1 year ago
JSON representation

This project allows game developers to create and manager level atributes using xls files. Using a xls file can be a simple way to edit character attributes in addition to having a broad view of the attributes for each level of the game, besides making this edition in a separate file enable you to share the same file with other team members such as game design and level design.

Awesome Lists containing this project

README

          

# Unity Data Manager
- DataManger for Unity3D

This is a Data Manager for Unity 3D. This is just an example to help how to develop an easy way to manage level atributes for your
characters, npcs, weapons, items etc.

![alt text](https://cdn-images-1.medium.com/max/888/1*zEsSWn__OqnXdxy6sTLn6g.png)

If you want to see the complete tutorial, please check this post.

https://medium.com/@erasmosoares/criando-um-data-manager-para-unity3d-c26d9c16c2c5

Hope you like it!

To use the sample project just go to Assets -> Import Packages -> Custom Packages -> Choose the file.

Thanks
Erasmo