[Open Source] Lurking Ninja's developer's tools series: Extra C# Templates

Extra C# Templates Package
On GitHub

Always wanted more script and other file templates in Unity in the Create menu? Look no further, this package adds the following menu and more importantly shortcuts to create folders and files faster.

Also gain the ability to define your own templates and add/remove shortcuts from existing one and your own through a simple Editor-only settings:

And the settings can be reached through the Tools>LurkingNinja>C# Templates Config.

I’m looking forward any and all feedback or if you have any idea for useful additions to this package, feel free to discuss it below, I will consider every ideas.

You can install through GitHub here: Lurking Ninja’s Extra C# Templates

The latest version on GitHub

Changelog
All notable changes to this project will be documented in this file.

[1.1.3] - 2024-01-04 - Release (Download)
Added

  • New templates published

[1.1.2] - 2024-01-04 - Release (Download)
Added

  • Struct template
  • Txt template
  • Json template
  • Xml template
  • Package Manifest template

[1.1.1] - 2023-10-15 - Release (Download)
Changed

  • Remove AssetDatabase.SaveAssets call
  • Initialize settings automatically on install

[1.1.0] - 2022-11-24
Added

  • This CHANGELOG
  • More screenshots and explanation about usage.

Changed

  • Moved the system onto dynamic menu generation and templates stored in ScriptableObject.
  • README typos

Removed

  • Unused menu iterms

[1.0.0] - 2022-11-23
Added

  • Initial release based on static template files in the package.
4 Likes

Asset looks great, will be using it!