Can i install nuget packages in the C# version of godot?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Timothy Ganoza

Hello, I am new to Godot and I have experience in C#. I want to know if I can install nuget packages in Godot.

:bust_in_silhouette: Reply From: juppi

Yes, you can.

I use the dotnet CLI:

dotnet add package YourPackageYouWantToAdd

https://docs.microsoft.com/en-us/nuget/quickstart/install-and-use-a-package-using-the-dotnet-cli