Sep17

Unity: Basic C# Templates for Visual Studio

Visual Studio Templates for basic Unity Scripts

Collection of four basic c# Visual Studio 2008 Templates: MonoBehavior, ScriptableObject, ScriptableWizard, EditorExtension. I use this templates whenever I create a new Class or whatever. It is much easier to do it this way than to fill a blank file with the neccessary imports, events, etc.

To import the templates just copy them to your My Documents/Visual Studio 2008/Templates/ItemTemplates folder and restart VS.

I don’t know because I have not tried it, but I reckon the templates also should work for VS 2005.

Download [VSUnityTemplates_v100.zip]

Tagged: gamedev