“hard-c0ded” Generator
Unity API works with hard-coded values (strings,
integers, etc.) which can be an evil if they are
referenced in many different locations in your project
because when you change or remove a hard-coded
value through Unity Editor, you are not notified
about its references. Also, there may be misspellings
which are not also informed to you. Hard-Coded
Generator is a solution for these problems.
To start using Hard-Coded Generator, import
HardCodedGenerator.dll and
HardCodedGenerator.MenuItems.dll and go to the
menu path of "Window/Hard-Coded
Generator/Generate Config Asset" to generate
configuration asset.
Then, change values in generated configuration asset.
After that, to generate/update HardCodeds assembly,
use the menu path of "Window/Hard-Coded
Generator/Generate Assembly" or use (re)generate
button in configuration asset or use "Ctrl + Shift +
Alt + H" hot-key on Windows / "Cmd + Shift +
Option + H" hot-key on OS X.
Go to Website and see more on Details page.
Support Website.