HDF5DotNet package import from nuget in Unity

101 views Asked by At

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,

1

There are 1 answers

2
Ans On

Kindly check if you have imported the required file into your file?

If not, let try the following

import HDF5DotNet

Thanks ANS