Tools and Technologies - Richardng12/Terra_Tales GitHub Wiki

Unity

Unity was the platform that was used for game development. The scripts to support unity assets were coded in C#.

Visual Studio & Visual Studio Code

Script creation was created using Visual Studio or Visual Studio code. These two programs had excellent unity plugins to allow for auto-completion which sped up development time.

Github

Git with Github was the main version control tool that we employed. Github was also used to manage any issues that could be easily checked by team members. This allowed for quick bug fixes. The project board on Github was also utilised to manage project progress and check off feature completion.

Gitkraken

Gitkraken was used to deal with merge conflicts and also check file differences. It allowed us to improve workflow, as less time was spent on merging and system issues.

Git Bash

Git bash was the command line interface utility used alongside Gitkraken, it was used during large file merges where Gitkraken could not process the pull requests.