I'm trying to add HDF5DotNet
to my Unity project. I've downloaded the package from Nuget
, extracted it after changing it to Zip. Then I copied the dll
file to the Plugins directory in the Assets directory inside my project.
However, when I try to run my project, I still obtain the following error:
The type or namespace name 'HDF5DotNet' could not be found (are you missing a using directive or an assembly reference?)
Please help. Thanks,