https://github.com/hiyorin/unitypackagemanagertemplate
Template for developing UnityPackageManager
https://github.com/hiyorin/unitypackagemanagertemplate
template unity unity-package upm upm-package
Last synced: 3 months ago
JSON representation
Template for developing UnityPackageManager
- Host: GitHub
- URL: https://github.com/hiyorin/unitypackagemanagertemplate
- Owner: hiyorin
- License: mit
- Created: 2020-04-08T05:04:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-13T05:10:37.000Z (about 5 years ago)
- Last Synced: 2025-01-29T08:44:02.446Z (4 months ago)
- Topics: template, unity, unity-package, upm, upm-package
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# UnityPackageManagerTemplate
Template for developing UnityPackageManager
## Table Of Contents
- [Description](#description)
- [Install](#install)
- [Usege](#usage)
- [License](#license)
## Description
## Install
Find `Packages/manifest.json` in your project and edit it to look like this:
```json
{
"scopedRegistries": [
{
"name": "OpenUPM",
"url": "https://package.openupm.com",
"scopes": [
"com.neuecc",
"com.cysharp",
"com.svermeulen",
"com.coffee",
"com.demigiant",
...
]
}],
"dependencies": {
"com.coffee.git-dependency-resolver": "1.1.3",
"com.coffee.upm-git-extension": "1.1.0-preview.12",
"com.gamebase.scene": "https://github.com/hiyorin/{}.git",
...
}
}
```
To update the package, change `#{version}` to the target version.
Or, use [UpmGitExtension](https://github.com/mob-sakai/UpmGitExtension.git) to install or update the package.
## Usage
## License
This library is under the MIT License.
[here](LICENSE.md)