top of page

10/11/20 - Polish and improvements

I spent today mostly trying to polish my code by reducing duplication of code in multiple scripts and adding comments so that the code looks more professional. In addition, I added 'singletons' to the camera control script as well as the audio manager and scene changer. This is shown in earlier posts, the 'singletons' were used to make most of the 'game managers' as accessible as possible while reducing the process of constantly having to access the 'manager' at the start.

bottom of page