Is it possible when creating a new .cs script in Unity to have it start with an empty class, instead of with Start() and Update() and the silly comments?
Yes! There are a few ways to do this.
Is it possible when creating a new .cs script in Unity to have it start with an empty class, instead of with Start() and Update() and the silly comments?
Yes! There are a few ways to do this.