Skip to content

Releases: RoyTheunissen/Create-Script-Dialog

v0.0.5 - Namespace suggestion now ignores Editor and Runtime folders

01 Apr 12:16
8d249cf
Compare
Choose a tag to compare
  • When suggesting a namespace, it now correctly ignores Editor and Runtime folders

v0.0.4 - Updated editor .asmdef for consistency

08 Jan 19:58
Compare
Choose a tag to compare
  • Updated editor .asmdef to be consistent with the runtime .asmdef

v0.0.3 - Updated .asmdef for consistency

08 Jan 19:54
Compare
Choose a tag to compare
  • Updated the .asmdef to RoyTheunissen.CreateScriptDialog for consistency

v0.0.2 - Fix function templates not working

06 Jun 08:53
0b93908
Compare
Choose a tag to compare

It seems that removing support for JavaScript and Boo years ago broke function templates. This is now fixed.

v0.0.1

17 Oct 07:58
Compare
Choose a tag to compare

Initial package version of the Create Script Dialog featuring:

  • Useful templates for common script files including MonoBehaviour, ScriptableObject, Editor, Interface, Serialized class, Enum and more.
  • Namespaces are generated based on the company name, project name, and folder names (ignoring the 'Scripts' folder itself)
  • If you create an Editor for a script that's in an asmdef, it automatically creates a corresponding asmref for it.