> For the complete documentation index, see [llms.txt](https://steijn.gitbook.io/devlogs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://steijn.gitbook.io/devlogs/blewscreen/rezone/cleanup.md).

# Cleanup

The GameManager needed to be the single place to set things up. Most or all settings needed to be available on this script, so I wanted to work on the readability of the inspector screen.

To do this I looked into the inspector setups using [this guide](https://www.youtube.com/watch?v=6I4SYU1JU5g), as well as [Unity college](https://unity3d.college/2017/05/22/unity-attributes/). I used this guide to set the inspector up myself.

![](/files/BZ1H01RRauXyLC4Ij597)

I used headers, spacing and tooltips to ensure it was easy to read and setup for anyone, as displayed above.
