<display-name>
Base package scaffold for creating real Unity packages. Provides a foundational structure and best practices for developing custom UPM packages, streamlining the setup process for developers building reusable Unity tools and libraries.
com.jonathonoh.<feature-name> 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/feature-name.git README Markdown
Copy this to your project's README.md
## Installation
Add **<display-name>** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/feature-name.git
```
[](https://www.pkglnk.dev/pkg/feature-name)README
Overview
TODO
Base package scaffold for creating real Unity packages. This is not intended to be used as a UPM package as-is.
Quick Start
Install
In Unity, open the Package Manager
Window > Package Management > Package ManagerInstall Package from git URL
Package Manager > + (in top left) > Install Package from git URLPaste
https://github.com/JohnnyHowe/<TODO>.gitand press Install
Usage
TODO
No comments yet. Be the first!