Skip to content

Instantly share code, notes, and snippets.

View cjm399's full-sized avatar
🍄

Chris McCole cjm399

🍄
View GitHub Profile
using UnityEngine;
using UnityEditor;
public class PullGitPackages : MonoBehaviour
{
[MenuItem("Tools/Pull Git Packages")]
static void UpdateGitPackages()
{
UnityEditor.PackageManager.Client.Add("ssh://git@github.com/cjm399/Unity_UtilityImports.git");
}