简体   繁体   English

在Unity中从nuget导入HDF5DotNet包

[英]HDF5DotNet package import from nuget in Unity

I'm trying to add HDF5DotNet to my Unity project.我正在尝试将HDF5DotNet添加到我的 Unity 项目中。 I've downloaded the package from Nuget , extracted it after changing it to Zip.我已经从Nuget下载了这个包, NugetNuget Zip 后解压了。 Then I copied the dll file to the Plugins directory in the Assets directory inside my project.然后我将dll文件复制到我的项目中 Assets 目录中的 Plugins 目录中。

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,谢谢,

Kindly check if you have imported the required file into your file?请检查您是否已将所需的文件导入到您的文件中?

If not, let try the following如果没有,请尝试以下操作

import HDF5DotNet

Thanks ANS谢谢ANS

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM