document Restoring Packages after a Fresh Checkout by JoC0de · Pull Request #720 · GlitchEnzo/NuGetForUnity (original) (raw)
Document so #719 is clarified.
Add a new section to the README, "Restoring Packages after a Fresh Checkout", to clarify what to do when NuGet packages are missing after a fresh clone or checkout. The section describes two main options:
Option 1: Restoring packages using the NuGetForUnity CLI (recommended for CI/CD), with a link to the relevant section.
Option 2: Ignoring compile errors on first Unity startup (recommended for developers), with clear step-by-step instructions.