Hi! Can anybody help me?
I want to use some plugin in my unity project, but it's distributed only as NuGet package (.NET 3.5).
I try to install this package - some folders included dll's and some other files were downloaded. But I don't know how to import it to unity project. I try to copy all the dll's into Assets folder, but I got an error while compiles:
Error building Player: Exception: Failed to run assembly preprocessor with cmdline "Temp/StagingArea\Data/Managed\MarkedUp (NET35CP).dll" -injectCtor -assemblyPath "Temp/StagingArea\Managed" -pdb -out Temp/StagingArea\TempAssemblyPreprocessor\MarkedUp (NET35CP).dll.[Temp/StagingArea\Data/Managed\MarkedUp (NET35CP).dll]
Unknown command line argument: (NET35CP).dll
↧