https://github.com/kiuh/item-templates-for-unity
Unity package that adds item template for Unity Class with namespace.
https://github.com/kiuh/item-templates-for-unity
item-templates unity unity-editor
Last synced: 5 months ago
JSON representation
Unity package that adds item template for Unity Class with namespace.
- Host: GitHub
- URL: https://github.com/kiuh/item-templates-for-unity
- Owner: Kiuh
- License: mit
- Created: 2023-12-07T15:28:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-18T11:57:44.000Z (over 2 years ago)
- Last Synced: 2025-04-07T20:41:21.323Z (about 1 year ago)
- Topics: item-templates, unity, unity-editor
- Language: C#
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Item Templates for Unity
Unity package that adds item template for Unity Class with namespace,
AddComponentMenu attribute, and extends MonoBehaviour class.
Also removes Assets.Scripts from namespace for better nameing.
Also, there is a [Visual Studio extension](https://marketplace.visualstudio.com/items?itemName=nikolay-khimich.unity-class-template) with the same tool.
## Setup
### Requirement
* Unity 2019 or higher
### Install
1. Open the Package Manager from Window > Package Manager
2. "+" button > Add package from git URL
3. Enter the following to install
* https://github.com/Kiuh/Item-Templates-For-Unity.git?path=/Item-Templates-For-Unity/Packages/com.kiuh.item-templates-for-unity
## Usage
Now you can create a file via top menu:

Alternatively, right-click on the project window context. Create -> C# Script with namespace