SmartNS
This is a simple Namespace manager that automatically adds a “smart” namespace declaration to any C# scripts ass ...
by Gravia Software
★★★★★ star rating
Price History +
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.