GlitchEnzo / NuGetForUnity

A NuGet Package Manager for Unity
MIT License
3k stars 305 forks source link

PDBs are removed causing missing file errors in Unity #210

Open jwittner opened 5 years ago

jwittner commented 5 years ago

Description

Some of our packages contain pdb files, and thus the associated pdb.meta files that Unity creates are contained as well. Unity detects this and reports an error.

Assertion failed: Removing Assets/Packages/MixedRealityToolkit.2017.40200.7721/Input/Plugins/MicStreamSelector/WSA/x64/MicStreamSelector.pdb because the asset does not exist
UnityEditor.AssetDatabase:Refresh()​
NugetForUnity.NugetHelper:Install(NugetPackage, Boolean)​
NugetForUnity.NugetHelper:InstallIdentifier(NugetPackageIdentifier, Boolean)​
NugetForUnity.NugetHelper:Restore()​
NugetForUnity.NugetWindow:RestorePackages()​
JoC0de commented 1 year ago

Related to #299