Whenever I create a C# script in Unity, the file is always headed with the following imports:
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
Is there any way to add/remove default imports to this list? I can't count how many times I've needed to import System by hand just to use a String.