A better way to make UI only apps with Unity.
- Everything's gotta be inside a namespace
- Prefer var over explicitly declared types
- Prefer auto-properties with the
[field: SerializeField]attribute over public variables. - Small > big (line size, line count, etc)