Tons of warnings using beta

Just swapped to the 4.3.43 beta and now anytime I enter play mode my console is flooded with the same 3 warnings over and over. It says the plugins DotNetZip, Clipper, and Poly2Tri don’t exist because it’s looking for them in the Assets folder when the A* folder lives in Packages.

Can I move something around without breaking everything to make these warnings stop?

Hi

What exact warnings are you getting?

@aron_granberg

I think that’s due to your C# project not being updated properly. I think you can rebuild your C# project (csproj file) by deleting it and making unity re-generate it.

That did it! Thanks.