Skip to content

Commit 3171c13

Browse files
committed
Added glitchenzo default reference
1 parent a4e6f19 commit 3171c13

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Editor/ScopedRegistryEditor.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using System;
22
using System.Collections.Generic;
3-
using System.Collections.ObjectModel;
43
using System.IO;
54
using System.Linq;
65
using Newtonsoft.Json.Linq;
@@ -22,6 +21,8 @@ public class ScopedRegistryEditor : EditorWindow
2221
// Author's registry
2322
new ("ltmx", UpmUrl, "com.ltmx"),
2423

24+
new("glitchenzo", UpmUrl, "com.github-glitchenzo"),
25+
2526
// A curated list of Unity packages
2627
new ("UnityNuGet", "https://unitynuget-registry.azurewebsites.net", "org.nuget"),
2728

@@ -40,6 +41,7 @@ public class ScopedRegistryEditor : EditorWindow
4041
new ("mob-sakai", UpmUrl, "com.coffee"),
4142

4243

44+
4345
// Company registries
4446
new ("Unity", UpmUrl, new [] {
4547
"com.unity.selection-groups",

0 commit comments

Comments
 (0)