How to use EvilDICOM.dll in Unity?

As title, I want to use EvilDICOM library in unity to access DICOM files.
Here is link.
https://github.com/rexcardan/Evil-DICOM

Does anyone know how to import this library into my unity project?

It seems to be easy to import VS C# project, if I just use NuGet.

I didnt see a download for the DLL but the source is there. Download the source and compile your own DLL in Visual Studio. Then put that DLL into Unity and Bobs your uncle.

1 Like

here is dll downlink: https://www.nuget.org/packages/EvilDICOM/2.0.0.5

Nope, thats the Nuget Package which is not what you want. you need a DLL. As far as I cant tell the only options would be to install the Nuget package to an empty VS project and copy the files or download the source and build you own DLL.