Default Namespace

  07. Preferences No Comments

Determines the namespace used by default when creating new script assets using the Create Script Wizard.

The convention is to use PascalCase in namespaces, meaning you should capitalize every word.

Default Value

The default value is empty. This means that by default new scripts will be in the global namespace. This can increase the likelihood of conflicts with third party extensions.

Example Value

“MyCompanyName”