Version: Unity 6.6 Alpha (6000.6)
Language : English
Sign a package using the scripting API
Introduction to Git dependencies

Git dependencies

The Unity Package Manager can fetch packages directly from a Git repository and add them locally to your project.

Topic Description
Introduction to Git dependencies Understand how the Package Manager fetches packages from Git repositories locally to your project.
Use private repositories with HTTPS Git URLs Configure Git with a credential helper to fetch packages over HTTPS without terminal prompts.
Use passphrase-protected SSH keys with SSH Git URLs Load an authentication agent for SSH to fetch packages using passphrase-protected SSH keys.

Additional resources

Sign a package using the scripting API
Introduction to Git dependencies