简体   繁体   English

Cardboard unity sdk 0.7 CardboardAudio Renderer 效果未找到

[英]Cardboard unity sdk 0.7 CardboardAudio Renderer effect not found

Recently I downloaded new version(0.7) of google cardboard sdk for unity.最近我下载了新版本(0.7)的 google cardboard sdk 以进行统一。 While importing package this error occurred, but from what I know it's like that for everybody(and from what i have been told hitting cancel has no effect).在导入包时发生了这个错误,但据我所知,每个人都是这样(据我所知,点击取消无效)。 在此处输入图片说明 (odmowa dostępu means acces denyed) (odmowa dostępu 表示拒绝访问)

But then, after hitting cancel this error occurres:但是,在点击取消后,会发生此错误:

Effect CardboardAudio Renderer could not be found. Check that the project contains the correct native audio plugin libraries and that the importer settings are set up correctly. Effect CardboardAudio Renderer is effect of Master group of CardboardAudioMixer. Effect CardboardAudio Renderer 是 CardboardAudioMixer 的 Master 组的效果。

在此处输入图片说明

Before upgrading sdk to 0.7 everything worked fine.在将 sdk 升级到 0.7 之前,一切正常。

Do you know how can I fix that?你知道我该如何解决吗? Any help is appreciated.任何帮助表示赞赏。

If something is not clear let me know.如果有什么不清楚的,请告诉我。

I removed that Effect ( see below ) then everything worked.我删除了那个效果(见下文)然后一切正常。

Check lib: In my case the libaudiopluginvrunity.so file was copied over to my new project under Assets/Plugins/libs/armeabi-v7a/ .检查库:在我的情况下, libaudiopluginvrunity.so 文件被复制到 Assets/Plugins/libs/armeabi-v7a/ 下的新项目中。 You can check to see if it's missing:您可以检查它是否丢失:

In the project tab click on Assets->Plugins->Android->libs->armeabi-v7a then in the window immediately right of it doubleclick on the libaudiopluginvr.在项目选项卡中点击 Assets->Plugins->Android->libs->armeabi-v7a 然后在它右边的窗口中双击 libaudiopluginvr。

This should bring up information in the Inspector showing the path for you to verify the plugin library is actually present in your project.这应该会在 Inspector 中显示信息,显示您验证插件库是否实际存在于您的项目中的路径。

在此处输入图片说明


Remove Effect:移除效果:

Top Menu->Window->Audio Mixer(Ctrl+8) On the left side of the Audio Mixer tab look under Groups.顶部菜单->窗口->混音器(Ctrl+8) 在混音器选项卡的左侧查看组下。 I had only "Master";我只有“大师”; select it.选择它。 The inspector window should then show a number of items including the offending Effect.然后检查器窗口应该显示许多项目,包括有问题的效果。 Select the effect and press delete.选择效果,然后按删除。

You'll note that if you select the "Add Effect" button that the "Cardboard Audio Renderer" effect is not one of the options.您会注意到,如果您选择“添加效果”按钮,则“Cardboard Audio Renderer”效果不是选项之一。 I suspect the effect has been removed or renamed in the library?我怀疑该效果已在库中删除或重命名?

在此处输入图片说明

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

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