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.
- Host: GitHub
- URL: https://github.com/erasmosoares/UnityDataManager
- Owner: erasmosoares
- Created: 2017-07-18T02:33:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-21T11:36:23.000Z (over 7 years ago)
- Last Synced: 2024-08-02T05:22:11.098Z (almost 2 years ago)
- Topics: data, levelup, manager, unity, unity-scripts
- Homepage: https://medium.com/@erasmosoares/criando-um-data-manager-para-unity3d-c26d9c16c2c5
- Size: 25.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

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