All Projects → mob-sakai → Upmgitextension

mob-sakai / Upmgitextension

Licence: mit
This package extends the UI of Unity Package Manager (UPM) for the packages installed from git repository.

Projects that are alternatives of or similar to Upmgitextension

Gitdependencyresolverforunity
This plugin resolves git url dependencies in the package for Unity Package Manager. You can use a git url as a package dependency!
Stars: ✭ 126 (-71.23%)
Mutual labels:  unity, unity3d, package, package-manager
Unityasync
Task and Async Utility Package for Unity. Start co-routines from anywhere.
Stars: ✭ 58 (-86.76%)
Mutual labels:  unity, unity3d, package, package-manager
Unitycopylightingsettings
Unity editor extension to copy&paste lighting settings from one scene to another.
Stars: ✭ 25 (-94.29%)
Mutual labels:  unity, package, editor
Projeny
A project and package manager for Unity
Stars: ✭ 656 (+49.77%)
Mutual labels:  unity3d, package, package-manager
Unity Package Tools
A set of developer tools to make it easier to create and distribute packages for the native Unity Package Manager.
Stars: ✭ 44 (-89.95%)
Mutual labels:  unity, package, package-manager
Unityheapexplorer
A Memory Profiler, Debugger and Analyzer for Unity 2019.3 and newer.
Stars: ✭ 179 (-59.13%)
Mutual labels:  unity, package, editor
Procedural Worlds Editor
Procedural World Editor is a node based procedural terrain generator
Stars: ✭ 218 (-50.23%)
Mutual labels:  unity, unity3d, editor
Lightmap Switching Tool
Tool that allows switching different baked lightmap sets on a unity scene at runtime.
Stars: ✭ 381 (-13.01%)
Mutual labels:  unity, unity3d
Enhancer
A collection of utilities to enhance the Unity Editor
Stars: ✭ 394 (-10.05%)
Mutual labels:  unity, unity3d
Kinocontour
Contour line filter for Unity
Stars: ✭ 400 (-8.68%)
Mutual labels:  unity, unity3d
Stablefluids
A straightforward GPU implementation of Jos Stam's "Stable Fluids" on Unity.
Stars: ✭ 430 (-1.83%)
Mutual labels:  unity, unity3d
Unity Wireframe
General purpose wireframe shaders for use in Unity.
Stars: ✭ 378 (-13.7%)
Mutual labels:  unity, unity3d
Starforce
This is a demo made with Game Framework.
Stars: ✭ 375 (-14.38%)
Mutual labels:  unity, unity3d
Klakndi
NewTek NDI™ plugin for Unity
Stars: ✭ 401 (-8.45%)
Mutual labels:  unity, unity3d
Unity2d Components
A constantly evolving array of Unity C# components for 2D games, including classes for pixel art cameras, events & messaging, saving & loading game data, collision handlers, object pools, and more.
Stars: ✭ 375 (-14.38%)
Mutual labels:  unity, unity3d
Holoshield
Highly customizable sci-fi shield / force field shader for Unity3D. Allows you to set edge power & color, inner texture scrolling, waviness, scale pulsation and procedural intensity noise. Implements tessellation for low-poly base meshes.
Stars: ✭ 401 (-8.45%)
Mutual labels:  unity, unity3d
Vectorfieldexamples
Unity VFX Graph examples with vector fields
Stars: ✭ 370 (-15.53%)
Mutual labels:  unity, unity3d
Hdrpvatexample
VAT (Vertex Animation Texture) with Unity Shader Graph and Visual Effect Graph
Stars: ✭ 401 (-8.45%)
Mutual labels:  unity, unity3d
Skeletalgeometriceffects
Experiments on geometry shader instancing with skeletal animations
Stars: ✭ 436 (-0.46%)
Mutual labels:  unity, unity3d
Redrunner
Red Runner, Awesome Platformer Game.
Stars: ✭ 414 (-5.48%)
Mutual labels:  unity, unity3d

UPM Git Extension

This package extends the UI of Unity Package Manager (UPM) for the packages installed from git repository.

openupm GitHub release (latest SemVer including pre-releases) PRs Welcome

<< Description | Install | Usage | Development Note >>

What's new? See changelog

Do you want to receive notifications for new releases? Watch this repo

Support me on GitHub!





Description

In Unity 2018.3, the Unity Package Manager (UPM) supported Git. :)
https://forum.unity.com/threads/git-support-on-package-manager.573673/

This update allows us to quickly install packages on code hosting services such as GitHub.
But, I'm not quite satisfied with the feature. :(

  • Incorrect links to documents (readme, changelog, license)
  • There is not a link to repo URL
  • I wanna add, update, and remove the packages in the UI

This project extends the UI of Unity Package Manager for package installed using git!

Features

  • Link to git repository URL
  • Link to offline documents
    • Documentations
    • Changelog
    • License
  • Support GitHub, GitLab, Bitbucket, Azure Dev Ops etc.
  • Install package from git repository URL with UI
  • Update package with a specific tag/branch
  • Remove package
  • Support Unity 2018.3 or later
  • Support .Net 3.5, .Net 4.x and .Net Standard 2.0
  • Version filtering
  • Support path query parameter (for Unity 2019.3.4f or later)





Installation

Using OpenUPM (For Unity 2018.3 or later)

This package is available on OpenUPM.
You can install it via openupm-cli.

openupm add com.coffee.upm-git-extension

Using Unity Package Manager (For Unity 2018.3 or later)

Find the manifest.json file in the Packages folder of your project and edit it to look like this:

{
  "dependencies": {
    "com.coffee.upm-git-extension": "https://github.com/mob-sakai/UpmGitExtension.git",
    ...
  },
}

Requirement

  • Unity 2018.3 or later
  • Git (executable on command-line)





Usage

Install a package from git repository

  1. Click giticon button in package manager UI to open Install Package Window.

  2. Input a git repository url and click Find Versions button.
    In Unity 2019.3.4 or later, you can specify a subdirectory.
  3. Select a tag or branch and click Find Package button.
  4. Wait a few seconds for validation.
  5. Click Add Package button to install the package.

Update package with a specific tag or branch as version

You can update the package in your project, just like official packages.

For Unity 2019.1 or later

  1. Select the version of the package
  2. Click Update To *** button

For Unity 2018.3

  1. Click version popup and select a tag or branch in repository
  2. Click Update To button

Remove package

You can update the package from your project, just like official packages.

  1. Click Remove button





Development Note

Develop a package for UPM

See https://www.patreon.com/posts/25070968, https://www.jianshu.com/u/275cca6e5f17 (Chinese)





Contributing

Issues

Issues are very valuable to this project.

  • Ideas are a valuable source of contributions others can make
  • Problems show where this project is lacking
  • With a question you show where contributors can improve the user experience

Pull Requests

Pull requests are, a great way to get your ideas into this repository.
See CONTRIBUTING.md.

Support

This is an open source project that I am developing in my spare time.
If you like it, please support me.
With your support, I can spend more time on development. :)






License

  • MIT

Author

REPO_OWNER

See Also

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].