After studying the HubDownloader code in IL Spy for a while and analyzing the code, it seems to be related to resourceId or currentPackageResourceId. The code stops at this point, and I am not familiar with C# and vamDownload. Can I ask for general information on how to obtain currentPackageResourceId, such as for the package AshAuryn.Expressions.5.var? For example, how to get the download link https://hub.virtamate.com/resources...0-facial-expression-morph-pack.24525/download by obtaining apiUrl using currentPackageResourceId?
PostRequest(apiUrl, postData, FindMissingPackagesCallback, FindMissingPackagesErrorCallback)
MVR.Hub.HubDownloader.FindResource
MVR.Hub.HubDownloader.FindPackage
...
Is currentPackageResourceId used to find 24525?
PostRequest(apiUrl, postData, FindMissingPackagesCallback, FindMissingPackagesErrorCallback)
MVR.Hub.HubDownloader.FindResource
MVR.Hub.HubDownloader.FindPackage
...
Is currentPackageResourceId used to find 24525?