diff --git a/Assets/Scripts/AssetsDownloader.cs b/Assets/Scripts/AssetsDownloader.cs index f7e7a6c..4241770 100644 --- a/Assets/Scripts/AssetsDownloader.cs +++ b/Assets/Scripts/AssetsDownloader.cs @@ -33,6 +33,8 @@ namespace QuestAppLauncher // If Github account is a org set this to true public bool isorg = true; + + public string GithubUrl = ""; // Rate limit in minutes const int RateLimitInMins = 5;