ScriptBuddy

ScriptBuddy is a unity editor extension that lets you manage your scripts. The unity editor gives the user limited control over making new scripts: you cannot copy scripts; you cannot generate a basic ".txt" file; the loss of javascript (".js") creation

ScriptBuddy solves these problems by letting you do the following from the editor:

1) Create a new ".js" script file (javascript).
2) Create a new ".cs" file (c-sharp).
3) Create a new ".txt" file (text).
4) Copy a ".js", ".cs", or ".txt" file.

*ScriptBuddy outputs all newly created files automatically to the asset folder. Optional pop-up setting gives full control where to save new files.

*ScriptBuddy Lets you easily customize the format of your newly generated files.

*ScriptBuddy uses a smart filename increment-er for naming new files to protect from overwriting. Create multiple copies fast.