Releases: RoyTheunissen/Create-Script-Dialog
Releases · RoyTheunissen/Create-Script-Dialog
v0.0.5 - Namespace suggestion now ignores Editor and Runtime folders
- When suggesting a namespace, it now correctly ignores
Editor
andRuntime
folders
v0.0.4 - Updated editor .asmdef for consistency
- Updated editor .asmdef to be consistent with the runtime .asmdef
v0.0.3 - Updated .asmdef for consistency
- Updated the .asmdef to
RoyTheunissen.CreateScriptDialog
for consistency
v0.0.2 - Fix function templates not working
It seems that removing support for JavaScript and Boo years ago broke function templates. This is now fixed.
v0.0.1
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.