Advanced Unity Templates for Visual Studio

Advanced Visual Studio Unity Templates

Collection of Visual Studio Templates to make development with Unity easier. Provides templates for all important Unity base classes: MonoBehavior, ScriptableObject, ScriptableWizard, Editor, EditorWindow. There are also a few more advanced templates to create a new MonoBehavior including a Custom Inspector and a class holding Editor functionality for it (kind of adhering to the MVC design pattern). The screen is taken from the German Visual Studio, the templates are in English, however, and can be used in any Visual Studio Edition (2008 and 2010).

Get it here

Free of charge, share away, my little game-developing friends.
Cheers

Nice one thanks… I don’t particularly need many of these, as I already have Resharper templates set-up, but for those without Resharper/Coderush etc, these will be a real time-saver.

I take that back! For those developing any sort of Editor extension, these are absolutely fantastic! If you can write a couple more based around Editor Extensions, I would pay money for this :slight_smile:

Good idea and works fine, thank you ! :slight_smile:

Unless Microsoft changed things for 2010, the proper folder is not “CSharp” but instead “Visual C#”. Also, to make this work under VS2008, after you copy the folder Unity and the zip files to the Visual C# folder, you will need to run the following from the command line:
“%VS90COMNTOOLS%…\IDE\devenv.exe” /installvstemplates
Otherwise VS2008 will never notice the files.

What additional templates do you have in mind?

You’re right about this, thanks. I fixed that in the readme.

Thanks again, added it to the readme as well, although it works for me just fine without running any commands from the command line!

The link is dead, can you provide the update one ?

This is way back in 2011 for Visual Studio 2008 and Visual Studio 2010. He hasn’t logged on since 2014.04.02. You should send a private message and asked if he has updated versions for Visual Studio 2013.

Nevermind, I will send a message for you. Maybe I’ll use these as well.

Ah, nevermind, I checked the site and the templates now are in the asset store for $20 if you would like to buy them.

I see there are a few Resharper/Unity users so it would be awesome if someone could create a public Github repository for Resharper/Unity Templates. I have started making my own in Resharper but being so new to unity they are pretty boring.

Thanks,
Gary