Unity-Technologies / Gamekit3D

194 stars 57 forks source link

Effect Resonance Audio Renderer could not be found error in console #3

Closed Jacekpapapolski closed 5 years ago

Jacekpapapolski commented 5 years ago

Open any scene in the 3DGK on the latest pull in 19.1.0b9 - you'll have the following error in the console: Effect Resonance Audio 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. This does not prevent you from entering playmode.

UnityGuillaume commented 5 years ago

Should be fixed by the attached commit (it's on a 19.1-update branch)

Re-added the Resonance plugin that is part of the Resonance Google VR package.

Jacekpapapolski commented 5 years ago

No longer erroring out the console as of a3d41a7 - Closing!