Skip to content

Commit

Permalink
fix: Removed dev testing code for updater
Browse files Browse the repository at this point in the history
  • Loading branch information
benaclejames committed May 19, 2024
1 parent 6293ab2 commit 0402974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion com.furality.sdk/Editor/Updater/Updater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ private static async Task CheckAndUpdate()
!HasLocalDirectoryFuralityPackage())
{
var tempFile = await AsyncHelper.MainThread(FileUtil.GetUniqueTempPathInProject) + ".zip";
var url = "https://github.com/furality/unity-sdk/releases/latest/download/com.furality.sdk.zip";
var url = remotePackage.downloadUrl; //"https://github.com/furality/unity-sdk/releases/latest/download/com.furality.sdk.zip";
try
{
using (var response = await HttpClient.GetAsync(url))
Expand Down

0 comments on commit 0402974

Please sign in to comment.