Hello All,
I have been trying to use Azure Service in my unity project using REST API and it works. Currently, I am experimenting with Azure SDK.
I have tried Nuget Gallery in Visual Studio Code to add Azure Library in my unity project. However, I keep getting the following error:
info : Adding PackageReference for package 'Azure.Core' into project 'c:/Users/[username]/Downloads/[username]/UIPackage/Assembly-CSharp.csproj'.
error: Error while adding package 'Azure.Core' to project 'c:/Users/[username]/Downloads/[username]/UIPackage/Assembly-CSharp.csproj'. The project does not support adding package references through the add package command.
I wonder if someone knows how to successfully import Azure SDK into Unity Project?
Unity Version ( tried both 2020.3.24f1 and 2021.3.16f1)
Visual Studio Code version 1.81.1
Nuget Gallery v0.0.24
Thanks
D
PS. I haved asked in Unity Forum but got no feedback.