Adrien Schildknecht
Adrien Schildknecht
The logic to get the credentials for the SSH module is wrong: - Pairwise: the module is using the wrong pairs of credentials: user[idx] with pass[idx+6]; - Default: the first...
Unity uses npm packages to distribute various types of features and assets. See: https://docs.unity3d.com/Manual/upm-manifestPkg.html The manifest files are using the same name and syntax, but the content, naming convention and...
Add support for 2 manifest files: - packages.config: XML file holding the list of package dependencies; - *.csproj: describe a project with dependencies (NuGet package references); The manifest files do...