Property | Type | Description | |
---|---|---|---|
ANNOUNCEMENT_URL | string | ||
AUTODOWNLOAD_KEY | string | ||
AUTOUPDATE_KEY | string | ||
DLError | bool | ||
DownloadProgress | float | ||
Downloader | |||
FinishedDL | bool | ||
KBytes | long | ||
LATEST_PACKAGE | string | ||
LATEST_SDK_URL | string | ||
SAVED_PACKAGE_NAME | string | ||
TEMP_PACKAGE_NAME | string | ||
TIMEOUT | long | ||
TotalKBytes | long | ||
UPDATE_URL | string | ||
VERSION_PATH | string |
Method | Description | |
---|---|---|
CheckForUpdates ( bool force = false ) : void |
Method | Description | |
---|---|---|
DownloadFinished ( ) : void | ||
EditorUpdate ( ) : void | ||
FuseSDKUpdater ( ) : UnityEditor | ||
HandleDownloadFileCompleted ( object sender, System e ) : void | ||
HandleDownloadProgressChanged ( object sender, System e ) : void | ||
HowOldIsVersion ( int localVersion, int latestVersion ) : int | ||
ParseVersion ( string version, string &updateUrl ) : int[] | ||
ReadVersionFile ( string ¤tVersion, string &ignoreVersion ) : bool | ||
StartDownload ( string url ) : void | ||
Update ( ) : void |
public static CheckForUpdates ( bool force = false ) : void | ||
force | bool | |
return | void |
public static WebClient,System.Net Downloader | ||
return |
public static string SAVED_PACKAGE_NAME | ||
return | string |