Generation of customizable code templates for Unity.
- Templates for MonoBehaviours, ScriptableObjects and Enums.
- More than 30 software licenses.
- Customizable headers.
- Friendly GIT settings.
- Unity 2021.3 or higher.
- Open the manifest.json file of your Unity project.
- In the section "dependencies" add:
{
...
"dependencies":
{
...
"FronkonGames.Tools.BuildHistory": "git+https://github.com/FronkonGames/Code-Wizard.git"
}
...
}
Just clone the repository into your Assets folder:
git clone https://github.com/FronkonGames/Code-Wizard.git
Download the latest release and unzip it into the Assets directory.
TODO.
Code released under MIT License.