Unity Community

Register or Sign In:

+ Reply to Thread
Results 1 to 6 of 6

  1. Location
    Ratisbon / Germany
    Posts
    143

    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
    Andreas Zeitler - Game & Media Developer
    doPanic - web & media development
    Cubetastic - one ridiculously brain-wrecking puzzle game
    You think you got what it takes? Get Cubetastic for your iPhone/iPod, your iPad or your Mac.


  2. Posts
    319
    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.


  3. Posts
    319
    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


  4. Location
    Germany
    Posts
    13
    Good idea and works fine, thank you !


  5. Posts
    54
    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.


  6. Location
    Ratisbon / Germany
    Posts
    143
    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
    What additional templates do you have in mind?


    Unless Microsoft changed things for 2010, the proper folder is not "CSharp" but instead "Visual C#".
    You're right about this, thanks. I fixed that in the readme.


    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.
    Thanks again, added it to the readme as well, although it works for me just fine without running any commands from the command line!
    Andreas Zeitler - Game & Media Developer
    doPanic - web & media development
    Cubetastic - one ridiculously brain-wrecking puzzle game
    You think you got what it takes? Get Cubetastic for your iPhone/iPod, your iPad or your Mac.