Publisher | Gravia Software |
---|---|
File size | 168.91kB |
Number of files | 7 |
Latest version | 2.0.2 |
Latest release date | 2020-12-30 10:32:25 |
First release date | 2018-02-14 04:37:22 |
Supported Unity versions | 2018.4.2 or higher |
This is a simple Namespace manager that automatically adds a "smart" namespace declaration to any C# scripts assets you create within Unity. The namespace will follow the folder structure in which the script is created.
For example, adding a C# script to "Code/My Scripts/Controllers" would insert "namespace Code.MyScripts.Controllers" into the newly generated script.
Options allow you to strip off a leading portion of the namespace (such as "Assets"), or hard-code a namespace to use for all scripts if you don't want the "smart" directory approach.