Skip to content

Commit f978b2e

Browse files
authored
Create README.md
1 parent a39440c commit f978b2e

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# **Unity Script Templates**
2+
3+
A **simple and customizable** script template system for Unity. Easily create scripts with predefined templates and generate new ones using the **Script Template Creator** tool.
4+
5+
## **Features**
6+
✔️ Ready-to-use templates:
7+
- **MonoBehaviour**
8+
- **Class**
9+
- **Interface**
10+
- **Editor Window**
11+
- **Custom Editor**
12+
✔️ Create your own templates via **Tools > Script Template Creator**
13+
14+
## **Installation**
15+
1. **Download** the latest `.unitypackage` from the [Releases](https://github.com/Aurbit-Games/ScriptTemplates/releases) page.
16+
2. **Import** it into your Unity project.
17+
18+
## **Usage**
19+
Go to **Assets > Create > Script** and select a template.
20+
21+
## **License**
22+
This project is open-source under the **MIT License**.

0 commit comments

Comments
 (0)