{Simple.Namespacer}

Spread the love

Coming soon to the Unity Asset Store! 

Have you ever imported some asset, only to be greeted with a bunch of errors, yet it worked fine in a fresh project?
Well, that is likely due to namespacing conflict. When a programmer does not namespace their asset correctly, this can cause classes with the same name to conflict with one another.  To fix it, you must get the conflicting scripts namespaced. Normally, you can do this yourself, but this can be time consuming if there are 20+ scripts. On the other hand, you could ask the asset developer politely to namespace the asset, and hope that the next update comes with namespaced scripts. This last one does not always work, and you still have to waste time waiting.

In comes the Simple Namespacer!

With the Simple Namespacer, you can simply drag, and drop scripts into a dropbox, type out a namespace, and hit a button! That’s all there is too it.
It is that Simple.

The Simple Namespacer provides the following Functionality to your projects:

  • Apply namespaces to your (or other’s) scripts. This can be done individually, or you can apply a namespace to more than one script.
  • Drag folders into dropbox to easily grab all the scripts contained in them.
  • Script Backup System: Backup your scripts before applying the namespace, and easily restore them with a click of a button.

Namespacer Window

Script Backups