Improving the quality of your C# scripts in Unity can make them integrate better with the editor, improve their readability and make them more maintainable. I’ve put together a list of techniques to use when writing Unity scripts that will improve the quality of your code. Tl;dr: Use [SerializeField], use…