Replies: 1 comment 10 replies
-
@JoshClose If you could help me out I would greatly appreciate it. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Ive been trying to get CSVHelper installed in Unity today and am having some major issues. I have tried in Rider with NuGet packages at first but that doesnt seem to work. I found online I can just unzip the NuGet package and drag the .dll into Unitys Plugins folder but that gives me the error below. I have Unitys API level set to .NET Standard 2.0 and am using the netstandard 2.0 .dll. Any help would be appreciated!
Assembly 'Assets/Plugins/CsvHelper.dll' will not be loaded due to errors: Unable to resolve reference 'Microsoft.Bcl.AsyncInterfaces'. Is the assembly missing or incompatible with the current platform? Reference validation can be disabled in the Plugin Inspector. Unable to resolve reference 'System.Threading.Tasks.Extensions'. Is the assembly missing or incompatible with the current platform? Reference validation can be disabled in the Plugin Inspector. Unable to resolve reference 'Microsoft.Bcl.HashCode'. Is the assembly missing or incompatible with the current platform? Reference validation can be disabled in the Plugin Inspector.
Beta Was this translation helpful? Give feedback.
All reactions