NineChronicles
NineChronicles copied to clipboard
Gamedata refactoring
Description
-
Problems to solve. Make game data and localization data more easily manageable with Excel software. #1014 I've put all the datas outside of Unity to avoid generation of
.metawhich can be pain point to manage. Such as residual.metafiles from file structure change like this -
Features to add. This is non breaking change, but CSV data loader need to be refactored to JSON data loader to use all functionality of GameDataManger. But you can export
.csvdata as well. Just make output file extension to.csvin config.json like this
"MonsterCollection.xlsx": {
"workSheets": [
{
"name": "Sheet",
"out": "MonsterCollectionSheet.csv"
}
How to test
There is no test yet, I've written install and usage instruction on README for game designers.