An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          





version


license


top language

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).