Hey I was wondering what code language you used, as I would like to start modding games, and I would like to know what language and maybe what engine you use?
If its a company secret that's fine to ;)
External link →Hey I was wondering what code language you used, as I would like to start modding games, and I would like to know what language and maybe what engine you use?
If its a company secret that's fine to ;)
External link →The game is coded with C# and made in Unity. All of the game's data sets (names, items, blocks, etc.) are imported from a giant google doc spreadsheet as JSON strings which then get turned into C# data classes.
You should check out the Unity store asset (which I use) called Game Data Editor if you're curious about that process.