DataDog / dd-sdk-unity

Apache License 2.0
11 stars 2 forks source link

chore: Check in NuGet dependencies in Sample #100

Closed fuzzybinary closed 4 months ago

fuzzybinary commented 4 months ago

What and why?

NuGet is only used for unit testing and adding Rosalyn analyzers, but trying to restore them into Unity without .meta files breaks builds.

Checking in the Assets/Packages folder allows us to avoid a dotnet restore and allows us to check in the proper .meta files and avoid Unity build issues.

Review checklist