Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

570
Views
Unity can't find package installed with Nuget in Visual Studio

I installed some ASP.NET packages (FirebaseStorage.net if it matters) via Nuget in my game's project in Visual Studio.

Visual Studio itself shows no errors, as it probably understands using Firebase.Storage internally, but when it comes to Unity, it says

The type or namespace name 'Firebase' could not be found (are you missing a using directive or an assembly reference?)

I believe this happens because I installed this package through the Nuget Package Manager, inside Visual Studio, and it probably has nothing to do with Unity, so Unity doesn't find it.

How can I make Unity understand packages from Nuget?

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

If you want to use a Nuget package in Unity you have to add it manually.

How you can do this:

  • create a separate temporary Visual Studio project

  • install the Nuget package

  • copy the dll's from the temporary project to a "plugins" folder in the Assets folder of Unity.

  • Unity now builds the project with the dll's of the Nuget package

  • However, now comes the hard part of having to do it manually: if the dll has dependencies on other dll's, these will also have to be added manually. That is the big advantage of Nuget package manager.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!