https://github.com/fronkongames/code-wizard
Generation of customizable code templates for Unity.
https://github.com/fronkongames/code-wizard
gamedev gamedevelopment indiedev unity unity3d unity3d-plugin wizard
Last synced: 6 months ago
JSON representation
Generation of customizable code templates for Unity.
- Host: GitHub
- URL: https://github.com/fronkongames/code-wizard
- Owner: FronkonGames
- License: mit
- Created: 2024-01-26T14:30:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-26T18:28:37.000Z (almost 2 years ago)
- Last Synced: 2025-04-30T09:16:35.610Z (9 months ago)
- Topics: gamedev, gamedevelopment, indiedev, unity, unity3d, unity3d-plugin, wizard
- Language: C#
- Homepage: https://github.com/FronkonGames
- Size: 1.21 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README

Generation of customizable code templates for Unity.
## 🎇 Features
- Templates for MonoBehaviours, ScriptableObjects and Enums.
- More than 30 software licenses.
- Customizable headers.
- Friendly GIT settings.
## 🔧 Requisites
- Unity 2021.3 or higher.
## ⚙️ Installation
### Editing your 'manifest.json'
- Open the manifest.json file of your Unity project.
- In the section "dependencies" add:
```c#
{
...
"dependencies":
{
...
"FronkonGames.Tools.BuildHistory": "git+https://github.com/FronkonGames/Code-Wizard.git"
}
...
}
```
### Git
Just clone the repository into your Assets folder:
```c#
git clone https://github.com/FronkonGames/Code-Wizard.git
```
### Zip
Download the [latest release](https://github.com/FronkonGames/Code-Wizard/releases) and unzip it into the Assets directory.
## 🚀 Use
TODO.
## 📜 License
Code released under [MIT License](https://github.com/FronkonGames/Code-Wizard/blob/main/LICENSE.md).