Skip to content

Commit

Permalink
Added useful links for world building
Browse files Browse the repository at this point in the history
  • Loading branch information
oneVR committed Apr 27, 2020
1 parent 070d4b5 commit 43ec6a7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Scripts/Editor/MiscTools.cs
Original file line number Diff line number Diff line change
Expand Up @@ -194,5 +194,19 @@ public override void OnInspectorGUI()
EditorGUILayout.EndHorizontal();
}
}

[MenuItem("VRWorld Toolkit/Useful Links/VRCPrefabs Database")]
private static void VRCPrefabsLink()
{
Application.OpenURL("https://vrcprefabs.com/browse");
}

#if UDON
[MenuItem("VRWorld Toolkit/Useful Links/UdonSharp")]
private static void UdonSharpLink()
{
Application.OpenURL("https://github.com/Merlin-san/UdonSharp/releases");
}
#endif
}
}

0 comments on commit 43ec6a7

Please sign in to comment.