API v1 checking… · p50 — · 0 installs/hr
v0.1.0
Project
View on GitHub
IvanMurzak

Unity UniRx Extensions

New
1 0

Unity Project

Built with Unity 2019.4.9f1 · download the source from GitHub

Download 0

README

Rendered from GitHub

Unity-Package-Template

UPM (Unity Package Manager) ready GitHub repository for Unity New Unity packages system is very easy to use and make your project much more cleaner. The repository helps you to create your own Unity package with dependecies.

How to use

  • "Use this template" green button at top right corner of GitHub page

  • Clone your new repository

  • Add all your stuff to Assets/_PackageRoot directory

  • Update Assets/_PackageRoot/package.json to yours

  • (on Windows) execute gitSubTreePushToUPM.bat

  • (on Mac) execute gitSubTreePushToUPM.makefile

  • (optional) Create release from UPM branch on GitHub web page for support different versions

alt text

How to import your package to Unity project

You may use one of the variants

Variant 1

  • Select "Add package from git URL"
  • Paste URL to your GitHub repository with simple modification:
  • https://github.com/USER/REPO.git#upm Dont forget to replace USER and REPO to yours

alt text

Or you may use special version if you create one

https://github.com/USER/REPO.git#v1.0.0 Dont forget to replace USER and REPO to yours

Variant 2

Modify manifest.json file. Change "your.own.package" to the name of your package. Dont forget to replace USER and REPO to yours.

{
    "dependencies": {
        "your.own.package": "https://github.com/USER/REPO.git#upm"
    }
}

Or you may use special version if you create one

Dont forget to replace USER and REPO to yours.

{
    "dependencies": {
        "your.own.package": "https://github.com/USER/REPO.git#v1.0.0"
    }
}
Versions 0

No versions tracked yet.

Dependencies 0

No dependencies.

Changelog 0 releases

No changelog entries yet. Run the admin Changelog & Version Scanner to pull from the repository's CHANGELOG.md.

Comments

No comments yet. Be the first!