Unity Quick Tip - Changing the default C# script contents

Опубликовано: 17 Март 2022
на канале: Firnox
108
5

Whenever you create a new C# script in Unity it comes preloaded with some default contents. You can change the default to anything you want. You may want to add or remove some using statements, or maybe you don't want the Start or Update methods automatically added.

You'll find all the default script templates in your Editor install location as follows:

...\2020.3.30f1\Editor\Data\Resources\ScriptTemplates\